Difference between revisions of "2013 AMC 12B Problems/Problem 25"

(Created page with "==Problem== Let <math>G</math> be the set of polynomials of the form <cmath> P(z)=z^n+c_{n-1}z^{n-1}+\cdots+c_2z^2+c_1z+50, </cmath> where <math> c_1,c_2,\cdots, c_{n-1} </math>...")
 
Line 6: Line 6:
  
 
<math> \textbf{(A)}\ 288\qquad\textbf{(B)}\ 528\qquad\textbf{(C)}\ 576\qquad\textbf{(D}}\ 992\qquad\textbf{(E)}\ 1056 </math>
 
<math> \textbf{(A)}\ 288\qquad\textbf{(B)}\ 528\qquad\textbf{(C)}\ 576\qquad\textbf{(D}}\ 992\qquad\textbf{(E)}\ 1056 </math>
 +
==Solution==
 +
If we factor into irreducible polynomials (in <math>\mathbb{Q}[x]</math>), each factor <math>f_i</math> has exponent <math>1</math> in the factorization and degree at most <math>2</math> (since the <math>a+bi</math> with <math>b\ne0</math> come in conjugate pairs with product <math>a^2+b^2</math>). Clearly we want the product of constant terms of these polynomials to equal <math>50</math>; for <math>d\mid 50</math>, let <math>f(d)</math> be the number of permitted <math>f_i</math> with constant term <math>d</math>. It's easy to compute <math>f(1)=2</math>, <math>f(2)=3</math>, <math>f(5)=5</math>, <math>f(10)=5</math>, <math>f(25)=6</math>, <math>f(50)=7</math>, and obviously <math>f(d) = 1</math> for negative <math>d\mid 50</math>.
 +
 +
Note that by the distinctness condition, the only constant terms <math>d</math> that can be repeated are those with <math>d^2\mid 50</math> and <math>f(d)>1</math>, i.e. <math>+1</math> and <math>+5</math>. Also, the <math>+1</math>s don't affect the product, so we can simply count the number of polynomials with no constant terms of <math>+1</math> and multiply by <math>2^{f(1)} = 4</math> at the end.
 +
 +
We do casework on the (unique) even constant term <math>d\in\{\pm2,\pm10,\pm50\}</math> in our product. For convenience, let <math>F(d)</math> be the number of ways to get a product of <math>50/d</math> without using <math>\pm 1</math> (so only using <math>\pm5,\pm25</math>) and recall <math>f(-1) = 1</math>; then our final answer will be <math>2^{f(1)}\sum_{d\in\{2,10,50\}}(f(-d)+f(d))(F(-d)+F(d))</math>. It's easy to compute <math>F(-50)=0</math>, <math>F(50)=1</math>, <math>F(-10)=f(5)=5</math>, <math>F(10)=f(-5)=1</math>, <math>F(-2)=f(-25)+f(-5)f(5)=6</math>, <math>F(2)=f(25)+\binom{f(5)}{2}=16</math>, so we get
 +
<cmath> 4 [ (1+3)(6+16) + (1+5)(1+5) + (1+7)(0+1) ] = 4[132] = 528. </cmath>

Revision as of 16:55, 22 February 2013

Problem

Let $G$ be the set of polynomials of the form \[P(z)=z^n+c_{n-1}z^{n-1}+\cdots+c_2z^2+c_1z+50,\] where $c_1,c_2,\cdots, c_{n-1}$ are integers and $P(z)$ has distinct roots of the form $a+ib$ with $a$ and $b$ integers. How many polynomials are in $G$?

$\textbf{(A)}\ 288\qquad\textbf{(B)}\ 528\qquad\textbf{(C)}\ 576\qquad\textbf{(D}}\ 992\qquad\textbf{(E)}\ 1056$ (Error compiling LaTeX. Unknown error_msg)

Solution

If we factor into irreducible polynomials (in $\mathbb{Q}[x]$), each factor $f_i$ has exponent $1$ in the factorization and degree at most $2$ (since the $a+bi$ with $b\ne0$ come in conjugate pairs with product $a^2+b^2$). Clearly we want the product of constant terms of these polynomials to equal $50$; for $d\mid 50$, let $f(d)$ be the number of permitted $f_i$ with constant term $d$. It's easy to compute $f(1)=2$, $f(2)=3$, $f(5)=5$, $f(10)=5$, $f(25)=6$, $f(50)=7$, and obviously $f(d) = 1$ for negative $d\mid 50$.

Note that by the distinctness condition, the only constant terms $d$ that can be repeated are those with $d^2\mid 50$ and $f(d)>1$, i.e. $+1$ and $+5$. Also, the $+1$s don't affect the product, so we can simply count the number of polynomials with no constant terms of $+1$ and multiply by $2^{f(1)} = 4$ at the end.

We do casework on the (unique) even constant term $d\in\{\pm2,\pm10,\pm50\}$ in our product. For convenience, let $F(d)$ be the number of ways to get a product of $50/d$ without using $\pm 1$ (so only using $\pm5,\pm25$) and recall $f(-1) = 1$; then our final answer will be $2^{f(1)}\sum_{d\in\{2,10,50\}}(f(-d)+f(d))(F(-d)+F(d))$. It's easy to compute $F(-50)=0$, $F(50)=1$, $F(-10)=f(5)=5$, $F(10)=f(-5)=1$, $F(-2)=f(-25)+f(-5)f(5)=6$, $F(2)=f(25)+\binom{f(5)}{2}=16$, so we get \[4 [ (1+3)(6+16) + (1+5)(1+5) + (1+7)(0+1) ] = 4[132] = 528.\]