document.write( "Question 611882: Write an expression that represents the area of a rectangle given that the \r
\n" );
document.write( "\n" );
document.write( "length = (x+3) and the width = (3x + 4).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #385181 by jsmallt9(3759) ![]() You can put this solution on YOUR website! Math will become easier for you once you learn that if the area of a rectangle is length times width, it is always length times width no matter what the length and width are. \n" ); document.write( "So if your rectangle has a length of (x+3) and a width of (3x+4) then (surprise, surprise) its area is length times width: \n" ); document.write( "A = (x+3)(3x+4) \n" ); document.write( "This may be an acceptable answer. Or you might want to use FOIL to to multiply this out. \n" ); document.write( " |