document.write( "Question 1063169: one end of a glass prism is in the shape of a triangle with a height that is 1 inch longer than twice the base. if the area of the triangle is 39 square inches, then how long are the base and height
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #678207 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A=1/2 bh \n" ); document.write( "but h=2b+1 \n" ); document.write( "Therefore, 39=(1/2)(2b^2+b) \n" ); document.write( "or 2b^2+b=78 \n" ); document.write( "2b^2+b-78=0 \n" ); document.write( "(2b+13)(b-6)=0 \n" ); document.write( "b=6 as only positive root \n" ); document.write( "h=13\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |