Difference between revisions of "2021 WSMO Speed Round Problems/Problem 1"
(Created page with "==Problem== Let <math>f^1(x)=(x-1)^2</math>, and let <math>f^n(x)=f^1(f^{n-1}(x))</math>. Find the value of <math>|f^7(2)|</math>. <math>\textbf{(A) }6 \qquad \textbf{(B) }8...") |
|||
Line 4: | Line 4: | ||
<math>\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }18 \qquad \textbf{(E) }24</math> | <math>\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }18 \qquad \textbf{(E) }24</math> | ||
− | ==Solution | + | ==Solution== |
Note that | Note that | ||
<cmath>|f^7(2)|=f(f(f(f(f(f(f(2)))))))=f(f(f(f(f(f((2-1)^2))))))=f(f(f(f(f(f(1))))))</cmath> | <cmath>|f^7(2)|=f(f(f(f(f(f(f(2)))))))=f(f(f(f(f(f((2-1)^2))))))=f(f(f(f(f(f(1))))))</cmath> |
Latest revision as of 15:27, 2 May 2025
Problem
Let , and let
. Find the value of
.
Solution
Note that
~pinkpig