Quote:
Originally Posted by ToRm3nT Not sure if this is the right place to post this, but I need help finding an equation for a pattern, if one even can be found.
Ok, so the x and y values-
x-1,2,3,4
y,1,4,16,64
If anyone could help, it'd be greatly appreciated. |
y = 4^(x-1)
How I got it: I thought how are the y's related? I could see that they're related with 2 (2^0 = 1, 2^2 = 4, 2^4 = 16 2^6 = 64) and I saw the pattern of relation, but I couldn't convert that to an equation so I tried 4 and the equation for that came to me easily.