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
Example 5 Let the set of all integer points (points with integer coordinates) in the plane be denoted as $S$. It is known that for any $n$ points $A_{1}, A_{2}, \cdots, A_{n}$ in $S$, there exists another point $P$ in $S$ such that the segments $A_{i} P(i=1,2, \cdots, n)$ do not contain any points from $S$ internally. ...
The maximum value of the required $n$ is 3. On one hand, when $n \geqslant 4$, take 4 points $A(0,0), B(1,0), C(0,1)$, $D(1,1)$ in $S$ (the remaining $n-4$ points are chosen arbitrarily), then for any other point $P$ in $S$, analyzing the parity of the coordinates of $P$, there are only 4 cases: (odd, odd), (odd, even)...
3
Combinatorics
math-word-problem
Yes
Yes
number_theory
false
Example 1 Find the number of positive integers $a$ that satisfy the following condition: there exist non-negative integers $x_{0}$, $x_{1}, \cdots, x_{2009}$, such that $$a^{x_{0}}=a^{x_{1}}+a^{x_{2}}+\cdots+a^{x_{2009}} .$$
Solution: Clearly, $a$ that satisfies the condition is greater than 1. Taking both sides of (1) modulo $(a-1)$, we get a necessary condition as $$1^{x_{0}} \equiv 1^{x_{1}}+1^{x_{2}}+\cdots+1^{x_{2009}}(\bmod a-1)$$ This indicates: $(a-1) \mid 2008$, the number of such $a$ is $=d(2008)=8$. On the other hand, let $a \i...
8
Number Theory
math-word-problem
Yes
Yes
number_theory
false
Example 5 It is known that among 4 coins, there may be counterfeit coins, where genuine coins each weigh 10 grams, and counterfeit coins each weigh 9 grams. Now there is a balance scale, which can weigh the total weight of the objects on the tray. Question: What is the minimum number of weighings needed to ensure that ...
At least 3 weighings can achieve this. In fact, let the 4 coins be $a, b, c, d$. Weigh $a+b+c, a+b+d$, and $a+c+d$ three times. The sum of these three weights is $3a + 2(b+c+d)$, so if the sum of these three weights is odd, then $a$ is the counterfeit coin; otherwise, $a$ is genuine. Once $a$ is determined, solving the...
3
Logic and Puzzles
math-word-problem
Yes
Yes
number_theory
false
Example 2 Consider the following sequence: $$101,10101,1010101, \cdots$$ Question: How many prime numbers are there in this sequence?
It is easy to know that 101 is a prime number. Next, we prove that this is the only prime number in the sequence. Let $a_{n}=\underbrace{10101 \cdots 01}_{n \uparrow 01}$, then when $n \geqslant 2$, we have $$\begin{aligned} a_{n} & =10^{2 n}+10^{2(n-1)}+\cdots+1 \\ & =\frac{10^{2(n+1)}-1}{10^{2}-1} \\ & =\frac{\left(1...
1
Number Theory
math-word-problem
Yes
Yes
number_theory
false
4 Find the largest positive integer $k$, such that there exists a positive integer $n$, satisfying $2^{k} \mid 3^{n}+1$.
4. Notice that, when $n$ is even, let $n=2 m$, we have $$3^{n}=9^{m} \equiv 1(\bmod 8)$$ When $n=2 m+1$, $$3^{n}=9^{m} \times 3 \equiv 3(\bmod 8)$$ Therefore, for any positive integer $n$, we have $$3^{n}+1 \equiv 2 \text { or } 4(\bmod 8),$$ so $k \leqslant 2$. Also, $2^{2} \mid 3^{1}+1$, hence, the maximum value o...
2
Number Theory
math-word-problem
Yes
Yes
number_theory
false
14 Labeled as $1,2, \cdots, 100$, there are some matches in the matchboxes. If each question allows asking about the parity of the sum of matches in any 15 boxes, then to determine the parity of the number of matches in box 1, at least how many questions are needed?
14. At least 3 questions are needed. First, prove that "3 questions are sufficient." For example: The first question is: $a_{1}, a_{2}, \cdots, a_{15}$; The second question is: $a_{1}, a_{2}, \cdots, a_{8}, a_{16}, a_{17}, \cdots, a_{22}$; The third question is: $a_{1}, a_{9}, a_{10}, \cdots, a_{22}$. Here, $a_{i}$ re...
3
Combinatorics
math-word-problem
Yes
Yes
number_theory
false
Example 12 Let $m, n$ be positive integers, and $n>1$. Find the minimum value of $\left|2^{m}-5^{n}\right|$. Translate the above text into English, please keep the original text's line breaks and format, and output the translation result directly. (Note: The note is for you, the assistant, and should not be included...
Since $\left|2^{m}-5^{n}\right|$ is an odd number, and when $m=7, n=3$, $\left|2^{m}-5^{n}\right|=3$, if we can prove that when $n>1$, $\left|2^{m}-5^{n}\right| \neq 1$, then the minimum value sought is 3. If there exist positive integers $m, n$, such that $n>1$, and $\left|2^{m}-5^{n}\right|=1$, then $$2^{m}-5^{n}=1 ...
3
Number Theory
math-word-problem
Yes
Yes
number_theory
false
5 Find the smallest positive integer $c$, such that the indeterminate equation $x y^{2}-y^{2}-x+y=c$ has exactly three sets of positive integer solutions. Translate the text above into English, please keep the original text's line breaks and format, and output the translation result directly.
5. Factorizing the left side of the equation, we get $$(y-1)(x y+x-y)=c$$ Notice that, for any positive integer $c$, there is a solution $$(x, y)=(1, c+1)$$ When $c$ is a prime number, there is at most one additional set of positive integer solutions. Therefore, to make the equation have exactly 3 sets of positive in...
10
Algebra
math-word-problem
Yes
Yes
number_theory
false
23 Let $k$ and $m$ be positive integers. Find the minimum possible value of $\left|36^{k}-5^{m}\right|$.
23. Notice that $$36^{k}-5^{m} \equiv \pm 1(\bmod 6)$$ and $$36^{k}-5^{m} \equiv 1(\bmod 5)$$ Therefore, the positive integers that $36^{k}-5^{m}$ can take, in ascending order, are $1, 11, \cdots$. If $36^{k}-5^{m}=1$, then $k>1$, so taking both sides modulo 8, we require $$5^{m} \equiv-1(\bmod 8)$$ However, $5^{m} ...
11
Number Theory
math-word-problem
Yes
Yes
number_theory
false
40 Find the smallest positive integer $n$ such that the indeterminate equation $$n=x^{3}-x^{2} y+y^{2}+x-y$$ has no positive integer solutions.
40. Let $F(x, y)=x^{3}-x^{2} y+y^{2}+x-y$, then $F(1,1)=1, F(1,2)=2$. Therefore, when $n=1,2$, the equation has positive integer solutions. Next, we prove that $F(x, y)=3$ has no positive integer solutions. Consider the equation $F(x, y)=3$ as a quadratic equation in $y$ $$y^{2}-\left(x^{2}+1\right) y+x^{3}+x-3=0$$ I...
3
Number Theory
math-word-problem
Yes
Yes
number_theory
false
22 Prove: For any positive integer $n$ and positive odd integer $m$, we have $\left(2^{m}-1,2^{n}+1\right)=1$.
22. Let $d=\left(2^{m}-1,2^{n}+1\right)$, then hence that is $$\begin{array}{c} d \mid 2^{m}-1 \\ d \mid\left(2^{m}\right)^{n}-1^{n} \\ d \mid 2^{n}-1 \end{array}$$ Additionally, $d \mid 2^{n}+1$, and since $m$ is odd, we have $$2^{n}+1 \mid\left(2^{n}\right)^{m}+1^{m},$$ thus $$d \mid 2^{m}+1$$ Comparing the two de...
1
Number Theory
proof
Yes
Yes
number_theory
false
39 The numbers $1,2, \cdots, 33$ are written on the blackboard. Each time, it is allowed to perform the following operation: take any two numbers $x, y$ from the blackboard that satisfy $x \mid y$, remove them from the blackboard, and write the number $\frac{y}{x}$. Continue until there are no such two numbers on the b...
39. Consider the objective function $S=$ the product of all numbers on the blackboard. Initially, $S=33!=2^{31} \cdot 3^{15} \cdot 5^{7} \cdot 7^{4} \cdot 11^{3} \cdot 13^{2} \cdot 17 \cdot 19 \cdot 23 \cdot 29 \cdot 31$. Each operation targets $x, y (x \mid y)$, where $y=kx$. Removing $x, y$ and replacing them with $...
7
Number Theory
math-word-problem
Yes
Yes
number_theory
false
4. Let positive integers $a, b, k$ satisfy $\frac{a^{2}+b^{2}}{a b-1}=k$, prove that: $k=5$.
4. Prove: If $a=b$, then $k=\frac{2 a^{2}}{a^{2}-1}=2+\frac{2}{a^{2}-1}$. Then $\left(a^{2}-1\right) \mid 2$ and $a^{2}-1>0$. So $a^{2}-1=1$ or 2, but this contradicts $a \in \mathbf{N}_{+}$. Therefore, $a \neq b$, without loss of generality, let $a>b$. When $b=1$, $k=\frac{a^{2}+1}{a-1}=a+1+\frac{2}{a-1}$, then $(a-1...
5
Number Theory
proof
Yes
Yes
number_theory
false
$$\text { 9. } 3333^{8888}+8888^{3333} \equiv$$ $$\qquad (\bmod 7)$$.
9.0 Hint: $3333 \equiv 1(\bmod 7)$, so $3333^{8888} \equiv 1(\bmod 7)$. $8888 \equiv 5(\bmod 7)$, so $8888^{3} \equiv 5^{3}(\bmod 7) \equiv-1(\bmod 7)$. Therefore, $8888^{3333} \equiv-1(\bmod 7)$.
0
Number Theory
math-word-problem
Yes
Yes
number_theory
false