Given: triangle with angles A, B and C.
Let x be an unknown variable.
According to task, we get
A = 7x-6, B = 3x-5, C = 4x-5.
According to properties of the triangle, the sum of all interior angle measures is equal to 180 degrees.
Thus, A + B + C = 180;
(7x-6) + (3x-5) + (4x-5) = 180;
14x = 196;
x = 14.
According to this, each angle measures are
A = 7 * 14 - 6 = 92 ;
B = 3 * 14 - 5 = 37 ;
C = 4 * 14 -5 = 51.
Check:
92 + 37 + 51 = 180.
Comments
Leave a comment