document.write( "Question 289656: The length of a rectangle is 4 units less than twice the width. If the length is decreased by 3 units and the width is increased by 1 unit, the area is decreased by 16 square units. If w is the original width, which equation must be true?
\n" );
document.write( "A. (2w-3)(w-3)=w(2w-4)-16
\n" );
document.write( "B. 2(2w-3)+2(w-3)=2w+2(2w-4)-16
\n" );
document.write( "C. (2w-7)(w+1)=w(2w-4)-16
\n" );
document.write( "D. 2(2w-7)+2(w+1)=2w+(2w-4)-16 \n" );
document.write( "
Algebra.Com's Answer #209739 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! l=-4+2w \n" ); document.write( "l=2w-4 \n" ); document.write( "new l ((2w-4)-3) \n" ); document.write( "new (w+1)\r \n" ); document.write( "\n" ); document.write( " ((2w-4)-3)*(w+1)=(2w-4)*(w)-16 \n" ); document.write( " (2w-7)*(w+1)=(2w-4)*(w)-16 \n" ); document.write( "C. answer \n" ); document.write( " \n" ); document.write( " |