document.write( "Question 403821: Find to the nearest integer the area of an isosceles triangle if the measure of the vertex angle is 42 degrees and the measure of each of the congruent sides is 12. \n" ); document.write( "
Algebra.Com's Answer #285484 by Alan3354(69443) You can put this solution on YOUR website! s = 2*12*sin(42/2) \n" ); document.write( "s =~ 8.6 = base \n" ); document.write( "------------------ \n" ); document.write( "h = 12*sin((180-42)/2) = 12*sin(69) \n" ); document.write( "h =~ 11.2 \n" ); document.write( "-------- \n" ); document.write( "Area = bh/2 \n" ); document.write( "Area =~ 48 sq units \n" ); document.write( " |