document.write( "Question 27330: The length of the diagonal of a television screen is the measurement used to report its size. Please Calculate the size of a television, to the nearest centimetre, where the screen measures 56 cm by 40 cm. \n" ); document.write( "
Algebra.Com's Answer #24834 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Given that the screen is a rectangle, the diagonal is just the hypotenuse of a right triangle whose legs are 56 and 40...
\n" ); document.write( "so we use the Pythagorean Theorem...
\n" ); document.write( "a^2 + b^2 = c^2
\n" ); document.write( "56^2 + 40^2 = c^2
\n" ); document.write( "3136 + 1600 = c^2
\n" ); document.write( "4736 = c^2 so that
\n" ); document.write( "c is about 68.8 or 69 to the nearest cm
\n" ); document.write( "
\n" );