document.write( "Question 956293: The width of a rectangular TV screen is 5.7 in. more than the height. If the diagonal is 27.0 in., find the dimensions of the screen. \n" ); document.write( "
Algebra.Com's Answer #584241 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the height be x. \n" ); document.write( "Then the width is (x+5.7). \n" ); document.write( "The diagonal is 27.0 in. \n" ); document.write( "x^2+(x+5.7)^2=27^2 \n" ); document.write( "x^2+x^2+11.4x+32.49=729 \n" ); document.write( "2x^2+11.4x-696.51=0
\n" ); document.write( "\n" ); document.write( "Height=16.027 \n" ); document.write( "Width=21.727 \n" ); document.write( " |