answersLogoWhite

0


Best Answer

The triangle was know to prehistoric man. These clever peoples discerned the structural value of the triangle and applied it to building simple shelters and other structures. It's origins are lost in time.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the origin of the triangle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where did the triangle originate from?

The triangle was known to ancients, and its origin is lost in history.


How do you rotate triangle 180 degrees about the origin?

Negate each of the x and y components of all three vertices of the triangle. For example, a triangle with vertices (1,2), (8,3), and (5,6) would become (-1,-2), (-8,-3) and (-5,-6) when rotated 180 degrees about the origin.


How many degrees has triangle ABC been rotated counterclockwise about the origin?

180 degrees.


Triangle ABC below will be dilated with the origin as the center of dilation and scale factor of 1/2?

0.5


Will the sides of the triangle change if rotate a figure 90 degrees clockwise about origin?

No, only their positions will change.


What is the origin of the surname Garland?

Garland is derived from the Old English "gara" and "land". It means "triangle land". The surname originally belonged to a person who owned a triangle-shaped piece of land.


When two complex numbers are added together their sum can BEST be represented by which geometric figure?

A triangle, with one of the complex numbers represented by a line from the origin to the number, and then move from that point up and over the amount of the next complex number. Then draw a line segment from the origin to the final point.


How the Triangle ABC is shown on the graph. What are the coordinates of the image of point B after the triangle is rotated 270 and deg about the origin?

That would depend on its original coordinates and in which direction clockwise or anti clockwise of which information has not been given.


True or False The incenter of a triangle is the center of the only circle that can be inscribed in it.?

True, the definition of incenter is the point forming the origin of a circle within a triangle.Hopefully this helps :)


What does triquetra mean?

The word 'triquetra' means triangle in the English language. The word triquetra is of Latin origin and was used to describe three-sided or cornered shapes and patterns.


How do you rotate a triangle around a point that is not origin?

If you know how to rotate a triangle around the origin, treat the point as the origin.If you have Cartesian coordinates (that is x, y pairs) for the points of the triangle,subtract the coordinates of the centre of rotation from the coordinates of the triangle, do the rotation and then add them back on.Doing it geometrically:Draw line from centre of rotation to a point (for example a vertex)Measure the required angle from this line and draw in the rotated lineMeasure the distance from the centre of rotation to the original point and measure along the rotated line the required distance to get the rotated point.repeat for as many points as needed (eg the 3 vertices of the triangle) and join together the rotated points in the same was as the original points.[The construction lines drawn to the centre of rotation can be erased once the rotated point is found.]


How do you find the distance between the origin of a cartesian coordinate system and a point?

To find the distance between the origin and the point (x,y) use Pythagoras on the right angled triangle which has the points (0, 0), (x, 0), (x, y) - the distance is the hypotenuse of the triangle and so has length: distance = √(x2 + y2) This can be extended to find the distance between any two points (x1, y1) and (x2, y2): distance = √((x2 - x1)2 + (y2 - y1)2) (for the original question (x1, y1) is the origin (0, 0) and the first formula results.)