document.write( "Question 952637: A rectangle has a length of 31 feet less than 6 times its width. If the area of the rectangle is 4470 square feet, find the length of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #581761 by macston(5194)![]() ![]() You can put this solution on YOUR website! W=width; L=length=6W-31ft; \n" ); document.write( "A=L*W \n" ); document.write( "4470sqft=(6W-31ft)(W) \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The width is 30 feet. \n" ); document.write( "L=6W-31ft+6(30ft)-31ft=180ft-31ft=149ft ANSWER: The length is 149 feet \n" ); document.write( "CHECK: \n" ); document.write( "A=L*W \n" ); document.write( "4470sqft=149ft*30ft \n" ); document.write( "4470sqft=4470sqft \n" ); document.write( " |