document.write( "Question 1035148: decide whether the points are the vertices of a right triangle. (0,0), (0,3), (4,0) \n" ); document.write( "
Algebra.Com's Answer #649766 by Amrata1(11)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Ans. Yes.\r
\n" ); document.write( "\n" ); document.write( "To check whether given coordinates form a triangle ,you can check either of this
\n" ); document.write( "1. All 3 points are non-collinear
\n" ); document.write( "2. Area of a triangle is non-zero
\n" ); document.write( "3. Sum of 2 sides is greater than 3rd side and difference of 2 sides is less than third side\r
\n" ); document.write( "\n" ); document.write( "In the give problem, clearly we are getting right angled triangle as there is
\n" ); document.write( "one line on x-axis of 3 units,
\n" ); document.write( "One line on y-axis of 4 units and making an angle of 90 degrees.
\n" ); document.write( " Both giving rise to 3rd line as hypotenuse of 5 units.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );