document.write( "Question 827020: A square tabletop has a area of 9 square feet. What is the length of the diagonal of the tabletop to the nearest tenth of a foot? \n" ); document.write( "
Algebra.Com's Answer #498377 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "a = ss \n" ); document.write( "ss = 9 \n" ); document.write( "s = sqrt( 9 ) \n" ); document.write( "s = 3 \n" ); document.write( "--- \n" ); document.write( "d = sqrt( 3*3 + 3*3 ) \n" ); document.write( "d = 4.242640687119285 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "d = 4.2 ft \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( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |