problem
stringlengths
2
5.64k
solution
stringlengths
2
13.5k
answer
stringlengths
2
43
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 1 A positive integer, when added to 100, becomes a perfect square. If 168 is added to it, it becomes another perfect square. Find this number.
Let the number to be found be $x$. By the problem, there exist positive integers $y, z$, such that $$\left\{\begin{array}{l} x+100=y^{2} \\ x+168=z^{2} \end{array}\right.$$ Eliminating $x$ from the above two equations, we get $$z^{2}-y^{2}=68$$ Factoring the left side of this binary quadratic equation and standardizi...
156
Number Theory
math-word-problem
Yes
Yes
number_theory
false
3. Let $m>n \geqslant 1$, find the minimum value of $m+n$ such that $: 1000 \mid 1978^{m}-1978^{n}$.
3. Solution: When $n \geqslant 3$, from $1000 \mid 1978^{m}-1978^{n}$, we get $125 \mid 1978^{m-n}-1$, and since $1978=15 \times 125+103$, we have $125 \mid 103^{m-n}-1$, so $25 \mid 103^{m-n}-1$. Thus, $25 \mid 3^{m-n}-1$. Let $m-n=l$, then: $25 \mid 3^{l}-1$ (obviously $l$ is even, otherwise it is easy to see that $3...
106
Number Theory
math-word-problem
Yes
Yes
number_theory
false
14. Let $S$ be the set of all prime numbers $p$ that satisfy the following condition: the number of digits in the smallest repeating block of the decimal part of $\frac{1}{p}$ is a multiple of 3, i.e., for each $p \in S$, there exists the smallest positive integer $r=r(p)$, such that $\frac{1}{p}=0 . a_{1} a_{2} \cdots...
14. Prove: (1) The length of the smallest repeating cycle of $\frac{1}{p}$ is the smallest integer $d (d \geqslant 1)$ such that $10^{d}-1$ is divisible by $p$. Let $q$ be a prime number, and $N_{q}=10^{2 q}+10^{q}+1$. Then $N_{q} \equiv 3(\bmod q)$. Let $p_{q}$ be a prime factor of $\frac{N_{q}}{3}$. Then $p_{q}$ can...
19
Number Theory
proof
Yes
Yes
number_theory
false
Example 5 (2005 National High School Mathematics Competition Question) Define the function $$f(k)=\left\{\begin{array}{l} 0, \text { if } k \text { is a perfect square } \\ {\left[\frac{1}{\{\sqrt{k}\}}\right], \text { if } k \text { is not a perfect square }} \end{array} \text {, find } \sum_{k=1}^{240} f(k)\right. \t...
When $k$ is not a perfect square, $k$ must lie between two consecutive perfect squares. Divide $[1,240]$ into several intervals with perfect squares as boundaries, and sum $f(k)$ for each subinterval. Solving $15^{2}<240<16^{2}$. Since $f(k)=0$ when $k$ is a perfect square, we have $$\begin{aligned} \sum_{k=1}^{240} f...
768
Number Theory
math-word-problem
Yes
Yes
number_theory
false
For non-negative integers $x$, the function $f(x)$ is defined as follows: $$f(0)=0, f(x)=f\left(\left[\frac{x}{10}\right]\right)+\left[\lg \frac{10}{x-10\left[\frac{x-1}{10}\right]}\right]$$ What is the value of $x$ when $f(x)$ reaches its maximum in the range $0 \leqslant x \leqslant 2006$?
1. Solution: Let $x=10 p+q$, where $p$ and $q$ are integers and $0 \leqslant q \leqslant 9$. Then $\left[\frac{x}{10}\right]=\left[p+\frac{q}{10}\right]=p$. Thus, $\left[\frac{x-1}{10}\right]=\left[p+\frac{q-1}{10}\right]$ has a value of $p-1$ (when $q=0$) or $p$ (when $q \neq 0$), and $x-10\left[\frac{x-1}{10}\right]...
1111
Number Theory
math-word-problem
Yes
Yes
number_theory
false
6. In the Cartesian coordinate system, the number of integer points $(x, y)$ that satisfy $(|x|-1)^{2}+(|y|-1)^{2}<2$ is $\qquad$ .
6. 16 Since $(|x|-1)^{2} \leqslant(|x|-1)^{2}+(|y|-1)^{2}<2$. Therefore, $(|x|-1)^{2}<2, -1 \leqslant|x|-1 \leqslant 1$, which means $0 \leqslant|x| \leqslant 2$, similarly $0 \leqslant|y| \leqslant 2$. Upon inspection, $(x, y)=(-1, \pm 1),(-1,0),(1,0),(0, \pm 1),(-1, \pm 2),(1, \pm 2),(-2, \pm 1),(2, \pm 1)$ are the ...
16
Geometry
math-word-problem
Yes
Yes
number_theory
false
Example 3 In the Cartesian coordinate system, the number of integer points that satisfy $(1) y \geqslant 3 x$; (2) $y \geqslant \frac{1}{3} x ;(3) x+y \leqslant 100$ is how many?
As shown in Figure 7-5, the region enclosed by the lines $y=3x$, $y=\frac{1}{3}x$, and $x+y=100$ forms a triangular region. The three vertices of this triangle are $O(0,0)$, $A(75,25)$, and $B(25,75)$. $\square$ Next, we calculate the number of integer points $N$ on the boundary and inside $\triangle OAC$. For a grid ...
2551
Inequalities
math-word-problem
Yes
Yes
number_theory
false
5. In $1 \sim 1000$, the number of pairs $(x, y)$ that make $\frac{x^{2}+y^{2}}{7}$ an integer is $\qquad$ pairs.
5. 10011 From $\frac{x^{2}+y^{2}}{7} \in \mathbf{Z}$ we know $7 \mid x^{2}+y^{2}$. When $7 \mid x$ and $7 \mid y$, it is obvious that $7 \mid x^{2}+y^{2}$. When $7 \nmid x$ or $7 \nmid y$, from $7 \mid x^{2}+y^{2}$ we know that $7 \nmid x$ and $7 \nmid y$. By Fermat's Little Theorem, $x^{6} \equiv 1(\bmod 7)$, which m...
10011
Number Theory
math-word-problem
Yes
Yes
number_theory
false
6. Let the planar region $T=\{(x, y) \mid x>0, y>0, x y \leqslant 48\}$, then the number of lattice points within $T$ is $\qquad$ .
$$\begin{array}{l} \text { 6. } 202 \text { Let } T_{1}=\left\{(x, y) \mid 0<x \leqslant \sqrt{48}, 0<y \leqslant \frac{n}{x}\right\}, \\ T_{2}=\left\{(x, y) \mid 0<y \leqslant \sqrt{48}, 0<x \leqslant \frac{n}{y}\right\} . \end{array}$$ Then $T=T_{1} \cup T_{2}, T_{1} \cap T_{2}=\{(x, y) \mid 0<x \leqslant \sqrt{48},...
202
Combinatorics
math-word-problem
Yes
Yes
number_theory
false
Example 7 How many positive integer factors does 20! have?
Analyze writing 20! in its standard factorization form $n=\beta_{1}^{a_{1}} \beta_{2}^{a_{2}} \cdots \beta_{k}^{q_{k}}$, and then using $r(n)=\left(\alpha_{1}+1\right)\left(\alpha_{2}+1\right) \cdots$ $\left(\alpha_{k}+1\right)$ to calculate the result. Solution Since the prime numbers less than 20 are $2,3,5,7,11,13,1...
41040
Number Theory
math-word-problem
Yes
Yes
number_theory
false
Example 1 (2001 Irish Mathematical Olympiad) Find the smallest positive integer $a$ such that there exists a positive odd integer $n$ satisfying $2001 \mid$ $$55^{n}+a \cdot 32^{n}$$
Analysis Using the properties of congruence, noting that $2001=23 \times 87$, we can find that $a \equiv 1(\bmod 87)$ and $a \equiv-1$ $(\bmod 23)$. Thus, we can obtain the smallest value of $a$ that meets the requirements. Solution Since $2001=87 \times 23$. By the problem, there exists a positive odd number $n$ such...
436
Number Theory
math-word-problem
Yes
Yes
number_theory
false