document.write( "Question 162044: The width of a rectangle is y feet long, and it is 4 feet longer than it is wide. What is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #119431 by schrammbledeggs(41)\"\" \"About 
You can put this solution on YOUR website!
width = y
\n" ); document.write( "length = y + 4\r
\n" ); document.write( "\n" ); document.write( "Area of rectangle = width * length\r
\n" ); document.write( "\n" ); document.write( "y * (y - 4) = y^2 - 4y\r
\n" ); document.write( "\n" ); document.write( ":)
\n" ); document.write( "
\n" );