Question 1185080
b, how many hours Bill works
2b, how many that Phil works


Both work total of 48 hours.
{{{3b=48}}}
.
.





You asked for TWO variables.
b, how many that Bill work
p, how many that Phil work
{{{system(b=p/2,b+p=48)}}}
.
.
.