document.write( "Question 35458This question is from textbook Geometry
\n" );
document.write( ": The area of a parallelogram is 2x^2 + 9x + 4 cm^2
\n" );
document.write( "If the length of the base is 2x + 1 cm, find the length of the altitude.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #21534 by Nate(3500) ![]() You can put this solution on YOUR website! the area of a parallelogram is the base times height \n" ); document.write( "a=lh \n" ); document.write( "here, we want to find h so: \n" ); document.write( "h=a/l \n" ); document.write( "h=(2x^2 + 9x + 4)/(2x + 1) \n" ); document.write( "h=(x + 4) \n" ); document.write( " |