
Omkar A. answered 03/25/20
NCSU Engineering '23
To start out, you want to look for a pattern. In this case, as x goes up, the y value is being multiplied by 2, making it exponential growth. This means our base equation is 2^x.
Now lets plug in our x values to find out what 2^x is multiplied by in the equation.
2^3 = 8, but t(3) is 24. This means 2^x could be multiplied by 3 to equal 24. Let's test this out with the other x values
2^4 = 16, 16*3 = 48, which is in fact, t(4)
2^5 = 32, 32*3 = 96, which is in fact, t(5)
This means our equation is 3*(2^x). We can now simply plug in 20 into this equation, which gives us 3145728 as the final answer.