problem stringlengths 15 4.7k | solution stringlengths 2 11.9k | answer stringclasses 51
values | problem_type stringclasses 8
values | question_type stringclasses 4
values | problem_is_valid stringclasses 1
value | solution_is_valid stringclasses 1
value | source stringclasses 6
values | synthetic bool 1
class |
|---|---|---|---|---|---|---|---|---|
5. For $n$ consecutive natural numbers, if each number is written in its standard prime factorization form, and each prime factor appears an odd number of times, such $n$ consecutive natural numbers are called a “consecutive $n$ strange group” (for example, when $n=3$, $22=2^{1} \times 11^{1}$, $23=23^{1}$, $24=2^{3} \... | 5.7.
For example: $29, 30, 31, 32, 33, 34, 35$ is a consecutive 7 peculiar group.
Below is the proof: When $n \geqslant 8$, there does not exist a consecutive $n$ peculiar group.
Otherwise, one of them (denoted as $m$) is divisible by 8, so among these $n$ numbers, there must be $m-4$ or $m+4$, which is divisible by... | 7 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Given the sequence $\left\{a_{n}\right\}$ with the general term
$$
a_{n}=(\sqrt{3}+\sqrt{2})^{2 n}\left(n \in \mathbf{N}_{+}\right) \text {, }
$$
Let $b_{n}=a_{n}+\frac{1}{a_{n}}$.
(1) Find the recurrence relation between $b_{n+2} 、 b_{n+1} 、 b_{n}$;
(2) Find the unit digit of the integer part of $a_{2011}$. | -、(1) From the given, we have
$$
\begin{array}{l}
b_{n}=(\sqrt{3}+\sqrt{2})^{2 n}+(\sqrt{3}-\sqrt{2})^{2 n} \\
\Rightarrow b_{n}=(5+2 \sqrt{6})^{n}+(5-2 \sqrt{6})^{n} .
\end{array}
$$
Then $b_{n+2}=[(5+2 \sqrt{6})+(5-2 \sqrt{6})]$.
$$
\begin{array}{l}
{\left[(5+2 \sqrt{6})^{n+1}+(5-2 \sqrt{6})^{n+1}\right]-} \\
(5+2 \... | 9 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
Four, let $n$ sets $A_{1}, A_{2}, \cdots, A_{n}$ be a partition of the set $A=\{1,2, \cdots, 29\}$, and the sum of any elements in $A_{i}(i=1,2$, $\cdots, n)$ does not equal 30. Find the minimum possible value of $n$.
[Note] If the non-empty subsets $A_{1}, A_{2}, \cdots, A_{n}$ $\left(n \in \mathbf{N}_{+}, n \geqslan... | The minimum value of $n$ is 3.
First, we decompose
$$
\begin{array}{l}
A_{1}=\{1,2, \cdots, 7\}, \\
A_{2}=\{10,11, \cdots, 15,21,22\}, \\
A_{3}=\{8,9,16,17, \cdots, 20,23,24, \cdots, 29\}
\end{array}
$$
which satisfies the conditions.
Next, we prove that $n=2$ does not satisfy the conditions.
Assume, for contradiction... | 3 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
Example 7 As shown in Figure 6, in the regular nonagon ABCDEFGHI, it is known that $A E=1$. Then the length of $A B + A C$ is
The translation preserves the original text's line breaks and format. | Solving: Since the sum of the interior angles of a regular nonagon is
$$
(9-2) \times 180^{\circ}=1260^{\circ} \text {, }
$$
and each interior angle is $140^{\circ}$, therefore,
$$
\angle C A B=\left(180^{\circ}-140^{\circ}\right) \div 2=20^{\circ} \text {. }
$$
Connecting $A H$, and drawing $H M$ and $G N$ perpendic... | 1 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
1. Given real numbers $x, y$ satisfy
$$
17\left(x^{2}+y^{2}\right)-30 x y-16=0 \text {. }
$$
then the maximum value of $f(x, y)=\sqrt{16 x^{2}+4 y^{2}-16 x y-12 x+6 y+9}$ is . $\qquad$ | $-1.7$.
From $17\left(x^{2}+y^{2}\right)-30 x y-16=0$, we get
$$
\begin{array}{l}
(x+y)^{2}+16(x-y)^{2}=16 . \\
\text { Let }\left\{\begin{array}{l}
x+y=4 \cos \theta, \\
x-y=\sin \theta
\end{array}(\theta \in \mathbf{R})\right. \\
\Rightarrow\left\{\begin{array}{l}
x=2 \cos \theta+\frac{1}{2} \sin \theta, \\
y=2 \cos ... | 7 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
2. Let $A$ be the set of values of $m$ for which the roots of the equation in $x$
$$
2(m+1) x^{2}-\left(m^{2}+m+16\right) x+8 m=0
$$
are both integers. Then $|A|=$
$\qquad$ . | 2. 2 .
If $m=-1$, then $x=-\frac{1}{2}$, which does not meet the requirement. If $m \neq-1$, then we can get $x_{1}=\frac{m}{2}, x_{2}=\frac{8}{m+1}$. According to the problem, $m$ is an even number, and $(m+1) \mid 8$, so $m=0$ or -2.
Therefore, $|A|=2$. | 2 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
4. Given the sequence $\left\{a_{n}\right\}$ satisfies
$$
a_{1}=a_{2}=3, a_{n+2}=3 a_{n+1}-2 a_{n}-1 \text {, }
$$
where, $n \in \mathbf{N}_{+}, S_{n}$ is the sum of the first $n$ terms of $\left\{a_{n}\right\}$. Then the maximum value of $S_{n}$ is $\qquad$ . | 4. 8 .
From the given information, we have
$$
\begin{array}{l}
a_{n+2}-a_{n+1}-1=2\left(a_{n+1}-a_{n}-1\right) \\
=2^{n}\left(a_{2}-a_{1}-1\right)=-2^{n} \\
\Rightarrow a_{n}-a_{n-1}=1-2^{n-2} \\
\Rightarrow a_{n}=n+3-2^{n-1}\left(n \in \mathbf{N}_{+}\right)
\end{array}
$$
Therefore, $a_{3}=2$.
Also, when $n \geqslan... | 8 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
Four, (50 points) Each point in the plane is colored with one of $n$ colors, while satisfying:
(1) Each color has infinitely many points, and they are not all on the same line;
(2) There is at least one line on which all points are exactly two colors.
Find the minimum value of $n$ such that there exist four points of ... | Given $n \geqslant 4$.
If $n=4$, take a fixed circle $\odot O$ and three points $A, B, C$ on it. Color the arc $\overparen{A B}$ (including point $A$ but not $B$), the arc $\overparen{B C}$ (including point $B$ but not $C$), and the arc $\overparen{C A}$ (including point $C$ but not $A$) with colors 1, 2, and 3, respec... | 5 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
Example 3 Given 10 points on a circle, color six of them black and the remaining four white. They divide the circumference into arcs that do not contain each other. Rule: arcs with both ends black are labeled with the number 2; arcs with both ends white are labeled with the number $\frac{1}{2}$; arcs with ends of diffe... | Mark all the black points with $\sqrt{2}$, and all the white points with $\frac{1}{\sqrt{2}}$, then the number marked on each arc is exactly the product of the numbers at its two ends. Therefore, the product of the numbers marked on all these arcs is the square of the product of the numbers marked on all the points, i.... | 4 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
Question 4 Let $P$ be a polynomial of degree $3n$, such that
$$
\begin{array}{l}
P(0)=P(3)=\cdots=P(3 n)=2, \\
P(1)=P(4)=\cdots=P(3 n-2)=1, \\
P(2)=P(5)=\cdots=P(3 n-1)=0 .
\end{array}
$$
$$
\text { If } P(3 n+1)=730 \text {, find } n \text {. }
$$ | Solving, we know
$$
\sum_{k=0}^{3 n+1}(-1)^{k} \dot{\mathrm{C}}_{3 n+1}^{k} P(3 n+1-k)=0,
$$
which means $729+2 \sum_{j=0}^{n}(-1)^{3 j+1} \mathrm{C}_{3 n+1}^{3 j+1}+\sum_{j=0}^{n}(-1)^{3 j} \mathrm{C}_{3 n+1}^{3 j}=0$
Using the multi-section formula, we can find
$$
\begin{array}{l}
\sum_{j=0}^{n}(-1)^{3 j+1} \mathrm{... | 4 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
3. Find the smallest positive integer $n$, such that there exist rational coefficient polynomials $f_{1}, f_{2}, \cdots, f_{n}$, satisfying
$$
x^{2}+7=f_{1}^{2}(x)+f_{2}^{2}(x)+\cdots+f_{n}^{2}(x) .
$$ | 3. Since $x^{2}+7=x^{2}+2^{2}+1^{2}+1^{2}+1^{2}$, then $n \leqslant 5$.
Thus, it only needs to be proven that $x^{2}+7$ is not equal to the sum of squares of no more than four rational coefficient polynomials.
Assume there exist four rational coefficient polynomials $f_{1}, f_{2}, f_{3}, f_{4}$ (some of which may be 0... | 5 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
1. Given $\triangle A B C$ with the three angles $\angle A, \angle B, \angle C$ opposite to the sides of lengths $a, b, c$, and $\angle A=2 \angle B$. Then $\frac{a^{2}}{b(b+c)}=$ $\qquad$ . | 1. 1.
As shown in Figure 4, it is easy to know,
$$
\begin{array}{l}
\triangle A B C \backsim \triangle D A C \\
\Rightarrow \frac{A B}{D A}=\frac{A C}{D C}=\frac{B C}{A C} .
\end{array}
$$
Let $B D=x, D C=y$. Then
$$
\begin{array}{l}
\frac{c}{x}=\frac{b}{y}=\frac{a}{b} \Rightarrow \frac{b+c}{x+y}=\frac{a}{b} \\
\Righ... | 1 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
9. The number of prime pairs $(a, b)$ that satisfy the equation
$$
a^{b} b^{a}=(2 a+b+1)(2 b+a+1)
$$
is $\qquad$. | 9.2.
If $a=b$, then the equation is equivalent to $a^{2a}=(3a+1)^2$. But $a \mid a^{2a}, a \mid (3a+1)^2$, which is a contradiction, so $a \neq b$.
Assume without loss of generality that $a > b$. Since the difference between the two factors on the right side of the original equation is $a-b$, $a$ can only divide one o... | 2 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
10.2. Nine real-coefficient quadratic polynomials
$$
x^{2}+a_{1} x+b_{1}, x^{2}+a_{2} x+b_{2}, \cdots, x^{2}+a_{9} x+b_{9}
$$
satisfy: The sequences $a_{1}, a_{2}, \cdots, a_{9}$ and $b_{1}, b_{2}, \cdots, b_{9}$ are both arithmetic sequences. It is known that the polynomial obtained by adding these nine polynomials h... | $$
\begin{array}{l}
\text { 10. 2. Let } P_{i}(x)=x^{2}+a_{i} x+b_{i}(i=1,2, \cdots, 9), \\
P(x)=P_{1}(x)+P_{2}(x)+\cdots+P_{9}(x) .
\end{array}
$$
Notice that
$$
P_{i}(x)+P_{10-i}(x)=2 P_{5}(x)=\frac{2}{9} P(x)
$$
has real roots, denoted as $x_{0}$.
Then $P_{i}\left(x_{0}\right)+P_{10-i}\left(x_{0}\right)=0$.
Thus, ... | 4 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
10.7. For any positive integers $a, b (a>b>1)$, define the sequence $x_{n}=\frac{a^{n}-1}{b^{n}-1}(n=1,2, \cdots)$. It is known that the defined sequence does not have $d$ consecutive terms consisting of prime numbers. Find the minimum value of $d$.
untranslated part:
将上面的文本翻译成英文,请保留源文本的换行和格式,直接输出翻译结果。
Note: The la... | 10.7. The minimum value of $d$ is 3.
When $a=4, b=2$, $x_{1}=3, x_{2}=5$ are prime numbers.
Therefore, the minimum value of $d$ is greater than 2.
Next, we prove: there cannot be three consecutive terms all being prime numbers.
In fact, a stronger conclusion can be proven:
For $n \geqslant 2, x_{n}$ and $x_{n+1}$ cann... | 3 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
Example $8 A, B, C, D, E$ five people participated in an exam, which has seven questions, all of which are true or false questions. The scoring criteria are: for each question, 1 point is awarded for a correct answer, 1 point is deducted for a wrong answer, and no points are awarded or deducted for unanswered questions... | Let $x_{k}=\left\{\begin{array}{ll}1, & \text { if the conclusion of the } k \text {th question is correct; } \\ -1, & \text { if the conclusion of the } k \text {th question is incorrect, }\end{array}\right.$ where $k=1,2, \cdots, 7$.
At this point, if the conclusion is judged to be correct (i.e., marked with a “ $\c... | 4 | Logic and Puzzles | math-word-problem | Yes | Yes | cn_contest | false |
3. Let $t=\left(\frac{1}{2}\right)^{x}+\left(\frac{2}{3}\right)^{x}+\left(\frac{5}{6}\right)^{x}$. Then the sum of all real solutions of the equation $(t-1)(t-2)(t-3)=0$ with respect to $x$ is $\qquad$ | 3.4.
Notice that
$$
f(x)=\left(\frac{1}{2}\right)^{x}+\left(\frac{2}{3}\right)^{x}+\left(\frac{5}{6}\right)^{x}
$$
is a monotonically decreasing function.
When $x=0,1,3$, its values are $3, 2, 1$ respectively, so the three roots of the equation are $x=0,1,3$, and their sum is 4. | 4 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
6. For any real numbers $x, y, z$ not all zero, we have
$$
\begin{array}{l}
-6 x y + 18 z x + 36 y z . \\
\leqslant k\left(54 x^{2} + 41 y^{2} + 9 z^{2}\right) .
\end{array}
$$
Then the minimum value of the real number $k$ is | 6.1.
By the Cauchy-Schwarz inequality, we have
$$
\begin{array}{c}
{\left[(x+y)^{2}+(z+x)^{2}+(y+z)^{2}\right]\left(4^{2}+8^{2}+10^{2}\right)} \\
\geqslant[4(x+y)+8(z+x)+10(y+z)]^{2} .
\end{array}
$$
Simplifying, we get $-11r$.
$$
54 x^{2}+41 y^{2}+9 z^{2} \geqslant-6 x y+18 z x+36 y z \text {. }
$$
When $x: y: z=1:... | 1 | Inequalities | math-word-problem | Yes | Yes | cn_contest | false |
Given real numbers $a, b, c, d$ satisfy $a^{4}+b^{4}=c^{4}+d^{4}=2011, a c+b d=0$. Find the value of $a b+c d$.
Translate the above text into English, please retain the original text's line breaks and format, and output the translation result directly. | Given $a c+b d=0 \Rightarrow a c=-b d$.
Raising both sides to the fourth power, we get $a^{4} c^{4}=b^{4} d^{4}$.
Since $c^{4}=2011-d^{4}, b^{4}=2011-a^{4}$, we have,
$$
\begin{array}{l}
a^{4}\left(2011-d^{4}\right)=\left(2011-a^{4}\right) d^{4} \\
\Rightarrow 2011 a^{4}-a^{4} d^{4}=2011 d^{4}-a^{4} d^{4} .
\end{array}... | 0 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
5. Given that $C D$ is the altitude on the hypotenuse $A B$ of the right triangle $\triangle A B C$, $\odot O$ is its circumcircle, $\odot O_{1}$ is internally tangent to arc $\overparen{A C}$ and tangent to $A B$ and $C D$, with $E$ being the tangency point on side $A B$; $\odot O_{2}$ is internally tangent to arc $\o... | Prompt: From Example 8, we get $A F=A C, B E=B C$. Then prove that $C E$ bisects $\angle A C D$, and $C F$ bisects $\angle D C B$. Thus, $\frac{A E}{E D} \cdot \frac{D F}{F B} \cdot \frac{B C}{C A}=\frac{A C}{C D} \cdot \frac{C D}{C B} \cdot \frac{B C}{C A}=1$. | 1 | Geometry | proof | Yes | Yes | cn_contest | false |
Example 4 As shown in Figure 2, let $M$ be the centroid of $\triangle A B C$, and a line through $M$ intersects sides $A B$ and $A C$ at points $P$ and $Q$, respectively, and
$$
\frac{A P}{P B}=m, \frac{A Q}{Q C}=n \text {. }
$$
Then $\frac{1}{m}+\frac{1}{n}=$ | Solution 1 As shown in Figure 2, draw lines through points $C$ and $B$ parallel to $PQ$ intersecting $AD$ or its extension at points $E$ and $F$. Then,
$$
\begin{array}{l}
\frac{1}{m}=\frac{P B}{A P}=\frac{F M}{A M}, \\
\frac{1}{n}=\frac{Q C}{A Q}=\frac{E M}{A M} .
\end{array}
$$
Since $D$ is the midpoint of side $BC$... | 1 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
12. Given real numbers $a, b, c$ satisfy
$$
\frac{a(b-c)}{b(c-a)}=\frac{b(c-a)}{c(b-a)}=k>0,
$$
where $k$ is some constant. Then the greatest integer not greater than $k$ is . $\qquad$ | 12. 0 .
Let the substitution be $x=a b, y=b c, z=c a$. Then
$$
x-z=k(y-x), y-x=k(y-z) \text {. }
$$
Thus, $x-z=k^{2}(y-z)$. Therefore,
$$
\begin{array}{l}
(y-x)+(x-z)+(z-y)=0 \\
\Leftrightarrow(y-z)\left(k^{2}+k-1\right)=0(x \neq y \neq z) \\
\Rightarrow k^{2}+k-1=0 .
\end{array}
$$
Also, $k>0 \Rightarrow k=\frac{-1... | 0 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
1. (40 points) Find all real roots of the equation
$$
x^{2}-x+1=\left(x^{2}+x+1\right)\left(x^{2}+2 x+4\right)
$$ | 1. The original equation can be transformed into
$$
x^{4}+3 x^{3}+6 x^{2}+7 x+3=0 \text {. }
$$
Let $x=-1$. Then $1-3+6-7+3=0$.
Therefore, $x+1$ is a factor.
$$
\begin{array}{l}
\text { Hence } x^{4}+3 x^{3}+6 x^{2}+7 x+3 \\
=(x+1)\left(x^{3}+2 x^{2}+4 x+3\right) \\
=(x+1)^{2}\left(x^{2}+x+3\right)=0 .
\end{array}
$$
... | -1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
7. (40 points) A cat caught 81 mice and arranged them in a circle, numbering them from $1 \sim 81$ in a clockwise direction. The cat starts counting from a certain mouse in a clockwise direction, continuously counting “$1, 2, 3$” and eating all the mice that are counted as 3. As the cat continues to count, the circle g... | 7. First, arrange the numbers of all the mice in 9 columns as follows.
\begin{tabular}{ccccccccc}
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 \\
10 & 11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 \\
19 & 20 & 21 & 22 & 23 & 24 & 25 & 26 & 27 \\
28 & 29 & 30 & 31 & 32 & 33 & 34 & 35 & 36 \\
37 & 38 & 39 & 40 & 41 & 42 & 43 & 44 & 45 \\
4... | 7 | Logic and Puzzles | math-word-problem | Yes | Yes | cn_contest | false |
10. (40 points) Given positive integers $a$, $b$, and $c$ to 甲, 乙, and 丙 respectively, each person only knows their own number. They are told that $\frac{1}{a}+\frac{1}{b}+\frac{1}{c}=1$, and each is asked the following two questions:
(1) Do you know the value of $a+b+c$?
(2) Do you know the values of $a$, $b$, and $c$... | 10. First solve the equation $\frac{1}{a}+\frac{1}{b}+\frac{1}{c}=1$.
Assume $a \geqslant b \geqslant c$. If $c=3$, then $1=\frac{1}{a}+\frac{1}{b}+\frac{1}{c} \leqslant \frac{3}{c}$.
Thus, $a=b=c=3$. Otherwise, $c=2$.
Then, $\frac{1}{a}+\frac{1}{b}=\frac{1}{2}$.
Solving this, we get $a=b=4$ or $b=3, a=6$.
The sums co... | 11 | Logic and Puzzles | math-word-problem | Yes | Yes | cn_contest | false |
3. Let $a, b$ be positive real numbers, and
$$
\begin{array}{l}
\frac{1}{a}+\frac{1}{b} \leqslant 2 \sqrt{2}, \\
(a-b)^{2}=4(a b)^{3} .
\end{array}
$$
Then $\log _{a} b=$ $\qquad$ | 3. -1 .
From $\frac{1}{a}+\frac{1}{b} \leqslant 2 \sqrt{2}$, we get $a+b \leqslant 2 \sqrt{2} a b$.
$$
\begin{array}{l}
\text { Also, }(a+b)^{2}=4 a b+(a-b)^{2} \\
=4 a b+4(a b)^{3} \\
\geqslant 4 \times 2 \sqrt{a b(a b)^{3}}=8(a b)^{2},
\end{array}
$$
which means $a+b \geqslant 2 \sqrt{2} a b$.
Thus, $a+b=2 \sqrt{2}... | -1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
II. (25 points) As shown in Figure 4, given that $AB$ is the diameter of $\odot O$, chord $CD$ intersects $AB$ at point $E$. A tangent to $\odot O$ is drawn from point $A$ and intersects the extension of $CD$ at point $F$. Given $AC=8$, $CE:ED=6:5$, and $AE:EB=2:3$. Find the length of $AB$ and the value of $\tan \angle... | Let $C E=6 x, E D=5 x, A E=2 y$, $E B=3 y, D F=z$.
By the intersecting chords theorem, we have
$$
A E \cdot B E=C E \cdot E D \Rightarrow y=\sqrt{5} x \text {. }
$$
By the secant-tangent theorem, we have
$$
A F^{2}=D F \cdot C F=z(z+11 x) \text {. }
$$
By the Pythagorean theorem, we have
$$
\begin{array}{l}
A F^{2}=E... | 10 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
11. (20 points) Let the function
$$
f(x)=\frac{1+\ln (x+1)}{x} \text {, }
$$
$k$ is a positive integer. When $x>0$, $f(x)>\frac{k}{x+1}$ always holds. Find the maximum value of $k$.
untranslated part:
$k$ is a positive integer. When $x>0$, $f(x)>\frac{k}{x+1}$ always holds. Find the maximum value of $k$.
(Note: The... | 11. Since $x>0$, we have
$$
k0)
$$
always holds.
$$
\text{Let } g(x)=\frac{(x+1)[1+\ln (x+1)]}{x}(x>0) \text{.}
$$
Then $g^{\prime}(x)=\frac{x-1-\ln (x+1)}{x^{2}}$.
Let $h(x)=x-1-\ln (x+1)$.
Obviously, $h(2)0$.
If $h\left(x_{0}\right)=0$, then $20$ (since $x>0$), then $h(x)$ is monotonically increasing in $(0,+\infty... | 3 | Inequalities | math-word-problem | Yes | Yes | cn_contest | false |
2. Given $a=\sqrt{3}-1$. Then $a^{2012}+2 a^{2011}-2 a^{2010}=$ | 2. 0 .
Notice that $a^{2}=(\sqrt{3}-1)^{2}=4-2 \sqrt{3}$. Then $a^{2}+2 a-2=0$.
Therefore, $a^{2012}+2 a^{2011}-2 a^{2010}$ $=a^{2010}\left(a^{2}+2 a-2\right)=0$. | 0 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
4. Given $\triangle A B C$
the lengths of the three medians are 3,
4, 5. Then $S_{\triangle M B C}$ is $\qquad$ | 4. 8 .
As shown in Figure 4, extend GD to point $D^{\prime}$, making it twice as long.
Then the side lengths of $\triangle G D^{\prime} C$ are $\frac{2}{3}$ times the lengths of the three medians of $\triangle A B C$.
Therefore, it is a right triangle, and its area is $\frac{8}{3}$.
Additionally, the area of $\triangl... | 8 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
Three. (20 points) There are $m$ regular $n$-sided polygons, and the sum of the interior angles of these $m$ regular polygons can be divided by 8. Find the minimum value of $m+n$.
| Three, from the problem, we know that the total sum of the interior angles of these $m$ regular polygons is $m(n-2) \times 180$.
From $81[180 m(n-2)]$
$\Rightarrow 21 \mathrm{~m}(n-2) \Rightarrow 21 \mathrm{mn}$.
Thus, at least one of $m$ and $n$ is even.
Also, $m \geqslant 1, n \geqslant 3$, and both are integers.
To ... | 5 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
3. Given an integer $n \geqslant 2$.
(1) Prove: The set $\{1,2, \cdots, n\}$ can be properly arranged into subsets $A_{1}, A_{2}, \cdots, A_{2^{n}}$, such that the number of elements in $A_{i}$ and $A_{i+1}\left(i=1,2, \cdots, 2^{n}\right.$, and $\left.A_{2^{n+1}}=A_{1}\right)$ differ by exactly 1.
(2) For subsets $A_{... | 3. (1) Prove by mathematical induction: there exists a subsequence $A_{1}, A_{2}, \cdots, A_{2^{n}}$ that meets the requirements, and $A_{1}=\{1\}$, $A_{2^{n}}=\varnothing$.
When $n=2$, the sequence $\{1\}, \{1,2\}, \{2\}, \varnothing$ satisfies the requirements.
Assume that when $n=k$, there exists a subsequence $B_... | 0 | Combinatorics | proof | Yes | Yes | cn_contest | false |
5. The function $f(x)$ is defined on $(0, \infty)$, and satisfies
$$
f(x)-2 x f\left(\frac{1}{x}\right)+3 x^{2}=0 \text {. }
$$
Then the minimum value of $f(x)$ is $\qquad$ | 5.3.
From $f(x)-2 x f\left(\frac{1}{x}\right)+3 x^{2}=0$, we get $f\left(\frac{1}{x}\right)-\frac{2}{x} f(x)+\frac{3}{x^{2}}=0$.
By solving the above two equations simultaneously, we obtain $f(x)=x^{2}+\frac{2}{x}$.
By the AM-GM inequality,
$$
x^{2}+\frac{2}{x}=x^{2}+\frac{1}{x}+\frac{1}{x} \geqslant 3\left(x^{2} \cdo... | 3 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
6. The complex number $z$ satisfies
$$
|z|(3 z+2 \mathrm{i})=2(\mathrm{i} z-6) \text {. }
$$
Then $|z|$ equals $\qquad$ . | 6. 2 .
Solution 1 Direct calculation shows that
$$
|3 z+2 \mathrm{i}|^{2}-|\mathrm{i} z-6|^{2}=8\left(|z|^{2}-4\right) \text {. }
$$
From this, if $|z|>2$, then
$$
\begin{array}{l}
|3 z+2 \mathrm{i}|>|\mathrm{i} z-6| \\
\Rightarrow|| z|(3 z+2 \mathrm{i})|>|2(\mathrm{i} z-6)|,
\end{array}
$$
which contradicts the giv... | 2 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
7. Let $\left(1+x-x^{2}\right)^{10}=a_{0}+a_{1} x+\cdots+a_{20} x^{20}$. Then $a_{0}+a_{1}+2 a_{2}+\cdots+20 a_{20}=$ $\qquad$ | 7. -9 .
Let $x=0$, we get $a_{0}=1$.
Differentiating both sides of the given equation, we get
$$
\begin{array}{l}
10\left(1+x-x^{2}\right)^{9}(1-2 x) \\
=a_{1}+2 a_{2} x+\cdots+20 a_{20} x^{19} . \\
\text { Let } x=1 \text {, we get. } \\
a_{1}+2 a_{2}+\cdots+20 a_{20}=-10 .
\end{array}
$$
Then $a_{0}+a_{1}+2 a_{2}+\... | -9 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
4. As shown in Figure 1, in the tetrahedron $D-ABC$, it is known that $DA \perp$ plane $ABC$, and $\triangle ABC$ is an equilateral triangle with a side length of 2. Then, when the tangent value of the dihedral angle $A-BD-C$ is 2, $V_{D-ABC}=$ $\qquad$ | 4.2.
Given $D A \perp$ plane $A B C$, we know
$D A \perp A B$, plane $D A B \cdot \perp$ plane $A B C$.
As shown in Figure 3, take the midpoint $O$ of $A B$.
Then, by the problem statement, $C O \perp A B, C O$
is on plane $D A B$, and
$$
C O=\sqrt{3} \text {. }
$$
Draw $O E \perp D B$ at point $E$, and connect $C E$... | 2 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
Example 1 Given the equation in $x$
$$
x^{4}+2 x^{3}+(3+k) x^{2}+(2+k) x+2 k=0
$$
has real roots. If the product of all real roots is -2, then the sum of the squares of all real roots is $\qquad$ . | $$
\begin{array}{l}
\left(x^{4}+2 x^{3}+x^{2}\right)+\left[(2+k) x^{2}+(2+k) x\right]+2 k=0 \\
\Rightarrow\left(x^{2}+x\right)^{2}+(2+k)\left(x^{2}+x\right)+2 k=0 \\
\Rightarrow\left(x^{2}+x+2\right)\left(x^{2}+x+k\right)=0 .
\end{array}
$$
Since the original equation has real roots, and $x^{2}+x+2=0$ has no real root... | 5 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
11. Let $A$ and $B$ be the common vertices of the ellipse
$$
\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1(a>b>0)
$$
and the hyperbola
$$
\frac{x^{2}}{a^{2}}-\frac{y^{2}}{b^{2}}=1(a>0, b>0)
$$
Let $P$ and $M$ be two moving points on the hyperbola and the ellipse, respectively, different from $A$ and $B$, and satisfy
$$
\... | 11. -5 .
Let $A(-a, 0), B(a, 0), P\left(x_{1}, y_{1}\right), M\left(x_{2}, y_{2}\right)$.
From $\overrightarrow{A P}+\overrightarrow{B P}=\lambda(\overrightarrow{A M}+\overrightarrow{B M})$, we know that points $O, P, M$ are collinear, and we can find that
$$
\begin{array}{l}
k_{1}+k_{2}=\frac{y_{1}}{x_{1}+a}+\frac{y_... | -5 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
4. As shown in Figure 5, given $\triangle A B C$ is inscribed in $\odot O$, chord $A F \perp B C$ at point $H, G$ is the midpoint of $B F$. Then $\frac{A C}{O G}=$ | 4. 2 .
Connect $F O$. Then
$$
\begin{array}{l}
\text { Rt } \triangle A B H \backsim \text { Rt } \triangle O \\
\Rightarrow \frac{A H}{B H}=\frac{O G}{F G} . \\
\text { Also } \triangle A C H \backsim \triangle B F H \\
\Rightarrow \frac{A H}{B H}=\frac{A C}{B F} .
\end{array}
$$
Therefore $A C=2 O G \Rightarrow \fr... | 2 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
2. The number of real numbers $a$ that make the equation
$$
x^{2}+a x+8 a=0
$$
have only integer solutions is $\qquad$ . | 2. 8 .
Let the equation (1) have integer solutions $m, n (m \leqslant n)$. Then $m+n=-a, mn=8a$.
Thus, $(m+8)(n+8)=64$.
Solving for $(m, n)$
$$
\begin{array}{c}
=(-72,-9),(-40,-10),(-24,-12), \\
(-16,-16),(-7,56),(-6,24), \\
(-4,8),(0,0) .
\end{array}
$$
Correspondingly,
$$
\begin{array}{l}
a=-(m+n) \\
=81,50,36,32,-... | 8 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
5. All prime numbers $p$ that make $2 p^{4}-p^{2}+36$ a perfect square are $\qquad$ . | 5.2.
When $p=2$,
$$
2 p^{4}-p^{2}+36=64
$$
is a perfect square, thus, $p=2$ is the solution.
When $p=3$,
$$
2 p^{4}-p^{2}+36=189
$$
is not a perfect square.
When $p$ is an odd prime greater than 3, let
$2 p^{4}-p^{2}+36=k^{2}$ ( $k$ is an odd positive integer).
Then $p^{2}\left(2 p^{2}-1\right)=(k-6)(k+6)$
$\Rightar... | 2 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Example 3 Given a moving point $O$ inside $\triangle A B C$, rays $A O, B O, C O$ intersect the opposite sides at points $A^{\prime}, B^{\prime}, C^{\prime}$ respectively. Let $B^{\prime} C^{\prime}$ intersect $A O$ at $D$, $C^{\prime} A^{\prime}$ intersect $B O$ at $E$, and $A^{\prime} B^{\prime}$ intersect $C O$ at $... | Prove that, as shown in Figure 3, there exist three complete quadrilaterals.
From the complete quadrilateral \( A C^{\prime} O B^{\prime} B C \), the complete quadrilateral \( B A^{\prime} O C^{\prime} C A \), and the complete quadrilateral \( C B^{\prime} O A^{\prime} A B \), we get
\[
\begin{array}{l}
\frac{O D}{A D}... | 1 | Geometry | proof | Yes | Yes | cn_contest | false |
12. Given real numbers $a, b$ satisfy
$$
6^{a}=2010,335^{b}=2010 \text {. }
$$
Then the value of $\frac{1}{a}+\frac{1}{b}$ is $\qquad$ | 12. 1 .
Notice, $6^{a b}=2010^{b}, 335^{a b}=2010^{a}$.
Then $(6 \times 335)^{a b}=2010^{a+b}$.
Thus $a b=a+b \Rightarrow \frac{1}{a}+\frac{1}{b}=1$. | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
3. $[x]$ represents the greatest integer not exceeding the real number $x$. Then, in the Cartesian coordinate system $x O y$, the area of the figure formed by all points $(x, y)$ that satisfy $[x][y]=$ 2011 is $\qquad$ | 3.4.
Let $[x]=a,[y]=b$, meaning all such points $(x, y)$ form the region
$$
a \leqslant x<a+1, b \leqslant y<b+1
$$
bounded by these inequalities, with an area of 1.
Since 2011 is a prime number, the points $(x, y)$ that satisfy
$$
[x][y]=2011
$$
form 4 regions, each with an area of 1, making the total area 4. | 4 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Example 2 If the two quadratic equations
$$
x^{2}+x+m=0 \text { and } m x^{2}+x+1=0
$$
each have two distinct real roots, but one of them is a common real root $\alpha$, then the range of the real root $\alpha$ is $\qquad$. | Given that the common real root of the two equations is $\alpha$, and $m \neq 1$. Then
$$
\begin{array}{l}
\alpha^{2}+\alpha+m=0, \\
m \alpha^{2}+\alpha+1=0 .
\end{array}
$$
From equation (1), we get $m=-\alpha^{2}-\alpha$.
Substituting into equation (2), we get
$$
\begin{array}{l}
\alpha^{4}+\alpha^{3}-\alpha-1=0 \\
... | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
20. Given the ellipse $\frac{x^{2}}{5^{2}}+\frac{y^{2}}{4^{2}}=1$, a line is drawn through its left focus $F_{1}$ intersecting the ellipse at points $A$ and $B$. Point $D(a, 0)$ is a point to the right of $F_{1}$. Connecting $A D$ and $B D$ intersects the left directrix of the ellipse at points $M$ and $N$. If the circ... | 20. It is known that $F_{1}(-3,0)$, the equation of the left directrix is $x=-\frac{25}{3}$, and $l_{A B}: y=k(x+3)$.
Let $A\left(x_{1}, y_{1}\right), B\left(x_{2}, y_{2}\right)$.
From $\left\{\begin{array}{l}y=k(x+3), \\ \frac{x^{2}}{25}+\frac{y^{2}}{16}=1\end{array}\right.$
$$
\Rightarrow\left(16+25 k^{2}\right) x^{2... | 5 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
2. In the rectangular prism $A B C D-A_{1} B_{1} C_{1} D_{1}$, it is known that $A B=4, A A_{1}=A D=2$, points $E, F, G$ are the midpoints of edges $A A_{1}, C_{1} D_{1}, B C$ respectively. Then the volume of the tetrahedron $B_{1}-E F G$ is $\qquad$ | 2.3.
Take point $H$ on the extension of $D_{1} A_{1}$ such that $A_{1} H=\frac{1}{2}$. Then $H E / / B_{1} G$. Therefore, $H E / /$ plane $B_{1} F G$.
Thus, $V_{B_{1}-E F G}=V_{E-B_{1} F C}=V_{H-B_{1} F G}=V_{G-B_{1} F H}$.
And $S_{\triangle B_{1} F H}=\frac{9}{2}$, the distance from point $G$ to plane $B_{1} F H$ is ... | 3 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
9. (16 points) In the geometric sequence $\left\{a_{n}\right\}$ where all terms are positive, what is the maximum number of terms that can be integers between $100 \sim 1000$? | 9. Let the geometric sequence $\left\{a q^{n-1}\right\}$ satisfy
$$
100 \leqslant a q^{n-1} \leqslant 1000 \quad (a, q > 1) \text{ are integers.}
$$
Clearly, $q$ must be a rational number.
Let $q=\frac{t}{s}(t>s \geqslant 1, (t, s)=1)$.
Since $a q^{n-1}=a\left(\frac{t}{s}\right)^{n-1}$ is an integer, $a$ must be a mult... | 6 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Given 315, find
$$
S=\sqrt{2+\sqrt[3]{3+\sqrt[4]{4+\cdots+\sqrt[2011]{2011}}}}
$$
the integer part of \( S \). | Let $n=2011$, and set
$$
\begin{array}{l}
a_{1}=\sqrt[n]{n}, \\
a_{k}=\sqrt[n-k+1]{n-k+1+a_{k-1}}(2 \leqslant k \leqslant n-1) .
\end{array}
$$
Then $S=a_{n-1}$.
We will prove by induction that:
$$
1<a_{m}<2(m=1,2, \cdots, n-1) \text {. }
$$
(1) When $m=1$, since $1<n<2^{n}$, we have
$$
1<\sqrt[n]{n}<2 \text {. }
$$
(... | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
Example 1 Given $a, b \in \mathbf{R}$, the equation about $x$
$$
x^{4}+a x^{3}+2 x^{2}+b x+1=0
$$
has one real root. Find the minimum value of $a^{2}+b^{2}$. | 【Analysis】This is a quartic equation, and parameters $a, b$ are not easy to handle. We might as well regard $a, b$ as the main variables and $x$ as a parameter. Since $a^{2}+b^{2}$ represents the square of the distance from the moving point $P(a, b)$ to the origin, and $P(a, b)$ lies on the line
$$
x^{3} a + x b + x^{4... | 8 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
1. The graph of the quadratic function $y=x^{2}-a x+2$ is symmetric about the line $x=1$. Then the minimum value of $y$ is $\qquad$ . | $$
=, 1.1 .
$$
From the condition, we know that $a=2$. Then $y=(x-1)^{2}+1$ has a minimum value of 1. | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
2. Given $a=\sqrt{3}-1$. Then the value of $a^{2012}+2 a^{2011}-$ $2 a^{2010}$ is $\qquad$. | 2. 0 .
From the condition we know
$$
\begin{array}{l}
(a+1)^{2}=3 \Rightarrow a^{2}+2 a-2=0 \text {. } \\
\text { Then } a^{2012}+2 a^{2011}-2 a^{2010} \\
=a^{2010}\left(a^{2}+2 a-2\right)=0 .
\end{array}
$$ | 0 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
4. In a chess tournament, there are $n$ female players and $9 n$ male players. Each player plays one game against each of the other $10 n-1$ players. The scoring system is as follows: the winner gets 2 points, the loser gets 0 points, and in the case of a draw, each player gets 1 point. After the tournament, it was fou... | 4.1.
Let the total score of the girls be $m$. Then the total score of the boys is $4 m$. According to the problem,
$$
\begin{array}{l}
\frac{10 n(10 n-1)}{2} \times 2=5 m \\
\Rightarrow m=2 n(10 n-1) .
\end{array}
$$
Since each player competes in $10 n-1$ matches, the maximum score is $2(10 n-1)$, so the total score ... | 1 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
1. If the equations
$$
x^{2}+b x+1=0 \text { and } x^{2}-x-b=0
$$
have a common root, find the value of $b$. | Prompt: Example 1. Use the substitution method to find the common root \( x_{0}=-1 \).
Translate the text above into English, please retain the original text's line breaks and format, and output the translation result directly. | -1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
2. The foci of the ellipse $\frac{x^{2}}{5^{2}}+\frac{y^{2}}{3^{2}}=1$ are $F_{1}$ and $F_{2}$. If a point $P$ on the ellipse makes $P F_{1} \perp P F_{2}$, then the area of $\triangle P F_{1} F_{2}$ is $\qquad$ | 2. 9 .
It is known that $F_{1} F_{2}=8, P F_{1}+P F_{2}=10$.
Then $\left(P F_{1}+P F_{2}\right)^{2}=10^{2}$.
In the right triangle $\triangle P F_{1} F_{2}$, we have
$$
P F_{1}^{2}+P F_{2}^{2}=8^{2} \text{. }
$$
From equations (1) and (2), we get
$$
S_{\triangle P F_{1} F_{2}}=\frac{1}{2} P F_{1} \cdot P F_{2}=9 .
$$ | 9 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
12. Given an arithmetic sequence $\left\{a_{n}\right\}$, the sum of the first 15 terms $S_{15}=30$. Then $a_{1}+a_{8}+a_{15}=$ $\qquad$ | 12.6.
From $S_{15}=30 \Rightarrow a_{1}+7 d=2$.
Therefore, $a_{1}+a_{8}+a_{15}=3\left(a_{1}+7 d\right)=6$. | 6 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
15. Let $x, y$ be real numbers. Then
$$
\max _{S x^{2}+4 y^{2}=10 x}\left(x^{2}+y^{2}\right)=
$$
$\qquad$ | 15. 4 .
$$
\begin{array}{l}
\text { Given } 5 x^{2}+4 y^{2}=10 x \\
\Rightarrow 4 y^{2}=10 x-5 x^{2} \geqslant 0 \\
\Rightarrow 0 \leqslant x \leqslant 2 .
\end{array}
$$
Then $4\left(x^{2}+y^{2}\right)=10 x-x^{2}$
$$
\begin{array}{l}
=25-(5-x)^{2} \leqslant 25-3^{2} \\
\Rightarrow x^{2}+y^{2} \leqslant 4 .
\end{array... | 4 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
Example 11 Given that $x, y, z$ are real numbers, satisfying
$$
\begin{array}{c}
x=\sqrt{y^{2}-\frac{1}{16}}+\sqrt{z^{2}-\frac{1}{16}}, \\
y=\sqrt{z^{2}-\frac{1}{25}}+\sqrt{x^{2}-\frac{1}{25}}, \\
z=\sqrt{x^{2}-\frac{1}{36}}+\sqrt{y^{2}-\frac{1}{36}},
\end{array}
$$
and $x+y+z=\frac{m}{\sqrt{n}}\left(m, n \in \mathbf{... | Solve as shown in Figure 11, construct an acute triangle $\triangle ABC$, such that
$$
\begin{array}{l}
BC=x, \\
CA=y, \\
AB=z .
\end{array}
$$
Draw perpendiculars from $A$, $B$, and $C$ to $BC$, $CA$, and $AB$ respectively, with the feet of the perpendiculars being $D$, $E$, and $F$. Let $AD=u$, $BE=v$, and $CF=w$. T... | 9 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
1. Given two equations about $x$
$$
x^{2}-x+3 m=0, x^{2}+x+m=0(m \neq 0) \text {. }
$$
If one root of the first equation is three times a root of the second equation, then the value of the real number $m$ is $\qquad$ | - 1. -2 .
Let one root of the latter equation be $\alpha$. And the former equation has a root $3 \alpha$, then
$$
\alpha^{2}+\alpha+m=0,
$$
and
$$
\begin{array}{l}
9 \alpha^{2}-3 \alpha+3 m=0 \\
\Rightarrow 3 \alpha^{2}-\alpha+m=0 .
\end{array}
$$
(2) - (1) gives
$$
2 \alpha^{2}-2 \alpha=0 \Rightarrow \alpha=0 \text ... | -2 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
6. Given the sequence $\left\{a_{n}\right\}$ satisfies the recurrence relation
$$
a_{n+1}=2 a_{n}+2^{n}-1\left(n \in \mathbf{N}_{+}\right) \text {, }
$$
and $\left\{\frac{a_{n}+\lambda}{2^{n}}\right\}$ is an arithmetic sequence. Then the value of $\lambda$ is $\qquad$ | 6. -1 .
Notice,
$$
\begin{array}{l}
\frac{a_{n+1}+\lambda}{2^{n+1}}-\frac{a_{n}+\lambda}{2^{n}} \\
=\frac{2 a_{n}+2^{n}-1+\lambda}{2^{n+1}}-\frac{a_{n}+\lambda}{2^{n}} \\
=\frac{2^{n}-1-\lambda}{2^{n+1}} . \\
\text { From } \frac{2^{n}-1-\lambda}{2^{n+1}} \text { being a constant, we know } \lambda=-1 .
\end{array}
$$ | -1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
10. There are 8 red, 8 white, and 8 yellow chopsticks. Without looking, how many chopsticks must be taken out to ensure that at least two pairs of chopsticks are of different colors? $\qquad$ | 10. 11.
Since among 11 chopsticks there must be a pair of the same color (let's say yellow), the number of black or white chopsticks must be at least 3, among which there must be a pair of the same color, i.e., both black or both white. Therefore, 11 chopsticks ensure success. However, if only 10 chopsticks are taken,... | 11 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
Example 1 Given real numbers $x, y$ satisfy
$$
3|x+1|+2|y-1| \leqslant 6 \text {. }
$$
Then the maximum value of $2 x-3 y$ is $\qquad$ (1) | Solve As shown in Figure 1, the figure determined by inequality (1) is the quadrilateral $\square A B C D$ and its interior, enclosed by four straight lines, where,
$$
\begin{array}{l}
A(-1,4), B(1,1), \\
C(-1,-2), D(-3,1) .
\end{array}
$$
Consider the family of lines $2 x-3 y=k$, i.e.,
$$
y=\frac{2}{3} x-\frac{k}{3} ... | 4 | Inequalities | math-word-problem | Yes | Yes | cn_contest | false |
10. Let $x$ be a real number, and define $\lceil x\rceil$ as the smallest integer not less than the real number $x$ (for example, $\lceil 3.2 \rceil = 4, \lceil -\pi \rceil = -3$). Then, the sum of all real roots of the equation
$$
\lceil 3 x+1\rceil=2 x-\frac{1}{2}
$$
is equal to | 10. -4 .
Let $2 x-\frac{1}{2}=k \in \mathbf{Z}$. Then
$$
x=\frac{2 k+1}{4}, 3 x+1=k+1+\frac{2 k+3}{4} \text {. }
$$
Thus, the original equation is equivalent to
$$
\begin{array}{l}
{\left[\frac{2 k+3}{4}\right]=-1 \Rightarrow-2<\frac{2 k+3}{4} \leqslant-1} \\
\Rightarrow-\frac{11}{2}<k \leqslant-\frac{7}{2} \\
\Right... | -4 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
13. Given $m>0$. If the function
$$
f(x)=x+\sqrt{100-m x}
$$
has a maximum value of $g(m)$, find the minimum value of $g(m)$. | Three, 13. Let $t=\sqrt{100-m x}$. Then $x=\frac{100-t^{2}}{m}$.
Hence $y=\frac{100-t^{2}}{m}+t$
$$
=-\frac{1}{m}\left(t-\frac{m}{2}\right)^{2}+\frac{100}{m}+\frac{m}{4} \text {. }
$$
When $t=\frac{m}{2}$, $y$ has a maximum value $\frac{100}{m}+\frac{m}{4}$, that is,
$$
g(m)=\frac{100}{m}+\frac{m}{4} \geqslant 2 \sqrt... | 10 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
14. Given the function
$$
f(x)=2\left(\sin ^{4} x+\cos ^{4} x\right)+m(\sin x+\cos x)
$$
has a maximum value of 5 for $x \in\left[0, \frac{\pi}{2}\right]$. Find the value of the real number $m$. | 14. Notice,
$$
f(x)=2-(2 \sin x \cdot \cos x)^{2}+m(\sin x+\cos x)^{4} \text {. }
$$
Let $t=\sin x+\cos x$
$$
=\sqrt{2} \sin \left(x+\frac{\pi}{4}\right) \in[1, \sqrt{2}] \text {. }
$$
Thus, $2 \sin x \cdot \cos x=t^{2}-1$.
Therefore, $f(x)=2-\left(t^{2}-1\right)^{2}+m t^{4}$
$=(m-1) t^{4}+2 t^{2}+1$.
Let $u=t^{2} \i... | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
One, (20 points) If the two sides of a right triangle, $x, y$, are both prime numbers, and make the algebraic expressions $\frac{2 x-1}{y}$ and $\frac{2 y+3}{x}$ both positive integers, find the inradius $r$ of this right triangle. | (1) If $x>y$, then
$$
1 \leqslant \frac{2 y+3}{x}<\frac{2 x+3}{x}<4 \text {. }
$$
It is easy to see that $\frac{2 y+3}{x}=1$ or 2.
$$
\begin{array}{l}
\text { (i) From } \frac{2 y+3}{x}=1 \\
\Rightarrow x=2 y+3 \\
\Rightarrow \frac{2 x-1}{y}=\frac{2(2 y+3)-1}{y}=4+\frac{5}{y} \\
\Rightarrow y=5, x=13 ;
\end{array}
$$
... | 2 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
4. If the function
$$
f(x)=a x+\sin x
$$
has perpendicular tangents on its graph, then the real number $a$ is
$\qquad$ . | 4.0.
Notice that, $f^{\prime}(x)=a+\cos x$.
If the function $f(x)$ has two perpendicular tangents, then there exist $x_{1}, x_{2} \in \mathbf{R}$, such that
$$
\begin{array}{l}
f^{\prime}\left(x_{1}\right) f^{\prime}\left(x_{2}\right)=-1 \\
\Leftrightarrow\left(a+\cos x_{1}\right)\left(a+\cos x_{2}\right)=-1 \\
\Leftr... | 0 | Calculus | math-word-problem | Yes | Yes | cn_contest | false |
Example 2 The equation $2 x^{2}+5 x y+2 y^{2}=2007$ has $\qquad$ different integer solutions.
(2007, National Junior High School Mathematics League Sichuan Preliminary Competition) | The original equation can be transformed into
$$
(2 x+y)(x+2 y)=2007 \text {. }
$$
Since $x$ and $y$ are integers, without loss of generality, assume $x \leqslant y$, so,
$$
2 x+y \leqslant x+2 y \text {. }
$$
Notice that, $31[2 x+y)+(x+2 y)]$.
Thus, from equation (1), we get the system of equations
$$
\left\{\begin{... | 4 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Example 3 Suppose the lengths of the two legs of a right triangle are $a$ and $b$, and the length of the hypotenuse is $c$. If $a$, $b$, and $c$ are all positive integers, and $c=\frac{1}{3} a b-(a+b)$, find the number of right triangles that satisfy the condition.
(2010, National Junior High School Mathematics Competi... | Solve: By the Pythagorean theorem, we have $c^{2}=a^{2}+b^{2}$.
Also, $c=\frac{1}{3} a b-(a+b)$, so
$$
c^{2}=\left[\frac{1}{3} a b-(a+b)\right]^{2} \text {. }
$$
Rearranging gives $a b-6(a+b)+18=0$.
Thus, $(a-6)(b-6)=18$.
Since $a$ and $b$ are both positive integers, and without loss of generality, let $a<b$, then,
$$... | 3 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Example 5 It is known that for any $x$,
$$
a \cos x + b \cos 2x \geqslant -1
$$
always holds. Find the minimum value of $a + b$.
(2009, Peking University Independent Admission Examination) | When $x=0$, $a+b \geqslant-1$. Taking $a=-\frac{4}{5}, b=-\frac{1}{5}$, then
$$
\begin{array}{l}
a \cos x+b \cos 2 x \\
=-\frac{2}{5}(\cos x+1)^{2}+\frac{3}{5} \\
\geqslant-\frac{2}{5}(1+1)^{2}+\frac{3}{5} \\
=-1 .
\end{array}
$$
Therefore, the minimum value of $a+b$ is -1. | -1 | Inequalities | math-word-problem | Yes | Yes | cn_contest | false |
B. If $a, b, c$ are positive numbers, and satisfy
$$
\begin{array}{c}
a+b+c=9, \\
\frac{1}{a+b}+\frac{1}{b+c}+\frac{1}{c+a}=\frac{10}{9}, \\
\text { then } \frac{a}{b+c}+\frac{b}{c+a}+\frac{c}{a+b}=
\end{array}
$$ | B. 7 .
From the given information, we have
$$
\begin{array}{l}
\frac{a}{b+c}+\frac{b}{c+a}+\frac{c}{a+b} \\
=\frac{9-b-c}{b+c}+\frac{9-c-a}{c+a}+\frac{9-a-b}{a+b} \\
=\frac{9}{b+c}+\frac{9}{c+a}+\frac{9}{a+b}-3 \\
=9 \times \frac{10}{9}-3=7 .
\end{array}
$$ | 7 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
7. A. As shown in Figure 4, the side length of square $ABCD$ is $2 \sqrt{15}, E, F$ are the midpoints of sides $AB, BC$ respectively, $AF$ intersects $DE, DB$ at points $M, N$. Then the area of $\triangle DMN$ is $\qquad$. | 7. A. 8 .
Connect $D F$. Let the side length of the square $A B C D$ be $2 a$. From the problem, we easily know
$$
\begin{array}{l}
\triangle B F N \backsim \triangle D A N \\
\Rightarrow \frac{A D}{B F}=\frac{A N}{N F}=\frac{D N}{B N}=\frac{2}{1} \\
\Rightarrow A N=2 N F \Rightarrow A N=\frac{2}{3} A F .
\end{array}
... | 8 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
9. A. 2 eighth-grade students and $m$ ninth-grade students participate in a single round-robin chess tournament, where each participant plays against every other participant exactly once. The scoring rule is: the winner of each match gets 3 points, the loser gets 0 points, and in the case of a draw, both players get 1 ... | 9. A. 8 .
Let the number of draws be $a$, and the number of wins (losses) be $b$.
From the problem, we know
$$
2 a+3 b=130 \text {. }
$$
This gives $0 \leqslant b \leqslant 43$.
Also, $a+b=\frac{(m+1)(m+2)}{2}$
$$
\Rightarrow 2 a+2 b=(m+1)(m+2) \text {. }
$$
Thus, $0 \leqslant b=130-(m+1)(m+2) \leqslant 43$.
Therefo... | 8 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
B. Given that $n$ is even, and $1 \leqslant n \leqslant 100$. If there is a unique pair of positive integers $(a, b)$ such that $a^{2}=b^{2}+n$ holds, then the number of such $n$ is | B. 12.
From the given, we have $(a-b)(a+b)=n$, and $n$ is even, so $a-b$ and $a+b$ are both even.
Therefore, $n$ is a multiple of 4.
Let $n=4m$. Then $1 \leqslant m \leqslant 25$.
(1) If $m=1$, we get $b=0$, which contradicts that $b$ is a positive integer.
(2) If $m$ has at least two different prime factors, then the... | 12 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
B. In a convex $n$-sided polygon, what is the maximum number of interior angles that can be $150^{\circ}$? Explain your reasoning. | B. Suppose in a convex $n$-sided polygon, there are $k$ interior angles equal to $150^{\circ}$. Then there are $n-k$ interior angles not equal to $150^{\circ}$.
(1) If $k=n$, then
$$
n \times 150^{\circ}=(n-2) \times 180^{\circ},
$$
we get $n=12$. Thus, in a regular dodecagon, all 12 interior angles are $150^{\circ}$.... | 12 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
4. Equation
$$
|| \cdots|||x|-1|-2| \cdots|-2011|=2011
$$
has $\qquad$ solutions. | 4. 4.
The solutions to the equation $||x|-1|=1$ are $x=0$ or $\pm 2$;
The solutions to the equation $|||x|-1|-2|=2$ are $x= \pm 1$ or $\pm 5$;
The solutions to the equation $||||x|-1|-2|-3|=3$ are $x= \pm 3$ or $\pm 9$;
In general, the solutions to the equation
$$
|1 \cdots||| x|-1|-2|\cdots|-n \mid=n(n \geqslant 2)
$... | 4 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
1. Given the parabola
$$
y=x^{2}+(k+1) x+1
$$
intersects the $x$-axis at two points $A$ and $B$, not both on the left side of the origin. The vertex of the parabola is $C$. To make $\triangle A B C$ an equilateral triangle, the value of $k$ is $\qquad$ | $=1 .-5$.
From the problem, we know that points $A$ and $B$ are to the right of the origin, and
$$
\begin{array}{l}
\left|x_{1}-x_{2}\right|=\sqrt{\left(x_{1}+x_{2}\right)^{2}-4 x_{1} x_{2}} \\
=\sqrt{(k+1)^{2}-4} \text {. } \\
\text { Then } \frac{\sqrt{3}}{2} \sqrt{(k+1)^{2}-4}=\left|1-\left(\frac{k+1}{2}\right)^{2}\... | -5 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
3. Given that $A M$ is the median of $\triangle A B C$ on side $B C$, $P$ is the centroid of $\triangle A B C$, and a line $E F$ through point $P$ intersects sides $A B$ and $A C$ at points $E$ and $F$ respectively. Then $\frac{B E}{A E}+\frac{C F}{A F}=$ $\qquad$ | 3. 1 .
Draw $B G$ and $C K$ parallel to $A M$ through points $B$ and $C$ respectively, intersecting line $E F$ at points $G$ and $K$. Then
$$
\frac{B E}{A E}=\frac{B G}{A P}, \frac{C F}{A F}=\frac{C K}{A P} \text {. }
$$
Adding the two equations gives
$$
\frac{B E}{A E}+\frac{C F}{A F}=\frac{B G+C K}{A P} .
$$
In tr... | 1 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
4. Given that the circumradius of $\triangle A B C$ is $1, \angle A$, $\angle B$, and $\angle C$'s angle bisectors intersect the circumcircle of $\triangle A B C$ at points $A_{1}$, $B_{1}$, and $C_{1}$, respectively. Then
$$
\frac{A A_{1} \cos \frac{A}{2}+B B_{1} \cos \frac{B}{2}+C C_{1} \cos \frac{C}{2}}{\sin A+\sin ... | 4. 2 .
Connect $B A_{1}$. By the Law of Sines, we have
$$
\begin{array}{l}
A A_{1} \cos \frac{A}{2}=2 \sin \left(B+\frac{A}{2}\right) \cdot \cos \frac{A}{2} \\
=\sin C+\sin B .
\end{array}
$$
Similarly, $B B_{1} \cos \frac{B}{2}=\sin C+\sin A$,
$$
C C_{1} \cos \frac{C}{2}=\sin A+\sin B \text {. }
$$
Therefore, the o... | 2 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
5. Let $f(x)=a \sin [(x+1) \pi]+b \sqrt[3]{x-1}+2$, where $a$ and $b$ are real constants. If $f(\lg 5)=5$, then $f(\lg 20)=$ | 5. -1 .
Obviously,
$$
f(x)=a \sin [(x-1) \pi]+b \sqrt[3]{x-1}+2 .
$$
Let $t=x-1$. Then
$$
f(t+1)=a \sin \pi t+b \sqrt[3]{t}+2=g(t)+2,
$$
where, $g(t)=a \sin \pi t+b \sqrt[3]{t}$ is an odd function.
According to the problem,
$$
\begin{aligned}
5 & =f(\lg 5)=f(1-\lg 2) \\
& =g(-\lg 2)+2=-g(\lg 2)+2 .
\end{aligned}
$$
... | -1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
6. In the Cartesian coordinate system, $O$ is the origin, points $A(3, a) 、 B(3, b)$ make $\angle A O B=45^{\circ}$, where $a 、 b$ are integers, and $a>b$. Then the number of pairs $(a, b)$ that satisfy the condition is. | 6.6.
Let $\angle A O X=\alpha, \angle B O X=\beta$. Then $\tan \alpha=\frac{a}{3}, \tan \beta=\frac{b}{3}$.
Given $a>b$, we have
$$
\begin{array}{l}
1=\tan 45^{\circ}=\tan (\alpha-\beta) \\
=\frac{\tan \alpha-\tan \beta}{1+\tan \alpha \cdot \tan \beta}=\frac{3(a-b)}{9+a b} .
\end{array}
$$
Rearranging gives $(a+3)(b... | 6 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
6. The sequence satisfies $a_{0}=\frac{1}{4}$, and for natural number $n$, $a_{n+1}=a_{n}^{2}+a_{n}$. Then the integer part of $\sum_{n=0}^{2011} \frac{1}{a_{n}+1}$ is | 6.3.
From the problem, we have
$$
\begin{array}{l}
\frac{1}{a_{n+1}}=\frac{1}{a_{n}\left(a_{n}+1\right)}=\frac{1}{a_{n}}-\frac{1}{a_{n}+1} \\
\Rightarrow \frac{1}{a_{n}+1}=\frac{1}{a_{n}}-\frac{1}{a_{n+1}} \\
\Rightarrow \sum_{n=0}^{2011} \frac{1}{a_{n}+1}=\sum_{n=0}^{2011}\left(\frac{1}{a_{n}}-\frac{1}{a_{n+1}}\right... | 3 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
8. $[x]$ represents the greatest integer not exceeding the real number $x$. The area of the figure formed by points satisfying $[x]^{2}+[y]^{2}=50$ on the plane is $\qquad$ . | 8. 12 .
First, consider the case in the first quadrant.
When $x>0, y>0$, from $[x]^{2}+[y]^{2}=50$, we get
$$
\begin{array}{l}
\Rightarrow\left\{\begin{array} { l }
{ 7 \leqslant x < 8 , } \\
{ 1 \leqslant y < 2 }
\end{array} \left\{\begin{array} { l }
{ 5 \leqslant x < 6 , } \\
{ 5 \leqslant y < 6 ; }
\end{array} \... | 12 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
3. Given $\sqrt{2 \sqrt{3}-3}=\sqrt{\sqrt{3} x}-\sqrt{\sqrt{3} y}(x, y$ are rational numbers). Then $x-y=$ $\qquad$ . | 3. 1 .
From the given, $\sqrt{2-\sqrt{3}}=\sqrt{x}-\sqrt{y}$.
Then $\sqrt{x}-\sqrt{y}=\sqrt{\frac{4-2 \sqrt{3}}{2}}=\frac{\sqrt{(\sqrt{3}-1)^{2}}}{\sqrt{2}}$ $=\frac{\sqrt{3}-1}{\sqrt{2}}=\sqrt{\frac{3}{2}}-\sqrt{\frac{1}{2}}$.
Thus, $x+y-2 \sqrt{x y}=\frac{3}{2}+\frac{1}{2}-2 \sqrt{\frac{3}{2} \times \frac{1}{2}}$.
S... | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
$$
\begin{array}{l}
\text { II. (25 points) (1) Given the parabola } \\
y=x^{2}-2 m x+4 m-8
\end{array}
$$
with vertex $A$, construct an inscribed equilateral $\triangle A M N$ (points $M, N$ are on the parabola). Find the area of $\triangle A M N$;
(2) If the parabola $y=x^{2}-2 m x+4 m-8$ intersects the $x$-axis at ... | (1) From the symmetry of the parabola and the equilateral triangle, we know that $M N \perp y$-axis.
As shown in Figure 8, let the axis of symmetry of the parabola intersect $M N$ at point $B$. Then
$$
A B=\sqrt{3} B M .
$$
Let $M(a, b)$ $(m<a)$. Then
$$
\begin{aligned}
& B M=a-m . \\
& \text { Also, } A B=y_{B}-y_{A... | 2 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
5. Given vectors
$$
a=(x-y+1, x-y), b=\left(x-y+1,10^{x}\right) \text {. }
$$
Then the number of all integer pairs $(x, y)$ that satisfy $a \cdot b=2012$ is $\qquad$ | 5.0.
From the problem, we have
$$
\begin{array}{l}
(x-y+1)^{2}+10^{x}(x-y)=2012 \\
\Rightarrow(x-y)\left(x-y+2+10^{x}\right)=2011 .
\end{array}
$$
Obviously, $x \neq 0$, otherwise, $y(y-3)=2011$, this equation has no integer solutions.
If $x>0$, then $10^{x}$ is a positive integer.
Thus, $x-y+2+10^{x}>x-y$.
We get th... | 0 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
$\qquad$ 1. A six-digit number $\overline{a b c d e f}$, when multiplied by 4, becomes $\overline{f a b c d e}$. The number of six-digit numbers that satisfy this condition is $\qquad$. | $=1.6$
Let $\overline{a b c d e}=x$. Then
$$
\begin{array}{l}
4(10 x+f)=100000 f+x \\
\Rightarrow x=2564 f .
\end{array}
$$
Since $f$ is a single digit and $x$ is a five-digit number, it is easy to see that,
$$
f=4,5,6,7,8,9 \text {. }
$$
Therefore, the six-digit numbers $\overline{a b c d e f}$ that satisfy the cond... | 6 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
II. (25 points) Given that $D$ is a point inside $\triangle A B C$, $E$ is the midpoint of side $A C$, $A B=6, B C=10, \angle B A D=$ $\angle B C D, \angle E D C=\angle A B D$. Find the length of $D E$.
---
The above text has been translated into English, preserving the original text's line breaks and format. | II. As shown in Figure 4, extend \( CD \) to point \( F \) such that \( DF = CD \), and connect \( AF \) and \( BF \).
Then \( AF \parallel DE \), and \( DE = \frac{1}{2} AF \).
Thus, \( \angle AFD = \angle EDC = \angle ABD \)
\(\Rightarrow A, F, B, D\) are concyclic
\(\Rightarrow \angle BFD = \angle BAD = \angle BCD \... | 4 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
4. Place 27 balls numbered $1 \sim 27$ into three bowls, Jia, Yi, and Bing, such that the average values of the ball numbers in bowls Jia, Yi, and Bing are $15$, $3$, and $18$, respectively, and each bowl must contain no fewer than 4 balls. Then the maximum value of the smallest ball number in bowl Jia is $\qquad$ | 4. 10 .
Let there be $a$, $b$, and $c$ balls in bowls 甲, 乙, and 丙, respectively. Then,
$$
\begin{aligned}
a+b+c & =27, \\
15 a+3 b+18 c & =\frac{27 \times 28}{2} .
\end{aligned}
$$
From equation (2), we get
$$
5 a+b+6 c=126 \text {. }
$$
If $b \geqslant 6$, then the average value of the ball numbers in bowl 乙 is not... | 10 | Combinatorics | math-word-problem | Yes | Yes | cn_contest | false |
5. The sequence $\left\{a_{n}\right\}$ satisfies $a_{1}=1$, and for all non-negative integers $m, n (m \geqslant n)$, we have
$$
a_{m+n}+a_{m-n}+m-n-1=\frac{1}{2}\left(a_{2 m}+a_{2 n}\right) \text {. }
$$
Then the remainder when $a_{2012}$ is divided by 2012 is ـ. $\qquad$ | 5.1.
In equation (1), let $n=0$, we get
$$
a_{2 m}=4 a_{m}+2 m-2-a_{0} \text {. }
$$
In equation (2), let $m=0,1$, we get
$$
a_{0}=1, a_{2}=3 \text {. }
$$
In equation (1), let $n=1$, we get
$$
\begin{array}{l}
a_{m+1}+a_{m-1}+m-2=\frac{1}{2}\left(a_{2 m}+a_{2}\right) \\
=\frac{1}{2}\left(4 a_{m}+2 m-3+3\right)=2 a_... | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
8. Given a cyclic quadrilateral $A_{1} A_{2} A_{3} A_{4}$ with an inscribed circle $\odot I$ that is tangent to the sides $A_{1} A_{2}$, $A_{2} A_{3}$, $A_{3} A_{4}$, and $A_{4} A_{1}$ at points $B_{1}$, $B_{2}$, $B_{3}$, and $B_{4}$ respectively, then
$$
\left(\frac{A_{1} A_{2}}{B_{1} B_{2}}\right)^{2}+\left(\frac{A_{... | 8. 8 .
As shown in Figure 5, let the radius of $\odot I$ be $r$,
$$
\begin{array}{l}
A_{i} B_{i}=A_{i} B_{i-1} \\
=a_{i},
\end{array}
$$
where $i=1,2,3,4, B_{0}=B_{4}$.
Then $A_{i} A_{i+1}=a_{i}+a_{i+1}$,
$$
B_{i} B_{i+1}=\frac{2 A_{i+1} B_{i} \cdot B_{i} I}{\sqrt{A_{i+1} B_{i}^{2}+B_{i} I^{2}}}=2\left(a_{i+1}^{-2}+r... | 8 | Geometry | math-word-problem | Yes | Yes | cn_contest | false |
Three, (50 points) Write down all positive integers from 1 to 10000 from left to right, then remove those numbers that are divisible by 5 or 7, and concatenate the remaining numbers to form a new number. Try to find:
(1) The number of digits in the new number;
(2) The remainder when the new number is divided by 11. | Three, (1) Obviously, the remainder of the remaining numbers when divided by 35 is
$$
\begin{array}{l}
1,2,3,4,6,8,9,11,12,13,16,17,18, \\
19,22,23,24,26,27,29,31,32,33,34,
\end{array}
$$
denoted as $a_{i}(i=1,2, \cdots, 24)$ in sequence.
Among the numbers from $1 \sim 9$, 7 numbers remain, denoted as $b_{i}$ $(i=1,2,... | 8 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Find all real roots of the equation
$$
x^{6}-x^{3}+1=\left(x^{6}+x^{3}+1\right)\left(x^{2}+2 x+4\right)
$$ | Solve:
$$
\begin{array}{l}
x^{6}-x^{3}+1=\left(x^{6}+x^{3}+1\right)\left(x^{2}+2 x+4\right) \\
\Rightarrow \frac{x^{6}-x^{3}+1}{x^{6}+x^{3}+1}=x^{2}+2 x+4 \\
\Rightarrow \frac{x^{6}-x^{3}+1}{x^{6}+x^{3}+1}-3=x^{2}+2 x+1 \\
\Rightarrow \frac{-2\left(x^{3}+1\right)^{2}}{x^{6}+x^{3}+1}=(x+1)^{2} \\
\Rightarrow(x+1)^{2}\le... | -1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
2. If $\frac{1}{a}+\frac{1}{b}=\frac{5}{a+b}$, then $\frac{b^{2}}{a^{2}}+\frac{a^{2}}{b^{2}}=$ | 2. 7 .
$$
\begin{array}{l}
\text { Given } \frac{1}{a}+\frac{1}{b}=\frac{5}{a+b} \Rightarrow \frac{b}{a}+\frac{a}{b}=3 \\
\Rightarrow \frac{b^{2}}{a^{2}}+\frac{a^{2}}{b^{2}}=\left(\frac{b}{a}+\frac{a}{b}\right)^{2}-2=7 .
\end{array}
$$ | 7 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
3. If $x-1$ is a factor of $x^{3}+a x^{2}+1$, then the value of $a$ is $\qquad$ . | 3. -2 .
Let $x^{3}+a x^{2}+1=(x-1)\left(x^{2}-m x-1\right)$, that is
$$
\begin{array}{l}
x^{3}+a x^{2}+1 \\
=x^{3}-(m+1) x^{2}+(m-1) x+1 .
\end{array}
$$
By comparing, we get $m-1=0, a=-(m+1)$.
Thus, $m=1, a=-2$. | -2 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
Four, (25 points) Let the two intersection points of the functions $y=2x$ and $y=\frac{4}{x}$ be $A\left(x_{1}, y_{1}\right), B\left(x_{2}, y_{2}\right)\left(x_{1}>x_{2}\right)$, and point $C(\sqrt{2},-2 \sqrt{2})$. Find the area of $\triangle ABC$. | From $\left\{\begin{array}{l}y=2 x, \\ y=\frac{4}{x},\end{array}\right.$ eliminating $y$ we get
$$
2 x=\frac{4}{x} \Rightarrow x^{2}=2 \Rightarrow x= \pm \sqrt{2} \text {. }
$$
Therefore, $A(\sqrt{2}, 2 \sqrt{2}), B(-\sqrt{2},-2 \sqrt{2})$.
Since point $C(\sqrt{2},-2 \sqrt{2})$, $\triangle A B C$ is a right triangle, ... | 8 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
5. Given $a_{1}=1, a_{2}=3$,
$$
a_{n+2}=(n+3) a_{n+1}-(n+2) a_{n} \text {, }
$$
when $m \geqslant n$, $a_{m}$ is divisible by 9. Then the minimum value of $n$ is $\qquad$ . | 5.5.
Notice,
$$
\begin{array}{l}
a_{n+2}-a_{n+1}=(n+2)\left(a_{n+1}-a_{n}\right) \\
=\cdots=(n+2)(n+1) n \cdots \cdots \cdot 3\left(a_{2}-a_{1}\right) \\
=(n+2)!.
\end{array}
$$
Thus, $a_{n}=a_{1}+\sum_{i=1}^{n-1}\left(a_{i+1}-a_{i}\right)=\sum_{i=1}^{n} i!$.
Given $a_{1}=1, a_{2}=3$, we have
$$
a_{3}=9, a_{4}=33, a_... | 5 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
12. (12 points) Given
$$
\begin{array}{l}
f(x, y) \\
=x^{3}+y^{3}+x^{2} y+x y^{2}-3\left(x^{2}+y^{2}+x y\right)+3(x+y),
\end{array}
$$
and $x, y \geqslant \frac{1}{2}$. Find the minimum value of $f(x, y)$. | 12. When $x \neq y$, multiplying both sides of the function by $x-y$ gives
$$
\begin{array}{l}
(x-y) f(x, y) \\
=\left(x^{4}-y^{4}\right)-3\left(x^{3}-y^{3}\right)+3\left(x^{2}-y^{2}\right) . \\
\text { Let } g(x)=x^{4}-3 x^{3}+3 x^{2} .
\end{array}
$$
Then $f(x, y)=\frac{g(x)-g(y)}{x-y}$ is the slope of the line segm... | 1 | Algebra | math-word-problem | Yes | Yes | cn_contest | false |
2. The ten positive integers from $1 \sim 10$ are written in a row in some order, denoted as $a_{1}, a_{2}, \cdots, a_{10}, S_{1}=a_{1}, S_{2}=a_{1}+a_{2}$, $\cdots, S_{10}=a_{1}+a_{2}+\cdots+a_{10}$. Then, among $S_{1}, S_{2}, \cdots, S_{10}$, the maximum number of primes that can occur is . | 2. 7 .
Adding an odd number changes the sum to the opposite parity, and among even numbers, only 2 is a prime. Let $b_{i}$ be the $i$-th ($i=1,2,3,4,5$) odd number in this row. Then, when adding $b_{2}$ and $b_{4}$, the sums $S_{k}$ and $S_{n}$ are even numbers greater than 2. Therefore, $S_{k} \backslash S_{n}$ and $... | 7 | Number Theory | math-word-problem | Yes | Yes | cn_contest | false |
Three, (10 points) Prove: For any three distinct numbers $a, b, c$, we have
$$
\frac{(a+b-c)^{2}}{(a-c)(b-c)}+\frac{(b+c-a)^{2}}{(b-a)(c-a)}+\frac{(c+a-b)^{2}}{(c-b)(a-b)}
$$
is a constant. | $$
\begin{array}{l}
S=\frac{(a+b-c)^{2}}{(a-c)(b-c)}+\frac{(b+c-a)^{2}}{(b-a)(c-a)}+\frac{(c+a-b)^{2}}{(c-b)(a-b)}, \\
p=a^{2}+b^{2}+c^{2}-2 a b-2 b c-2 c a . \\
\text { Then } (a+b-c)^{2}=p+4 a b, \\
(b+c-a)^{2}=p+4 b c, \\
(c+a-b)^{2}=p+4 c a . \\
\text { Hence } S=\frac{p+4 a b}{(a-c)(b-c)}+\frac{p+4 b c}{(b-a)(c-a)... | 4 | Algebra | proof | Yes | Yes | cn_contest | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.