document.write( "Question 843491: In a triangle ABC,angle B is twice angle A and angle C is 20 degrees smaller than angle B. What are sizes of the three angles of the triangle? \n" ); document.write( "
Algebra.Com's Answer #508117 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Angle A = x \n" ); document.write( "Angle B = 2x \n" ); document.write( "Angle C = 2x - 20 \n" ); document.write( "Angles A, B and C = 180 degrees \n" ); document.write( "x + 2x + 2x - 20 = 180 \n" ); document.write( "5x - 20 = 180 \n" ); document.write( "5x = 180 + 20 \n" ); document.write( "5x = 200 \n" ); document.write( "x = 200/5 \n" ); document.write( "x = 40 degrees. \n" ); document.write( "Angle A = 40 degrees \n" ); document.write( "Angle B = 80 degrees \n" ); document.write( "Angle C = 60 degrees \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |