Question
Bob is twice as old as chuck, and susie is 10 years younger than bob. If the sum of their age is 100 years, how old is susie?
Answers
Steve
b = 2c
s = b-10
b+c+s = 100
Now just crank it out.
s = b-10
b+c+s = 100
Now just crank it out.