There are MANY examples:
You could make x = time in hours and y = number of vampires:
y = [tex]2^{x-1}[/tex]
OR you could make x = time in hours and y = number of victims:
y = [tex]2^{x-1}-1[/tex]
You could make y = number of vampires and x = time in hours:
[tex]log_{2}{(x)}+1 = y[/tex]
etc.