document.write( "Question 1200907: The measure of the vertex angle of an isosceles triangle is 10 degrees less than thrice the measure of one of its base angles. Find the measure of the vertex angle. \n" ); document.write( "
Algebra.Com's Answer #835138 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let B equal one of the base angles.
\n" ); document.write( "let V equal the vertex angle.
\n" ); document.write( "you get:
\n" ); document.write( "180 = 2A + V
\n" ); document.write( "V = 3A - 10
\n" ); document.write( "replace V in the firsts equation with 3A - 10 from the second equation to get:
\n" ); document.write( "180 = 2A + 3A - 10
\n" ); document.write( "add 10 to both sides of the equation and combine like terms to get:
\n" ); document.write( "190 = 5A
\n" ); document.write( "solve for A to get:
\n" ); document.write( "A = 190/5 = 38
\n" ); document.write( "V = 3A - 10 = 3*38 - 10 = 114 - 10 = 104
\n" ); document.write( "confirm by:
\n" ); document.write( "180 = 2 * 38 + 104 = 76 + 104 = 180
\n" ); document.write( "your solution is that the vertex angle is 104 degrees.
\n" ); document.write( "
\n" ); document.write( "
\n" );