document.write( "Question 886643: The length of a rectangle is 4 feet less than twice the width of the rectangle. The area of the rectangle is 70 square feet. Find the width and the length of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #536060 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Area = length * width \n" ); document.write( "70 = L * W \n" ); document.write( "L = 2W - 4 \n" ); document.write( "Factor of 70 are: \n" ); document.write( "70,1 \n" ); document.write( "35,2 \n" ); document.write( "5,14 \n" ); document.write( "7,10 \n" ); document.write( "Which of those pairs fit into the equation L = 2W - 4? \n" ); document.write( "L = 10 \n" ); document.write( "W = 7 \n" ); document.write( " |