document.write( "Question 144617: If you were given three points on a coordinate plane and asked to determine if they were connected they formed:\r
\n" );
document.write( "\n" );
document.write( "a right triangle
\n" );
document.write( "a scalene triangle
\n" );
document.write( "an equilateral triangle\r
\n" );
document.write( "\n" );
document.write( "How would you explain how to make each of these triangles using the points. \n" );
document.write( "
Algebra.Com's Answer #105366 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! right triangle--> if one angle measures 90 degrees or pi/2 radians. Moreover, the sides would follow the Pythagorean Formula: a^2+b^2=c^2, where a and b are sides opposite angles less than 90 degrees and c is the hypotenuse, the side opposite the right angle.\r \n" ); document.write( "\n" ); document.write( "scalene triangle--> if all the sides are of different length and angles are of different measure. \r \n" ); document.write( "\n" ); document.write( "equilateral triangle--> if all the sides are of the same length and all angles are of the same measure.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You would determine the length of sides using the distance formula |