document.write( "Question 590830: the length of a floor is 7 feet longer than the width. If x represents the width of the living room, what equation represents the area, y, of the floor in square feet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #375325 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the length of a floor is 7 feet longer than the width. If x represents the width of the living room, what equation represents the area, y, of the floor in square feet? \n" ); document.write( "Let x = width \n" ); document.write( "then \n" ); document.write( "x+7 = length \n" ); document.write( ". \n" ); document.write( "area is width*length \n" ); document.write( "x(x+7) \n" ); document.write( "x^2 + 7x \n" ); document.write( ". \n" ); document.write( "y = x^2 + 7x (this is what they want) \n" ); document.write( " \n" ); document.write( " |