document.write( "Question 924674: a right triangle has hypotenuse c=8 inches and leg b=5 inches find the exact length of the missing side \n" ); document.write( "
Algebra.Com's Answer #561059 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! h = sqrt( aa + bb ) \n" ); document.write( "8 = sqrt( aa + 5*5 ) \n" ); document.write( "8 = sqrt( aa + 25 ) \n" ); document.write( "8^2 = (sqrt( aa + 25 ))^2 \n" ); document.write( "64 = aa + 25 \n" ); document.write( "aa = 64 - 25 \n" ); document.write( "aa = 39 \n" ); document.write( "a = sqrt( 39 ) \n" ); document.write( "a = 6.2449979984 \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( " |