document.write( "Question 532911: What is the area of a rectangle with width of 2 and length of b+7? \n" ); document.write( "
Algebra.Com's Answer #350930 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
Area = Length * Width
\n" ); document.write( ".
\n" ); document.write( "L = b+7
\n" ); document.write( ".
\n" ); document.write( "W = 2
\n" ); document.write( ".
\n" ); document.write( "A = 2*(b+7)
\n" ); document.write( ".
\n" ); document.write( "A = 2b + 14
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );