document.write( "Question 84379: what is the area of a rectangle 8 units long and 9 units wide? \n" ); document.write( "
Algebra.Com's Answer #60784 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
l = length
\n" ); document.write( "w = width
\n" ); document.write( "A = area
\n" ); document.write( "\"A+=+w%2Al\"
\n" ); document.write( "\"A+=+9%2A8\"
\n" ); document.write( "\"A+=+72\"
\n" ); document.write( "
\n" );