You can put this solution on YOUR website! Mary has $3 more than Ben
m = b + 3
but $5 less than Jane.
m = J - 5
If Mary has $x, how much does Jane and Ben have altogether?
:
x - m, therefore we can write this as two equations
b + 3 = x
j - 5 = x
-----------------Add the equations
b + j - 2 = 2x
b + j = 2x + 2 is the amt Ben and Jane have together