document.write( "Question 279554: Using Pythagorean Theorem, calculate the measure of b, if a = 4 cm. and c = 8 cm. In this case c is
\n" );
document.write( "the hypotenuse of the right angle triangle. \n" );
document.write( "
Algebra.Com's Answer #203231 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "in right angle triangle \n" ); document.write( "(hypotenuse)^2=sum of the squares of the remaining two sides \n" ); document.write( "this is Pythagorean Theorem \n" ); document.write( "in this problem hypotenuse(c)=8cm and one side (a)=4cm \n" ); document.write( "then we find the other side using above formula \n" ); document.write( "c^2=a^2+b^2 \n" ); document.write( "8^2=4^2+b^2 \n" ); document.write( "64=16+b^2 \n" ); document.write( "subtract 16 on both sides \n" ); document.write( "64-16=16-16+b^2 \n" ); document.write( "48=b^2 \n" ); document.write( "b= sqrt(48) \n" ); document.write( "b=6.9 cm \n" ); document.write( " \n" ); document.write( " |