InterviewSolution
Saved Bookmarks
| 1. |
Show that the points (1,7),(4,2),(-1,-1) and (-4,4) are the vertices of a square. |
|
Answer» Given points are (1,7),(4,2),(-1,-1),(-4,4)Let the points are A,B,C,D.Distance formula = √(x₂-x₁)²+(y₂-y₁)²\xa0AB = √(4-1)²+(2-7)² = √9+25\xa0= √34\xa0BC = √(-1-4)²+(-1-2)²\xa0= √25+9\xa0= √34\xa0CD = √(-4-(-1))²+(4-(-1))²\xa0= √9+25 = √34\xa0DA = √(1-(-4))²+(7-4)² = √25+9\xa0= √34We know that the all sides of the square are equal.Here by the distance formula, we got the for sides equal .So,from this we can say that these points are the vertices of a square.\xa0 What is polynomial |
|