document.write( "Question 292833: Find the lenght of the missing side of the right triangle. Round to three decimal places, if necessary.\r
\n" );
document.write( "\n" );
document.write( "a=7, c=24 \n" );
document.write( "
Algebra.Com's Answer #211424 by lmc22391(7)![]() ![]() ![]() You can put this solution on YOUR website! well if a^2 + b^2 = c^2 \n" ); document.write( "7^2=49, which is a \n" ); document.write( "24^2=576, which is c \n" ); document.write( "subtract a from c (576-49) \n" ); document.write( "which is 527, which is b^2 \n" ); document.write( "in order to find the other side, b, we need to take the square root of b^2 (527) \n" ); document.write( "square root of 527 is 24.956 \n" ); document.write( "your missing side, b, is 24.956 \n" ); document.write( " |