Asked by rene
what is n to the 101 power and how would you use progression to solve it?
Answers
Answered by
Damon
N^(k+1) = N * N^k
N
so
N^0 = 1
N^1 = 1*N
N^2 = N * N^1
N^3 = N * N^2
.
.
.
N^101 = N * N^100
N
so
N^0 = 1
N^1 = 1*N
N^2 = N * N^1
N^3 = N * N^2
.
.
.
N^101 = N * N^100
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.