document.write( "Question 1006413: Please help me solve this word problem:\r
\n" );
document.write( "\n" );
document.write( "The dimensions of a rectangular monitor screen are such that its length is 3 in more than its width. If the length were doubled and if the width were decreased by 1 in., the area would be increased by 150 in squared. What are the length and width of the screen ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622587 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! length(l) = width (w) + 3 \n" ); document.write( "area = (w + 3) * w \n" ); document.write( "(2w + 6) * (w - 1) = (w^2 + 3w) + 150 \n" ); document.write( "2w^2 +4w -6 = w^2 +3w +150 \n" ); document.write( "w^2 +w -156 = 0 \n" ); document.write( "(w+13) * (w - 12) = 0 \n" ); document.write( "w = 12 or -13 \n" ); document.write( "We pick w = 12 \n" ); document.write( "The length = 15 in and width = 12 in of the screen \n" ); document.write( " \n" ); document.write( " |