document.write( "Question 560271: How to set up word problem: The measurement of the widthof a rectangle is the length decreased by 7 meters. The area is 60 square meters. Find the lenght and the width. I know the answer but not able to figure out how to set up the formula to get the right answer l= 12m & w= 5m. Thank You \n" ); document.write( "
Algebra.Com's Answer #363799 by mananth(16946)![]() ![]() You can put this solution on YOUR website! length =x \n" ); document.write( "width = x-7\r \n" ); document.write( "\n" ); document.write( "Area = 60 m^2\r \n" ); document.write( "\n" ); document.write( "Area = L*W\r \n" ); document.write( "\n" ); document.write( "x(x-7)=60 \n" ); document.write( "x^2-7x=60 \n" ); document.write( "x^2-7x-60=0 \n" ); document.write( "x^2-12x+5x-60=0 \n" ); document.write( "x(x-12)+5(x-12)=0 \n" ); document.write( "(x-12)(x+5)=0 \n" ); document.write( "x=12 OR -5 \n" ); document.write( "ignore negative \n" ); document.write( "so the length = 12 m \n" ); document.write( "and the width is 7 less \n" ); document.write( "so width is 5 m \n" ); document.write( " |