document.write( "Question 964850: the length of a rectangle is 7 meters more than twice the width the area is 60 square meters find the length and width \n" ); document.write( "
Algebra.Com's Answer #589670 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x.
\n" ); document.write( "Then the length is (2x+7).
\n" ); document.write( "Area=length*width
\n" ); document.write( "x(2x+7)=60
\n" ); document.write( "2x^2+7x-60=0
\n" ); document.write( "2x^2-8x+15x-60=0
\n" ); document.write( "2x(x-4)+15(x-4)=0
\n" ); document.write( "(2x+15)(x-4)=0
\n" ); document.write( "x=4 is the only feasible solution as x cannot be negative.
\n" ); document.write( "The width is 4 metres.
\n" ); document.write( "The length is 15 metres.
\n" ); document.write( "
\n" );