I pay a babysitter $8 per hour.

where p = pay ($) and t = time (hr)
Pick some values for t and substitute them into the formula to get the corresponding pay.
(0, 0) <--- no hours, no pay
(1, 8) <--- one hour, pay $8
(2, 16) <--- two hours, pay $16
etc.
