document.write( "Question 604448: The area of a triangle is 40 sq. inches. If the base of the triangle is 10 inches, what is its height? \n" ); document.write( "
Algebra.Com's Answer #381202 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! Area of triangle: \n" ); document.write( "Area = 1/2 * base * height \n" ); document.write( "40 = 1/2 * 10 * height \n" ); document.write( "40 = 5 * height \n" ); document.write( "height = 40/5 = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, the triangle's height is 8 inches \n" ); document.write( " |