document.write( "Question 485241: Please help me figure this problem out.\r
\n" );
document.write( "\n" );
document.write( "The height of a right triangle is 7 inches greater than the length of its base. If the area of the triangle is 15 square inches, find the base.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #331883 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 1/2(n)(n+7)=15 \n" ); document.write( "n2+7n=30 \n" ); document.write( "n2+7n-30=0 \n" ); document.write( "(n+10)(n-3)=0 \n" ); document.write( "n=-10 or 3 \n" ); document.write( "Throwing out the negative answer, we get the base to be 3 inches, and the height to be 10 inches.. \n" ); document.write( " |