document.write( "Question 1018617: The length of a rectangle is five units less than its width,w. Write an expression that represents the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #634692 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
Usually, the length is the larger number, but...
\n" ); document.write( "L = W -5
\n" ); document.write( "Length * Width = Area
\n" ); document.write( "Substitute the known value of L into the equation.
\n" ); document.write( "(W-5) * W = Area
\n" ); document.write( "w^2 - 5W = area
\n" ); document.write( ".
\n" ); document.write( "So, for instance, if the width is 10, then
\n" ); document.write( "L = 10-5
\n" ); document.write( "L = 5
\n" ); document.write( "5 * 10 = 50 (area)
\n" ); document.write( "which is
\n" ); document.write( "W^2 - 5W
\n" ); document.write( "10^2 - 5(10)
\n" ); document.write( "100 - 50 = 50
\n" ); document.write( "
\n" );