document.write( "Question 311973: HI
\n" );
document.write( "IN TRIANGLE ABC,THE MEASURE OF ANGLE A IS 4 TIMES THE MEASURE OF ANGLE C,AND MEASURE OF ANGLE B IS 45 DEGREES MORE THAN THE MEASURE OF ANGLE C, WHAT IS THE MEASURES OF ANGLES AB AND C \n" );
document.write( "
Algebra.Com's Answer #223060 by mananth(16949) You can put this solution on YOUR website! let angle C be x deg. \n" ); document.write( "Angle A =4x deg \n" ); document.write( "Angle B = x+45 deg \n" ); document.write( ". \n" ); document.write( "The sum of all angles = 180 deg. \n" ); document.write( "x+4x+x+45=180 \n" ); document.write( "6x+45=180 \n" ); document.write( "6x=135 \n" ); document.write( "x=22.5 deg = angle C \n" ); document.write( "Angle A = 4x = 90deg \n" ); document.write( "Angle B= 22.5 + 45 = 67.5 deg \n" ); document.write( " |