1, 8, 27, 64
What is the 10th term?
We see the following pattern:
1^3 = 1
2^3 = 8
3^3 = 27
4^3 = 64
We build our sequence function using this pattern:
f(n) = n^3
With n = 10, we have:
f(10) = 10^3
f(10) = 1,000
What is the 10th term?
We see the following pattern:
1^3 = 1
2^3 = 8
3^3 = 27
4^3 = 64
We build our sequence function using this pattern:
f(n) = n^3
With n = 10, we have:
f(10) = 10^3
f(10) = 1,000