document.write( "Question 879483: What is the length of the shortest side of a triangle that has vertices at (0,-6), (1,-2), and (-7,0)? \n" ); document.write( "
Algebra.Com's Answer #530814 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
(0,-6),
\n" ); document.write( "(1,-2) L = sqrt(1 + 16) D = \"sqrt+%28%28x%5B1%5D-x%5B2%5D%29%5E2%2B%28y%5B1%5D-y%5B2%5D%29%5E2%29%29\"
\n" ); document.write( "(-7,0) L = sqrt(64 + 4)
\n" ); document.write( "(0, -6) L = sqrt(49+36)
\n" ); document.write( "
\n" );