document.write( "Question 974492: the base of a triangle is 6 cm ,the opposite angle is 100 degree ,what is the max possible area?? \n" ); document.write( "
Algebra.Com's Answer #596393 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the base of a triangle is 6 cm ,the opposite angle is 100 degree ,what is the max possible area?? \n" ); document.write( "--------------- \n" ); document.write( "Max area is an isosceles triangle --> the other 2 angles are 40 degrees. \n" ); document.write( "h/3 = tan(40) \n" ); document.write( "h = 3 cm * tan(40) \n" ); document.write( "Area = b*h/2 = 9*tan(40) \n" ); document.write( "=~ 7.552 sq units \n" ); document.write( " |