document.write( "Question 27819: Please help! The sum of the measurers of the angles of any triangle is 180 degrees. In a triangle ABC, angels A and B have the same measure, while the measure of angel C is 60 degrees larger than each of A and B. What are the measures of the three angles. I have started with
\n" ); document.write( "X=A&B angle
\n" ); document.write( "X+60= angle C
\n" ); document.write( "X+X+60=180
\n" ); document.write( "I just don't think I'm correct. Thank you
\n" ); document.write( "

Algebra.Com's Answer #15154 by bmauger(101)\"\" \"About 
You can put this solution on YOUR website!
You're close, and you started fine. But remember, x is both angle A & B, not angle A plus angle B. So you have to add all three angles:
\n" ); document.write( "Angle A (x)
\n" ); document.write( "Angle B (x)
\n" ); document.write( "Angle C (x+60)
\n" ); document.write( "\"x%2Bx%2B%28x%2B60%29=180\"
\n" ); document.write( "not\"x%2B%28x%2B60%29=180\"
\n" ); document.write( "
\n" );