document.write( "Question 223445: The measure of each base angle of an isosceles triangle is 10 degrees less than twice the measure of the vertex angle. Find the measure of each angle of the triangle. \n" ); document.write( "
Algebra.Com's Answer #167081 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let the vertex angle be x degrees, then each base angle is 2x-10, and the sum of these three angles is 180 degrees, so... \n" ); document.write( "(2x-10)+(2x-10)+x = 180 Combine the like-terms. \n" ); document.write( "5x-20 = 180 Add 20 to bothe sides. \n" ); document.write( "5x = 200 Divide both sides by 5. \n" ); document.write( "x = 40 degrees. \n" ); document.write( "2x-10 = 70 degrees. \n" ); document.write( "The three angles are: \n" ); document.write( "Vertex angle = 40 degrees. \n" ); document.write( "The base angles are each 70 degrees. \n" ); document.write( " |