document.write( "Question 244612: how would you Determine whether each triangle is a right triangle.
\n" );
document.write( "28. c=34,a=16,b=30
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #178915 by checkley77(12844) ![]() You can put this solution on YOUR website! a^2+b^2=c^2 where c is the longest (hypotenuse) side. \n" ); document.write( "16^2+30^2=34^2 \n" ); document.write( "256+900=1,156 \n" ); document.write( "1,156=1,156 this is a right triangle. \n" ); document.write( " |