document.write( "Question 607218: The length of a rectangle is 4 inches longer than twice its width. The area of the rectangle is 96 square inches. What is the length and the width of the rectangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #382618 by asuar010(338)![]() ![]() You can put this solution on YOUR website! l=2w+4 and the area is 96 so if we set up te equation as l*w=96 and we substitute we obtain 2w^2+4w-96=0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and we take the positive answer as the solution for w so l=2(6)+4=12+4=16 \n" ); document.write( " |