document.write( "Question 468052: The length of a rectangle is 2 less than 3 times the width. If the area of the rectangle is 96 square inches, what is the length of the rectangle?
\n" );
document.write( "A)5 1/3 inches
\n" );
document.write( "B)6 inches
\n" );
document.write( "C)14 inches
\n" );
document.write( "D)16 inches \n" );
document.write( "
Algebra.Com's Answer #321132 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! LxW=A \n" ); document.write( "(3w-2)w=96 \n" ); document.write( "3w2-2w-96=0 \n" ); document.write( "(3w+16)(w-6)=0 \n" ); document.write( "w=-16/3 or 6 \n" ); document.write( "Throwing out the negative answer, we get the width to be 6 inches. Then our length is 16.. \n" ); document.write( " |