document.write( "Question 1077147: The dimensions of certain computer screen are such that its length is 5 inches more than its width. if the length is increased by 1 inch while the width remains the same, the area is increased by 17 square inches. what are the dimensions of the original computer screen. \n" ); document.write( "
Algebra.Com's Answer #691732 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let w be the width of the screen. Then the length is w+5. So:
\n" ); document.write( "w(w+5)+17=w(w+6)
\n" ); document.write( "w²+5w+17=w²+6w
\n" ); document.write( "w=17
\n" ); document.write( "l=22
\n" ); document.write( "The original length and width are 22\" x 17\", respectively. ☺☺☺☺
\n" ); document.write( "
\n" );