document.write( "Question 468811: the side of a triangle are 70 cm, 80cm and 90cm. compute the lenght of the altitude to the 80 cm side. \n" ); document.write( "
Algebra.Com's Answer #321640 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! The altitude or height is always perpendicular to the opposite side. \n" ); document.write( "Thus the altitude splits the triangle into 2 right triangles, of which the 2 hypotenuse sides are 70 and 90. \n" ); document.write( "Let the vertices of one of the right triangles be ABC. \n" ); document.write( "where AB = 70, BC = height \n" ); document.write( "Using trig relationships: \n" ); document.write( "sin(A) = height/70 \n" ); document.write( "=> height = 70*sin(A) \n" ); document.write( "Now just find the measure of angle A by using the Law of Cosines: \n" ); document.write( "90^2 = 70^2 + 80^2 - 2(70)(80)cos(A) \n" ); document.write( "=> cos(A) = 0.2857 \n" ); document.write( "=> A = cos^-1(.2857) = 73.4 \n" ); document.write( "Substitute this value in for A to solve for height \n" ); document.write( "=> height = 70*sin(73.4) \n" ); document.write( "=> height = 67.1 \n" ); document.write( " |