document.write( "Question 548570: A triangle has vertices at coordinates (2,2), (5,6) and (6,2). What is the number of units in the length of the longest side of the triangle? \n" ); document.write( "
Algebra.Com's Answer #358673 by asuar010(338)\"\" \"About 
You can put this solution on YOUR website!
the distance formula between points is \"+d=sqrt%28%28x2-x1%29%5E2%2B%28y2-y1%29%5E2%29+\"\r
\n" ); document.write( "\n" ); document.write( "so if we assign (2,2) as A, (5,6) as B and (6,2) as C the length of the sides is as follows AB=5, BC=4.1, and AC=4... so the longest side is AB.
\n" ); document.write( "
\n" );