document.write( "Question 809033: in triangle abc, angle b equals angle a plus 20 degree and angle b equals the sum of angle a and angle b. Find all three angles \n" ); document.write( "
Algebra.Com's Answer #487365 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Angle A = x \n" ); document.write( "Angle B = x + 20 \n" ); document.write( "Angle C = x + (x + 20) \n" ); document.write( "Total degrees in a triangle = 180 \n" ); document.write( "A + B + C = 180 \n" ); document.write( "x + (x + 20) + (x +(x + 20))= 180 \n" ); document.write( "x + x + 20 + x + x = 20 = 180 \n" ); document.write( "4x + 40 = 180 \n" ); document.write( "4x = 180 - 40 \n" ); document.write( "4x = 140 \n" ); document.write( "x = 35 \n" ); document.write( "Angle A = 35 degrees \n" ); document.write( "Angle B = 55 degrees \n" ); document.write( "Angle C = 90 degrees \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " \n" ); document.write( " |