document.write( "Question 725635: a computer monitor has a height of 9 inches with a diagonal measurement of 15 inches. how many inches wide is the rectangular screen?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #444250 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a computer monitor has a height of 9 inches with a diagonal measurement of 15 inches. how many inches wide is the rectangular screen? \n" ); document.write( "--- \n" ); document.write( "Draw the picture. \n" ); document.write( "Draw a diagonal. \n" ); document.write( "You have a rectangle with height = 9, hypotenuse = 15 \n" ); document.write( "and base = \"x\". \n" ); document.write( "---------------- \n" ); document.write( "Use Pythagoras to solve for \"x\": \n" ); document.write( "x^2 + 9^2 = 15^2 \n" ); document.write( "x^2 = 225-81 \n" ); document.write( "x^2 = 144 \n" ); document.write( "x = 12 inches (width of the screen) \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |