answersLogoWhite

0

a triangle in a triangle

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a nested triangle in math?

It is a triangle inside another shape, usually such that its vertices are on the boundaries of the other shape.


How do you find the perimeter of a nested triangle?

I honestly think its not able to be solve


What is nested logic?

In Nested Logic a Logic is contained within a Logic. If the Outer Logic is TRUE then the internal Logic is executed. Nested IF, Nested For, Nested While, e.t.c are some examples of Nested Logic in Modern Computer Languages.


When was Nested created?

Nested was created in 1977.


What does nested triangles mean in math?

In mathematics, nested triangles refer to a set of triangles that are contained within one another, with each triangle sharing the same center point and having progressively smaller dimensions. This concept is often used in geometry to illustrate properties such as similarity, scaling, and the relationships between different geometric figures. Nested triangles can also serve as a visual representation in various mathematical problems and proofs.


What is the if statement that appears inside another if statement?

nested if Statement


What are examples of nested solids?

three examples of nested solids


Is have nested present past future?

"Have nested" is in the present perfect tense.


Can css comments be nested?

No, the CSS specifications explicitly state that CSS comments cannot be nested. If you try to do this, then your nested comments closing delimiter */ will close out the larger comment and anything after it will be rendered by the web browser. When comments are nested, the nested comment's beginning delimiter /* is ignored yet the closing */ is not.


What is a nested watershed?

A nested watershed is simply a watershed within a watershed. An example might be the Platte River watershed which is a nested watershed within the Missouri River watershed which in turn is nested within the Mississippi River watershed.


What is nested tables in oracle9i?

multi-column nested table where customers can have multiple addresses


When do you use the nested if?

we use "nested if" if we have to test a large number of possibilities and trials i an if statement.