document.write( "Question 201455: Area of a parallelogram. Find a trinomial A(x) that represents tha area of a parallelogram whose base is 3x+2 meters and hose height is 2x+3 meters. Find A(3).
\n" );
document.write( "This is what I came up with
\n" );
document.write( "3x+2 (2x+3)
\n" );
document.write( "6x2 +12x+6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #151681 by Alan3354(69443) You can put this solution on YOUR website! Area of a parallelogram. Find a trinomial A(x) that represents tha area of a parallelogram whose base is 3x+2 meters and hose height is 2x+3 meters. Find A(3). \n" ); document.write( "---------- \n" ); document.write( "A = (3x+2)*(2x+3) = 6x^2 + 13x + 6 square meters \n" ); document.write( "A(3) = 6*3^2 + 13*3 + 6 \n" ); document.write( "A(3) = 99 sq meters \n" ); document.write( " \n" ); document.write( " |