David W. answered 04/15/18
Tutor
4.7
(90)
retired
Let x = number of weeks [note: x=0 to start]
Let T(x) be the amount that Tony has after x weeks
Let S(x) be the amount that sister has after x weeks
"Currently, tony has $60" means T(0) = $60
"Currently, . . .his sister has $40" means S(0) = $40
Note: (dollars per week)*(number of weeks) = dollars [weeks cancel out]
For Tony: T(x) = $60 + $5x
For sister: S(x) = $40 + $4x
Note: equations are usually written with highest power of variables first, so:
T(x) = 5x + 60
S(x) = 4x + 40