document.write( "Question 774067: please help me solve this \r
\n" );
document.write( "\n" );
document.write( "The sum of the measures of the angles of any triangle is 180 degrees. In triangle ABC, angles A and B have the same measure, while the measure of angle C is 90 degrees larger than each of A and B. What are the measures of the three angles?
\n" );
document.write( "Angle a is
\n" );
document.write( "Angle b is
\n" );
document.write( "Angle C is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #472029 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let the three angles of a triangle be a, b and c. \n" ); document.write( "We are given \n" ); document.write( "(1) a = b \n" ); document.write( "and \n" ); document.write( "(2) c = b + 90 \n" ); document.write( "and we know that \n" ); document.write( "(3) a + b + c = 180 \n" ); document.write( "Put (1) into (3) and get \n" ); document.write( "(4) b + b + c = 180 or \n" ); document.write( "(5) 2*b + c = 180 \n" ); document.write( "Now put (2) into (5) to get \n" ); document.write( "(6) 2*b + b + 90 = 180 or \n" ); document.write( "(7) 3*b = 90 or \n" ); document.write( "(8) b = 30 and from (1) we have \n" ); document.write( "(9) a = 30 and from (2) we have \n" ); document.write( "(10) c = 120 \n" ); document.write( "Let's check these values with (3). \n" ); document.write( "Is (30 + 30 + 120 = 180)? \n" ); document.write( "Is (60 + 120 = 180)? \n" ); document.write( "Is (180 = 180)? Yes \n" ); document.write( "Answer: angles a, b and c are 30, 30, and 120 degrees, respectively. \n" ); document.write( " |