document.write( "Question 905457: In an isosceles triangle, the base angles are equal and the vertex angle is 80°. Find the measure of the base angles.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #549219 by Math_Boss(45)![]() ![]() You can put this solution on YOUR website! z=80 (vertex angle) \n" ); document.write( "x+y+z=180 (Sum of angles of any triangle is always 180) \n" ); document.write( "x+x+z=180 (isosceles triangle, base angles are equal) \n" ); document.write( "Substitute z=80 \n" ); document.write( "x+x+80=180 \n" ); document.write( "2x=100 \n" ); document.write( "x=50 \n" ); document.write( "Ans:Base angles are 50 each \n" ); document.write( "Check:50+50+80=180 \n" ); document.write( " |