2021 WSMO Speed Round/Problem 1: Difference between revisions
| Line 8: | Line 8: | ||
<cmath>=f(f(f(0)))=f(f((0-1)^2))=f(f(1))=f((1-1)^2)=f(0)=(0-1)^2=\boxed{1}.</cmath> | <cmath>=f(f(f(0)))=f(f((0-1)^2))=f(f(1))=f((1-1)^2)=f(0)=(0-1)^2=\boxed{1}.</cmath> | ||
pinkpig | |||
Revision as of 16:36, 22 December 2021
Problem
Let
, and let
. Find the value of
.
Solution (bash)
Note that
pinkpig