You can put this solution on YOUR website! let a = Amy's age
let b = Anne's age
let c = Alice's age
let d = Angela's age
:
Write an equation for each statement
:
Amy is 4 years older than Anna.
a = b + 4
:
Anna is 8 years older than Alice,
b = c + 8
:
Alice is 9 years older than Angela,
c = d + 9
:
How much older than Angela is Amy? 21 yrs older (4+8+9)