Richard B. answered 08/28/20
Electrical engineering degree specializing in physics, advanced mathem
I set up three relationships for three angles: A, B, and C
A+ B = 2C
B=C-28
A+ B+C = 180
so I set up a 3 x 4 matrix and used the Gauss Jordan technique to solve for each angle. So the matrix becomes
A B C
1 1 - 2 0
0 1 -1 - 28
1 1 1 1 80
solution came out to be A = 88, B = 32, C = 60