document.write( "Question 916999: Calculate the length of one of the sides of a right angled triangle using the Pythagorean theorem. What is the length of side B of the triangle in which side A=6cm and side C=10cm ?
\n" );
document.write( "C squared= A squared + B squared\r
\n" );
document.write( "\n" );
document.write( "I keep trying numbers but can't get any to add up equally without being a decimal & having to use every number after it.
\n" );
document.write( "Help please? \n" );
document.write( "
Algebra.Com's Answer #556460 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ![]() \n" ); document.write( "B^2 = C^2 - A^2 \n" ); document.write( "B^2 = 100cm^2 - 36cm^2 \n" ); document.write( "B^2 = 64cm^2 (Tossing out the negative solution for unit measure) \n" ); document.write( "B = 8cm \n" ); document.write( " |