500
In a factory there are three machines: A, B, C. When all three machines are working, they produce 287 bolts per hour. When only machines A and C are working, they produce 197 bolts per hour. When only machines A and B are working, they produce 202 bolts per hour. Write a system of equations to model the problem.
let A = machine A bolts per hour
let B = machine B bolts per hour
let C = machine C bolts per hour
A + B + C = 287
A + C = 197
A + B = 202