document.write( "Question 55076: For the following problem, I know A = l w, is it l=w+2 and A=60? 60=w+2(w) being the final?
\n" );
document.write( "The length of a rectangle is 2 cm greater than twice its width. If the area of the rectangle is 60 cm , find the length of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #37355 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 2 cm greater than twice its width. If the area of the rectangle is 60 cm , find the length of the rectangle. \n" ); document.write( "------------- \n" ); document.write( "Length = 2width + 2 or 2w+2: correct \n" ); document.write( "Then Area = w(x+2): you need the parenthesis. \n" ); document.write( "w(2w+2)=60 \n" ); document.write( "2w^2+2w-60=0 \n" ); document.write( "w=[-2+-sqrt(4-4(2)(-60))]/4 \n" ); document.write( "w=[-2+sqrt484]/4 \n" ); document.write( "w=[(-2+22]/4 \n" ); document.write( "w=5 \n" ); document.write( "length = 2w+2=12 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |