
Don B. answered 12/11/22
Patient and Creative Tutor Makes Math & Music Theory Interesting
We can write an equation for Monday (call it M) and one for Tuesday (call it T). With A and B meaning the obvious thing:
(M). 3A + 8B = 15
(T). 5A + 2B = 8
So we have two simultaneous linear equations in two unknowns. We could solve for A and B is several ways, but basically we want to express one variable in terms of the other to give us a linear equation in one unknown. One way is to multiply equation T by 4 and subtract eq. M from it:
20A + 8B = 32
-(3A + 8B) = 15
------------------------
17A = 17
This eliminates B, and it's clear that A = 1. Now we can substitute that value for A in either equation and solve for B. Using eq. T:
5*1 + 2B = 8
2B = 3
So B = 3/2. To check, substitute the values we found into eqs. M and T.
M: 3 + 8(3/2) = 15
T: 5 + 2(3/2) = 8
Both equations are valid, so our answer is correct.