Skip to main content

2011 AMC 12A Problem 21

Problem 21 of 25HarderAlgebra

Let f1(x)=1x,f_1(x) = \sqrt{1 - x}, and for integers n2,n \ge 2, let fn(x)=fn1 ⁣(n2x).f_n(x) = f_{n-1}\!\left(\sqrt{n^2 - x}\right). If NN is the largest value of nn for which the domain of fnf_n is nonempty, the domain of fNf_N is {c}.\{c\}. What is N+c?N + c?

Answer choices

Show solution

Solution

Each step requires n2x\sqrt{n^2 - x} to lie in the domain of fn1.f_{n-1}. Tracking the domains: f1:(,1].f_1: (-\infty, 1]. f2:4x(,1][3,4].f_2: \sqrt{4 - x} \in (-\infty, 1] \Rightarrow [3, 4]. f3:9x[3,4][7,0].f_3: \sqrt{9 - x} \in [3, 4] \Rightarrow [-7, 0]. f4:16x[7,0]{16}f_4: \sqrt{16 - x} \in [-7, 0] \Rightarrow \{16\} (only the value 00 is possible). f5:25x=16{231}.f_5: \sqrt{25 - x} = 16 \Rightarrow \{-231\}. For f6f_6 we would need 36x=231,\sqrt{36 - x} = -231, impossible, so the domain is empty. Hence N=5,N = 5, c=231,c = -231, and N+c=226.N + c = -226. Thus, the correct answer is A.

More practice

Concepts: function · radical · recursion

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.