document.write( "Question 1129448: The Length of a rectangle is 4 yards more than twice its width. If the area is 70 square yards, find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #746025 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width=x \n" ); document.write( "length=2x+4 \n" ); document.write( "product is area, so 2x^2+4x=70\r \n" ); document.write( "\n" ); document.write( "x^2+2x-35=0, dividing by 2 and moving everything to one side \n" ); document.write( "(x+7)(x-5)=0, only positive root is width=5 yds \n" ); document.write( "length=14 yds \n" ); document.write( " \n" ); document.write( " |