document.write( "Question 1088499: The area of a parallelogram is 45 sq units. Base is 2x+1. Height x+1. What is the base & height in units? \n" ); document.write( "
Algebra.Com's Answer #702759 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Area=bh=2x^2+3x+1, multiplying the two \n" ); document.write( "that equals 45 \n" ); document.write( "2x^2+3x-44=0 \n" ); document.write( "(2x+11)(x-4)=0 \n" ); document.write( "x=4, only positive root \n" ); document.write( "base is 9, height is 5 \n" ); document.write( "product is 45. \n" ); document.write( " |