Question 1027175
.
3 points of a triangle are given. Use the points to draw the triangle, then use the slope formula to determine if any of the triangles are right triangles.
(0,0) (-5,2) (2,-5)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<TABLE>
  <TR>
  <TD>
{{{drawing( 200, 250,  -6, 4, -6, 3, 
            grid(1),
            line( 0, 0, -5,  2), 
            line( 0, 0,  2, -5),
            line(-5, 2,  2, -5)
)}}}


Your triangle
 </TD>
 </TR>
</TABLE>