document.write( "Question 815714: the hypotenuse of a right triangle is 28cm long and the length of one of the legs is 23cm, find the length of the other leg
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #491166 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! use pythagorean thm: \n" ); document.write( "h = sqrt( aa + bb ) \n" ); document.write( "28 = sqrt( 23^2 + b^2 ) \n" ); document.write( "28^2 = 23^2 + b^2 \n" ); document.write( "784 = 529 + b^2 \n" ); document.write( "b^2 = 784 - 529 \n" ); document.write( "b^2 = 255 \n" ); document.write( "--- \n" ); document.write( "b = 15.97 cm \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |