|
|
(15 intermediate revisions by 8 users not shown) |
Line 1: |
Line 1: |
− | == Problem ==
| + | #REDIRECT [[2010 AMC 12B Problems/Problem 21]] |
− | Let <math>a > 0</math>, and let <math>P(x)</math> be a polynomial with integer coefficients such that
| |
− | | |
− | <center>
| |
− | <math>P(1) = P(3) = P(5) = P(7) = a</math>, and<br/>
| |
− | <math>P(2) = P(4) = P(6) = P(8) = -a</math>.
| |
− | </center>
| |
− | | |
− | What is the smallest possible value of <math>a</math>?
| |
− | | |
− | <math>\textbf{(A)}\ 105 \qquad \textbf{(B)}\ 315 \qquad \textbf{(C)}\ 945 \qquad \textbf{(D)}\ 7! \qquad \textbf{(E)}\ 8!</math>
| |
− | | |
− | == Solution ==
| |
− | We observe that because <math>P(1) = P(3) = P(5) = P(7) = a</math>, if we define a new polynomial <math>R(x)</math> such that <math>R(x) = P(x) - a</math>, <math>R(x)</math> has roots when <math>P(x) = a</math>; namely, when <math>x=1,3,5,7</math>.
| |
− | | |
− | Thus since <math>R(x)</math> has roots when <math>x=1,3,5,7</math>, we can factor the product <math>(x-1)(x-3)(x-5)(x-7)</math> out of <math>R(x)</math> to obtain a new polynomial <math>Q(x)</math> such that <math>(x-1)(x-3)(x-5)(x-7)(Q(x)) = R(x) = P(x) - a</math>.
| |
− | | |
− | Then, plugging in values of <math>2,4,6,8,</math> we get
| |
− | | |
− | <cmath>P(2)-a=(2-1)(2-3)(2-5)(2-7)Q(2) = -15Q(2) = -2a</cmath>
| |
− | <cmath>P(4)-a=(4-1)(4-3)(4-5)(4-7)Q(4) = 9Q(4) = -2a</cmath>
| |
− | <cmath>P(6)-a=(6-1)(6-3)(6-5)(6-7)Q(6) = -15Q(6) = -2a</cmath>
| |
− | <cmath>P(8)-a=(8-1)(8-3)(8-5)(8-7)Q(8) = 105Q(8) = -2a</cmath>
| |
− | | |
− | <math>-2a=-15Q(2)=9Q(4)=-15Q(6)=105Q(8).</math>
| |
− | Thus, the least value of <math>a</math> must be the <math>lcm(15,9,15,105)</math>.
| |
− | Solving, we receive <math>315</math>, so our answer is <math> \boxed{\textbf{(B)}\ 315} </math>.
| |
− | | |
− | == Critique of Critique of Critique ==
| |
− | | |
− | The problem states the "least value" of <math>a</math>, so it is not needed to add the extra steps.
| |
− | | |
− | == Critique of Critique of Critique of Critique==
| |
− | It is still necessary to show that the minimum is achievable.
| |
− | For example <math>x^2+1>0</math>, but <math>0</math> is not the least value of <math>x^2+1</math>
| |
− | == See also ==
| |
− | {{AMC10 box|year=2010|ab=B|num-b=24|after=Last question}}
| |
− | See also
| |
− | [[Category:Intermediate Algebra Problems]] | |
− | {{MAA Notice}}
| |