Question 891432
a = invoice bill
t = 6, time worked
f = fee for weekend
r = hourly rate  ------ UNKNOWN


Account for the bill:
{{{t*r+f=a}}}


{{{tr=a-f}}}
{{{highlight(r=(a-f)/t)}}}