document.write( "Question 481999: The length of a rectangle is 9 inches. Write an expression for the area of
\n" ); document.write( "the rectangle if the width is w inches. Find the area of the rectangle when the width is 1, 8, 9, and 11 inches.
\n" ); document.write( "

Algebra.Com's Answer #330082 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Area = length*width = 9w\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "9(1) = 9
\n" ); document.write( "9(8) = 72
\n" ); document.write( "9(9) = 81
\n" ); document.write( "9(11) = 99 (all units are square inches)
\n" ); document.write( "
\n" );