document.write( "Question 1144038: the area of a triangle varies jointly as the base and the height.A triangle with a base of 8cm and a height of a 9cm has an area of 36 square centimeters.find the are when the base is 10cm and height is7cm?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #765015 by Theo(13342)![]() ![]() You can put this solution on YOUR website! joint variation formula is z = k * x * y \n" ); document.write( "in your problem, z = 36 = thee area of the triangle and x = 8 = the base of the triangle and y = 9 = the height of the triangle. \n" ); document.write( "the formula becomes 36 = k * 8 * 9 which becomes 36 = k * 72 \n" ); document.write( "solve for k to get k = 36/72 = 1/2 \n" ); document.write( "the formula becomes 36 = 1/2 * 8 * 9 which becomes 36 = 36, confirming the value of k is equal to 1/2. \n" ); document.write( "when the base is 10 and the height is 7, the formula becomes z = 1/2 * 10 * 7 which becomes z = 35. \n" ); document.write( "that's the area of the triangle and that's your solution. \n" ); document.write( "instead of z = k * x * y, we could have said a = k * b * h \n" ); document.write( "a would be the area \n" ); document.write( "b would be the base \n" ); document.write( "h would be the height. \n" ); document.write( "with k = 1/2, you would then get a = 1/2 * b * h \n" ); document.write( "this is the formula for the area of a triangle that you might be familiar with. \n" ); document.write( " \n" ); document.write( " |