document.write( "Question 32997: if the length of a rectangle is 2 km longer then twice the width, then what is the length if the area is 60 sqare kilometer \n" ); document.write( "
Algebra.Com's Answer #19435 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x \n" ); document.write( "Let the length be 2x+2 \n" ); document.write( "Area = 60km^2. \n" ); document.write( "Equation: \n" ); document.write( "(x)(2x+2)=60 \n" ); document.write( "2x^2+2x=60 \n" ); document.write( "2x^2+2x-60=0 \n" ); document.write( "x^2+x-30=0 \n" ); document.write( "Factor: \n" ); document.write( "(x-5)(x+6) \n" ); document.write( "x=5 \n" ); document.write( "2(5)+2=12 \n" ); document.write( "Hence, the width is 5km and the length is 12km. \n" ); document.write( "Paul. \n" ); document.write( " |