You can put this solution on YOUR website! Bill is 1 less twice the age of his sister
b = 2s - 1
:
the *total* age of both is 26 how old is Bill?
b + s = 26
:
Replace b with (2s-1) from the 1st statement:
(2s - 1) + s = 26
3s = 26 + 1
3s = 27
s =
s = 9
:
I'll let you figure out how old bill is.