document.write( "Question 1090070: A rectangle piece of plywood has a length of 3y+1 And a width of y-2. What is the Area? \n" ); document.write( "
Algebra.Com's Answer #704483 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "the area of a rectangle:\r
\n" ); document.write( "\n" ); document.write( "\"A=length%2Awidth\"\r
\n" ); document.write( "\n" ); document.write( "if a piece of plywood has a length of \"3y%2B1\" and a width of \"y-2\", than the area is \r
\n" ); document.write( "\n" ); document.write( "\"A=%283y%2B1%29%2A%28y-2%29\"\r
\n" ); document.write( "\n" ); document.write( "\"A=3y%5E2%2B1y-6y-2\"\r
\n" ); document.write( "\n" ); document.write( "\"A=3y%5E2-5y-2\"
\n" ); document.write( "
\n" );