document.write( "Question 900816: The length of a new tv screen is 14 in larger than the width and the diagonal is 26 inches. What are the length and width? \n" ); document.write( "
Algebra.Com's Answer #546201 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
w^2 + (w + 14)^2 = 26^2
\n" ); document.write( "2w^2 + 28w -480 = 0
\n" ); document.write( "w^2 + 14w - 240 = 0
\n" ); document.write( "(w -10)(w + 24) = 0
\n" ); document.write( "w = 10
\n" ); document.write( "L = 24
\n" ); document.write( "
\n" ); document.write( "
\n" );