首页> 重点归纳 > AMC数学竞赛真题2017年10A 23-24

AMC数学竞赛真题2017年10A 23-24

2018-08-27 重点归纳

AMC10数学竞赛是美国高中数学竞赛中的一项,是针对高中一年级及初中三年级学生的数学测试,该竞赛开始于2000年,分A赛和B赛,于每年的2月初和2月中举行,学生可任选参加一项即可。不管是对高校申请还是今后在数学领域的发展都极其有利!那么接下来跟随小编来看一下AMC10数学竞赛真题以及官方解答吧:

Problem 23

How many triangles with positive area have all their vertices at points $(i,j)$ in the coordinate plane, where $i$ and $j$ are integers between $1$ and $5$, inclusive?

$\textbf{(A)}\ 2128 \qquad\textbf{(B)}\ 2148 \qquad\textbf{(C)}\ 2160 \qquad\textbf{(D)}\ 2200 \qquad\textbf{(E)}\ 2300$


Solution

We can solve this by finding all the combinations, then subtracting the ones that are on the same line. There are $25$ points in all, from $(1,1)$ to $(5,5)$, so $\dbinom{25}3$ is $\frac{25\cdot 24\cdot 23}{3\cdot 2 \cdot 1}$, which simplifies to $2300$. Now we count the ones that are on the same line. We see that any three points chosen from $(1,1)$ and $(1,4)$ would be on the same line, so $\dbinom53$ is $10$, and there are $5$ rows, $5$ columns, and $2$ long diagonals, so that results in $120$. We can also count the ones with $4$ on a diagonal. That is $\dbinom43$, which is 4, and there are $4$ of those diagonals, so that results in $16$. We can count the ones with only $3$ on a diagonal, and there are $4$ diagonals like that, so that results in $4$. We can also count the ones with a slope of $\frac12$$2$$-\frac12$, or $-2$, with $3$ points in each. There are $12$ of them, so that results in $12$. Finally, we subtract all the ones in a line from $2300$, so we have $2300-120-16-4-12=\boxed{(\mathbf{B})\text{  }2148}$

Problem 24

For certain real numbers $a$$b$, and $c$, the polynomial\[g(x) = x^3 + ax^2 + x + 10\]has three distinct roots, and each root of $g(x)$ is also a root of the polynomial\[f(x) = x^4 + x^3 + bx^2 + 100x + c.\]What is $f(1)$?

$\textbf{(A)}\ -9009 \qquad\textbf{(B)}\ -8008 \qquad\textbf{(C)}\ -7007 \qquad\textbf{(D)}\ -6006 \qquad\textbf{(E)}\ -5005$

Solution 1

$f(x)$ must have four roots, three of which are roots of $g(x)$. Using the fact that every polynomial has a unique factorization into its roots, and since the leading coefficient of $f(x)$ and $g(x)$ are the same, we know that

\[f(x)=g(x)(x-r)\]

where $r\in\mathbb{C}$ is the fourth root of $f(x)$. Substituting $g(x)$ and expanding, we find that

\begin{align*}f(x)&=(x^3+ax^2+x+10)(x-r)\\ &=x^4+(a-r)x^3+(1-ar)x^2+(10-r)x-10r.\end{align*}

Comparing coefficients with $f(x)$, we see that

\begin{align*} a-r&=1\\ 1-ar&=b\\ 10-r&=100\\ -10r&=c.\\ \end{align*}

(Solution 1.1 picks up here.)

Let's solve for $a,b,c,$ and $r$. Since $10-r=100$$r=-90$, so $c=(-10)(-90)=900$. Since $a-r=1$$a=-89$, and $b=1-ar=-8009$. Thus, we know that

\[f(x)=x^4+x^3-8009x^2+100x+900.\]

Taking $f(1)$, we find that

\begin{align*} f(1)&=1^4+1^3-8009(1)^2+100(1)+900\\ &=1+1-8009+100+900\\ &=\boxed{\bold{(C)}\, -7007}.\\ \end{align*}

Solution 1.1

A faster ending to Solution 1 is as follows. We shall solve for only $a$ and $r$. Since $10-r=100$$r=-90$, and since $a-r=1$$a=-89$. Then,\begin{align*} f(1)&=(1-r)(1^3+a\cdot1^2+1+10)\\ &=(91)(-77)\\ &=\boxed{\bold{(C)}\, -7007}.\\ \end{align*}

Solution 2

We notice that the constant term of $f(x)=c$ and the constant term in $g(x)=10$. Because $f(x)$ can be factored as $g(x) \cdot (x- r)$(where $r$ is the unshared root of $f(x)$, we see that using the constant term, $-10 \cdot r = c$ and therefore $r = -\frac{c}{10}$. Now we once again write $f(x)$ out in factored form:

\[f(x) = g(x)\cdot (x-r) = (x^3+ax^2+x+10)(x+\frac{c}{10})\].

We can expand the expression on the right-hand side to get:

\[f(x) = x^4+(a+\frac{c}{10})x^3+(1+\frac{ac}{10})x^2+(10+\frac{c}{10})x+c\]

Now we have $f(x) = x^4+(a+\frac{c}{10})x^3+(1+\frac{ac}{10})x^2+(10+\frac{c}{10})x+c=x^4+x^3+bx^2+100x+c$.

Simply looking at the coefficients for each corresponding term (knowing that they must be equal), we have the equations:\[10+\frac{c}{10}=100 \Rightarrow c=900\]\[a+\frac{c}{10} = 1, c=900 \Rightarrow a + 90 =1 \Rightarrow a= -89\]

and finally,

\[1+\frac{ac}{10} = b = 1+\frac{-89 \cdot 900}{10} = b = -8009\].

We know that $f(1)$ is the sum of its coefficients, hence $1+1+b+100+c$. We substitute the values we obtained for $b$ and $c$ into this expression to get $f(1) = 1 + 1 + (-8009) + 100 + 900 = \boxed{\textbf{(C)}\,-7007}$.

Solution 3

Let $r_1,r_2,$ and $r_3$ be the roots of $g(x)$. Let $r_4$ be the additional root of $f(x)$. Then from Vieta's formulas on the quadratic term of $g(x)$and the cubic term of $f(x)$, we obtain the following:

\begin{align*} r_1+r_2+r_3&=-a \\  r_1+r_2+r_3+r_4&=-1 \end{align*}

Thus $r_4=a-1$.

Now applying Vieta's formulas on the constant term of $g(x)$, the linear term of $g(x)$, and the linear term of $f(x)$, we obtain:

\begin{align*} r_1r_2r_3  & = -10\\ r_1r_2+r_2r_3+r_3r_1 &= 1\\  r_1r_2r_3+r_2r_3r_4+r_3r_4r_1+r_4r_1r_2  & = -100\\ \end{align*}

Substituting for $r_1r_2r_3$ in the bottom equation and factoring the remainder of the expression, we obtain:

\[-10+(r_1r_2+r_2r_3+r_3r_1)r_4=-10+r_4=-100\]

It follows that $r_4=-90$. But $r_4=a-1$ so $a=-89$

Now we can factor $f(x)$ in terms of $g(x)$ as

amc数学竞赛

Then $f(1)=91g(1)$ and

\[g(1)=1^3-89\cdot 1^2+1+10=-77\]

Hence $f(1)=91\cdot(-77)=\boxed{\textbf{(C)}\,-7007}$.

Solution 4 (Risky)

Let the roots of $g(x)$ be $r_1$$r_2$, and $r_3$. Let the roots of $f(x)$ be $r_1$$r_2$$r_3$, and $r_4$. From Vieta's, we have:amc考试The fourth root is $a-1$. Since $r_1$$r_2$, and $r_3$ are common roots, we have:\begin{align*} f(x)=g(x)(x-(a-1)) \\ f(1)=g(1)(1-(a-1)) \\ f(1)=(a+12)(2-a) \\ f(1)=-(a+12)(a-2) \\ \end{align*}Let $a-2=k$:amc10Note that $-7007=-1001\cdot(7)=-(7\cdot(11)\cdot(13))\cdot(7)=-91\cdot(77)$ This gives us a pretty good guess of $\boxed{\textbf{(C)}\, -7007}$.

Solution 5

First off, let's get rid of the $x^4$ term by finding $h(x)=f(x)-xg(x)$. This polynomial consists of the difference of two polynomials with $3$ common factors, so it must also have these factors. The polynomial is $h(x)=(1-a)x^3 + (b-1)x^2 + 90x + c$, and must be equal to $(1-a)g(x)$. Equating the coefficients, we get $3$ equations. We will tackle the situation one equation at a time, starting the $x$ terms. Looking at the coefficients, we get $\dfrac{90}{1-a} = 1$.\[\therefore 90=1-a.\]The solution to the previous is obviously $a=-89$. We can now find $b$ and $c$$\dfrac{b-1}{1-a} = a$,\[\therefore b-1=a(1-a)=-89*90=-8010\]and $b=-8009$. Finally $\dfrac{c}{1-a} = 10$,\[\therefore c=10(1-a)=10*90=900\]Solving the original problem, $f(1)=1 + 1 + b + 100 + 1 = 102+b+c=102+900-8009=\boxed{\textbf{(C)}\, -7007}$.

以上就是小编对AMC10数学竞赛真题以及解析的介绍,希望对你有所帮助,更多学习资料请持续关注AMC数学竞赛网


2017年AMC10A数学竞赛整套真题及解析,请点击下方查看:

AMC竞赛10A 01-02   AMC竞赛10A 03-04   AMC竞赛10A 05-06   AMC竞赛10A 07-08   AMC竞赛10A 09-10

AMC真题10A 11-12   AMC真题10A 13-14   AMC真题10A 15-16   AMC真题10A 17-18   AMC真题10A 19-20

AMC数学竞赛10A 21-22   AMC数学竞赛10A 23-24   AMC数学竞赛10A 25