dataset_name
stringclasses 4
values | dataset_version
timestamp[s] | qid
stringlengths 1
5
| queId
stringlengths 32
32
| competition_source_list
sequence | difficulty
stringclasses 5
values | qtype
stringclasses 1
value | problem
stringlengths 6
1.51k
| answer_option_list
list | knowledge_point_routes
sequence | answer_analysis
sequence | answer_value
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|---|---|---|
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 764 | 579e41f44450470e8097b3ac0393be82 | [
"其它"
] | 1 | single_choice | There are three whole number $A$, $B$, $C$. $A\times B=21$, $B\times C=60$. $A+B+C=$~\uline{~~~~~~~~~~}~. | [
[
{
"aoVal": "A",
"content": "$$30$$ "
}
],
[
{
"aoVal": "B",
"content": "$$33$$ "
}
],
[
{
"aoVal": "C",
"content": "$$35$$ "
}
],
[
{
"aoVal": "D",
"content": "$$40$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"$21=3\\times 7$ $60=2\\times 2\\times 3\\times 5$ Because $B$ is the factor both number contains, $B=3$ Thus, $A=7$, $C=20$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 767 | df58d69ab0c44a62a02667ad08fd6b28 | [
"其它"
] | 2 | single_choice | Two whole numbers have a least common multiple of $60$. -Each number is less than or equal to $12$. -The greatest common factor of the two number is $2$. What are the two numbers? | [
[
{
"aoVal": "A",
"content": "$6$ and $10$ "
}
],
[
{
"aoVal": "B",
"content": "$5$ and $12$ "
}
],
[
{
"aoVal": "C",
"content": "$10$ and $12$ "
}
],
[
{
"aoVal": "D",
"content": "$12$ and $16$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"A: The least common multiple of $6$ and $10$ is $30$. B: Two numbers are relatively prime. C: The least common multiple is $60$, and the greatest common factor is $2$. D: The least common multiple is $48$, and the greatest common factor is $4$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 768 | 7704a5540a5f46cfbf5c8cc053168414 | [] | 2 | single_choice | There are some books in the central library. If Adam divides the number of the books in the library by $32$, there will be $30$ books remained; if he divides the number of books in the library by $9$, there will be $7$ books remained; if he divides the number of books in the library by $7$, there will be $5$ books remained. How many books, at least, are there in the central library? | [
[
{
"aoVal": "A",
"content": "$$2014$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2015$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2016$$ "
}
],
[
{
"aoVal": "D",
"content": "$$2017$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem"
] | [
"The total number of books when divided by $$32$$, $$9$$, and $$7$$ leaves remainders of $$30$$, $$7$$, and $$5$$, respectively. In other words, the number when added by $$2$$ is divisible by $$32$$, $$9$$, and $$7$$. Hence, the smallest such number is $$32\\times9\\times7-2=2014$$. The answer is $$\\rm A$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 769 | a847c9d85e8a4ea6a1ebc1f18ed91132 | [
"其它"
] | 1 | single_choice | Order all prime numbers from least to greatest. What is the sum of the next two prime numbers after $43$? | [
[
{
"aoVal": "A",
"content": "$$89$$ "
}
],
[
{
"aoVal": "B",
"content": "$$90$$ "
}
],
[
{
"aoVal": "C",
"content": "$$100$$ "
}
],
[
{
"aoVal": "D",
"content": "$$101$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"$47+53=100$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 774 | 535de29b137046e9bc37f0b2839d2e92 | [
"其它"
] | 1 | single_choice | Pip swam $$3$$ back and forth in the lane for a total of $$156$$ meters, how long is the lane in this pool? | [
[
{
"aoVal": "A",
"content": "$$52$$ "
}
],
[
{
"aoVal": "B",
"content": "$$104$$ "
}
],
[
{
"aoVal": "C",
"content": "$$26$$ "
}
],
[
{
"aoVal": "D",
"content": "$$234$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples->Short Division"
] | [
"one back and forth $$156\\div3=52$$meters length of the lane$$52\\div2=26$$meters "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 778 | 4f03ac1b7d1748ca8da7a5e554b41a0e | [] | 1 | single_choice | How many positive factors of $$360$$ are also multiples of $$12$$? | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$6$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
],
[
{
"aoVal": "E",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"$$360={{2}^{3}}\\times {{3}^{2}}\\times5$$, so the number of its factors would be $$\\left( 3+1 \\right)\\times \\left( 2+1 \\right)\\times\\left( 1+1 \\right)=24$$. Among them, there are $$2\\times 2\\times(1+1)=8$$ factors which have $${{2}^{2}}\\times 3$$ as its factors. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 779 | 9f2610eaa8724a11829aa42867ef16eb | [] | 1 | single_choice | What is the ones digit of the product $$80\times 70\times 60\times 50\times 40\times 30\times 20\times 10\times 5\times 2$$? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders->Maximum/Minimum Problems of Division without Remainders "
] | [
"Since $$10$$ is a factor of this product, the ones digit is $$0$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 780 | 9175f417f4224b92bb003378af2aaf00 | [] | 1 | single_choice | A recurring decimal can also be written by putting a bar over the digits that repeat. Thus, $$0.\overline {123}$$ means $$0.123123\cdots $$. The sum of $$0.\overline {234}$$, $$0.\overline {342}$$, and $$0.\overline {432}$$ is~\uline{~~~~~~~~~~}~. | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1.01$$ "
}
],
[
{
"aoVal": "C",
"content": "$$1\\frac1{111}$$ "
}
],
[
{
"aoVal": "D",
"content": "$$1.009$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"$$0.\\overline{234} +0.\\overline{342} +0.\\overline{432} =1.\\overline{009} $$$$=1\\frac 1{111}$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 781 | fb2116a38e1d43b4b0d4112385fbfc78 | [
"其它"
] | 0 | single_choice | Fill in the blank:~\uline{~~~~~~~~~~}~is $$4$$ tens $$5$$ ones greater than $$2$$ tens $$7$$ ones. | [
[
{
"aoVal": "A",
"content": "$$18$$ "
}
],
[
{
"aoVal": "B",
"content": "$$28$$ "
}
],
[
{
"aoVal": "C",
"content": "$$62$$ "
}
],
[
{
"aoVal": "D",
"content": "$$72$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"$$4$$ tens $$5$$ ones: $$45$$ $$2$$ tens $$7$$ ones: $$27$$ Greater than: $$45 + 27 = 72$$ "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 784 | 77209fce5dac46e29d009df02b6ac8e0 | [] | 1 | single_choice | The sum of the prime factors of $$231$$ is. | [
[
{
"aoVal": "A",
"content": "$$21$$ "
}
],
[
{
"aoVal": "B",
"content": "$$22$$ "
}
],
[
{
"aoVal": "C",
"content": "$$152$$ "
}
],
[
{
"aoVal": "D",
"content": "$$383$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Prime Factorization (Equations)"
] | [
"Since $$231=3\\times7\\times11$$, the sum of its prime factors is $$3 +7+11=21$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 786 | 84b4fc8e42aa4cd490ec23815bd2d386 | [] | 1 | single_choice | If I multiply three different prime numbers, the product must have positive divisors. | [
[
{
"aoVal": "A",
"content": "$$ 3 $$ "
}
],
[
{
"aoVal": "B",
"content": "$$5 $$ "
}
],
[
{
"aoVal": "C",
"content": "$$6 $$ "
}
],
[
{
"aoVal": "D",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"Multiply the three smallest primes: $$2\\times3 \\times5=30$$, whose $$8$$ divisors are $$1$$, $$2$$, $$3$$, $$5$$, $$6$$, $$10$$, $$15$$, and $$30$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 788 | 917c6b7949e0422fbc698e835b14241f | [] | 1 | single_choice | Students\textquotesingle~seat numbers are from $$1$$ to $$35$$. How many times does digit $$3$$ appear? (adapted from $$2002$$ Math Kangaroo Problem, Level $$3$$ - $4$, Question \#$9$) | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$9$$ "
}
],
[
{
"aoVal": "D",
"content": "$$16$$ "
}
],
[
{
"aoVal": "E",
"content": "$$32$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value->Questions Involving Applying Place Value Principle"
] | [
"The digit $3$ appears in the ones place: $3$, $13$, $23$, The digit $3$ appears in the tens place: $30, 31, 32, 33, 34, 35$ In total, $3 + 6 = 9$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 794 | df66dcdbd6844e80a21f4187f7967a1c | [] | 1 | single_choice | A $$2-$$digit number is such that the product of the digits plus the sum of the digits is equal to the number. What is the units digit of the number? . | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
],
[
{
"aoVal": "E",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"We can think of the number as $$10a+b$$, where $$a$$ and $$b$$ are digits. Since the number is equal to the product of the digits $$(a\\cdot b)$$ plus the sum of the digits $$(a+b)$$, we can say that $$10a+b=a\\cdot b+a+b$$. We can simplify this to $$10a=a\\cdot b+a$$, and factor to $$(10)a=(b+1)a$$. Dividing by $$a$$, we have that $$b+1=10$$. Therefore, the units digit, $$b$$, is $$9$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 798 | 57ef80c87c11442c8e95d5e2e44b702b | [
"其它"
] | 0 | single_choice | An unknown number is an odd number greater than $$50$$ but less than $$100$$. The number is a multiple of $$3$$ and $$7$$. What is the value of the unknown number? | [
[
{
"aoVal": "A",
"content": "$$63$$ "
}
],
[
{
"aoVal": "B",
"content": "$$77$$ "
}
],
[
{
"aoVal": "C",
"content": "$$84$$ "
}
],
[
{
"aoVal": "D",
"content": "$$91$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"A multiple of $$3$$ and $$7$$ also a multiple of $$21$$ $$21\\times3=63$$ $$21\\times4=even$$ $$21\\times5=105$$, exceed Thus, only $$63$$ "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 802 | 804114fdb50e4afdbc7c04c2f6e29a5e | [
"其它"
] | 1 | single_choice | Among the numbers below, how many numbers can be divisible by $4$? $234$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $789$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $7756$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $8865$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $3728$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $\textasciitilde$ $8064$ | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"$7756, 3728,$ and $8064$ can be divisible by $4$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 804 | b619ada29a3b4021bb3adc39a940cdf9 | [] | 1 | single_choice | Della has a box of ping-pong balls. No matter she counts the balls $8$ by $8$, $10$ by $10$, or $12$ by $12$, there are always $3$ balls left. How many ping-pong balls are there in the box at least? | [
[
{
"aoVal": "A",
"content": "$$60$$ "
}
],
[
{
"aoVal": "B",
"content": "$$120$$ "
}
],
[
{
"aoVal": "C",
"content": "$$123$$ "
}
],
[
{
"aoVal": "D",
"content": "$$240$$ "
}
],
[
{
"aoVal": "E",
"content": "$$243$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"If the ping pong balls in the box are reduced by $3$, then there will be no extra balls when you count them $8$ by $8$, $10$ by $10$, or $12$ by $12$. It means that the number of the ping pong balls is a common multiple of $8$, $10$, and $12$ after being reduced by $3$. If you want to know how many ping pong balls there are at least, you can first find the least common multiple of $8$, $10$ and $12$, and then add $3$ to get the answer. $$\\begin{array}{l} {2\\left\\textbar{} \\underline{\\textasciitilde8\\textasciitilde\\textasciitilde10\\textasciitilde\\textasciitilde12}\\right. }\\textbackslash\\textbackslash{\\textasciitilde2\\left\\textbar{} \\underline{4\\textasciitilde\\textasciitilde\\textasciitilde5\\textasciitilde\\textasciitilde\\textasciitilde6}\\right. }\\textbackslash\\textbackslash{\\textasciitilde\\textasciitilde\\textasciitilde\\textasciitilde\\textasciitilde2\\textasciitilde\\textasciitilde\\textasciitilde5\\textasciitilde\\textasciitilde\\textasciitilde3} \\end{array}$$ $2\\times2\\times2\\times5\\times3=120$ $120+3=123$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 806 | 60d6565b220247a49fa360fdf5a5658e | [
"其它"
] | 1 | single_choice | $$1^{st}$$ November $$2016$$ is a Tuesday, what day will it be $$30^{th}$$ November of the same year? | [
[
{
"aoVal": "A",
"content": "Monday "
}
],
[
{
"aoVal": "B",
"content": "Wednesday "
}
],
[
{
"aoVal": "C",
"content": "Thursday "
}
],
[
{
"aoVal": "D",
"content": "Saturday "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems"
] | [
"$$30-1+1=30$$ $$30\\div7=4R2$$ Tuesday -\\/-\\textgreater~Wednesday. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 810 | 60ea335438a3498eb8941b1fe4e698c1 | [] | 1 | single_choice | is a factor of $$123123123$$. | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"$$123123123$$ is divisible by $$3$$, since the sum of its digits is $18$ which is divisible by $3$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 811 | 7bd018e26ccf46588e6d5997034afe66 | [] | 1 | single_choice | How many different prime numbers, when multiplied by $$11$$, have an even number as their product? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Applying Special Prime Numbers"
] | [
"The product of two odd numbers is odd, so there is only one even product, $$2\\times 11$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 824 | 611fb49ea51546a99aaf47663662c311 | [
"其它"
] | 1 | single_choice | Which of the following statement is correct? | [
[
{
"aoVal": "A",
"content": "All prime numbers are odd numbers. "
}
],
[
{
"aoVal": "B",
"content": "In every $3$ consecutive numbers, there must be a composite number. "
}
],
[
{
"aoVal": "C",
"content": "All even numbers are composite numbers. "
}
],
[
{
"aoVal": "D",
"content": "The sum of two different odd number must be a composite number. "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"A: Any non-$3$ multiple of 3 are composite B: $1$, $2$, $3$ does not have composite number C: $2$ is prime number D: $1+$any odd number is multiple of $2$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 826 | 777a3955cafd485290ca26d96eabd615 | [
"其它"
] | 1 | single_choice | Let $a$ and $b$ be positive integers such that $a+a b=1443$ and $a b+b=1444$. Find $10 a+b$. | [
[
{
"aoVal": "A",
"content": "$$407$$ "
}
],
[
{
"aoVal": "B",
"content": "$$408$$ "
}
],
[
{
"aoVal": "C",
"content": "$$418$$ "
}
],
[
{
"aoVal": "D",
"content": "$$419$$ "
}
],
[
{
"aoVal": "E",
"content": "$$428$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"$$ \\left\\textbackslash{\\begin{array}{l} a(b+1)=1443=3 \\times 13 \\times 37=37 \\times 39 \\textbackslash\\textbackslash{} b(a+1)=1444=38^{2} \\end{array}\\right. $$ Compare and $a=37, b=38 .$ So $10 a+b=370+38=408$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 827 | c3fca1f8410e459480fe60103c2007ae | [
"其它"
] | 2 | single_choice | When Ringo places his marbles into bags with $6$ marbles per bag, he has $4$ marbles left over. When Paul does the same with his marbles, he has $3$ marbles left over. Ringo and Paul pool their marbles and place them into as many bags as possible, with $6$ marbles per bag. How many marbles will be leftover? (2012 AMC 10B Problems, Question \#4) | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$3$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4$$ "
}
],
[
{
"aoVal": "E",
"content": "$$5$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"In total, there were $3+4=7$ marbles left from both Ringo and Paul.We know that $7 \\equiv 1(\\bmod 6)$. This means that there would be $1$ marble leftover. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 829 | b643890b9fb24f7b999bc43ce215d9a4 | [] | 1 | single_choice | Which of the following is divisible by all of the integers from $$1$$ to $$10$$ inclusive? | [
[
{
"aoVal": "A",
"content": "$$23\\times34$$ "
}
],
[
{
"aoVal": "B",
"content": "$$34\\times45$$ "
}
],
[
{
"aoVal": "C",
"content": "$$45\\times56$$ "
}
],
[
{
"aoVal": "D",
"content": "$$56\\times67$$ "
}
],
[
{
"aoVal": "E",
"content": "$$67\\times78$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization"
] | [
"Of the options given, $$23\\times 34$$, $$56\\times 67$$ and $$67\\times 78$$ are all not divisible by $$5$$, so may be discounted. Also $$34$$ is not divisible by $$4$$ and $$45$$ is odd, so $$34\\times 45$$ may also be discounted as it is not divisible by $$4$$. The only other option is $$45\\times 56$$. As a product of prime factors, $$45\\times 56=2^{3}\\times3^{2}\\times5\\times7$$, so it is clear that it is divisible by all of the integers from $$1$$ to $$10$$ inclusive. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 830 | 8996e233fb5942d48706727c04ee40c1 | [] | 1 | single_choice | When two numbers are divided and the quotient is $$11$$ and remainder is $$5$$, the smallest value of the dividend is . | [
[
{
"aoVal": "A",
"content": "$$55$$ "
}
],
[
{
"aoVal": "B",
"content": "$$71$$ "
}
],
[
{
"aoVal": "C",
"content": "$$16$$ "
}
],
[
{
"aoVal": "D",
"content": "$$66$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems"
] | [
"$$6\\times 11+5=71$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 832 | f200cf48a6b5450ba3ca1d7d72dea22a | [
"其它"
] | 2 | single_choice | Leo prepares more than $400$ cupcakes for a party. Now he can divided all of them equally into $5$ piles. After his pet cat eats one of the cupcakes, he finds that now he can divide the remaining cupcakes equally into $6$ piles. Then, the naughty pet cat eat another one, and Leo divides the remaining cupcakes into $7$ piles. How many cupcakes did Leo make at least at the beginning? Find the sum of the three digits. | [
[
{
"aoVal": "A",
"content": "$$10$$ "
}
],
[
{
"aoVal": "B",
"content": "$$11$$ "
}
],
[
{
"aoVal": "C",
"content": "$$12$$ "
}
],
[
{
"aoVal": "D",
"content": "$$13$$ "
}
],
[
{
"aoVal": "E",
"content": "$$14$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem"
] | [
"The number is a multiple of $5$. When it is divided by $6$, it will have a remainder of $1$; when it is divided by $7$, it will have a remainder of $2$. Thus, if we add another $5$ to the number, it can be multiple of all the three numbers, which is $5\\times6\\times7=210$ at least. But the number is more than $400$, so we can get $210\\times2-5=415.$ "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 837 | 809e1cc67bb64b639545f37231bad586 | [] | 1 | single_choice | There are exactly $$3$$ prime numbers between. | [
[
{
"aoVal": "A",
"content": "$$10$$ and $$20 $$ "
}
],
[
{
"aoVal": "B",
"content": "$$20$$ and $$30$$ "
}
],
[
{
"aoVal": "C",
"content": "$$30$$ and $$40$$ "
}
],
[
{
"aoVal": "D",
"content": "$$40$$ and $$50$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"The $$3$$ prime numbers between $$40$$ and $$50$$ are $$41$$, $$43$$, and $$47$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 848 | 6a43c7e6014342bf9d4a3aedb53c8a12 | [
"其它"
] | 1 | single_choice | The $4$-digit number $32B9$ is divisble by $3$. If $B$ is even, find the digit $B$. | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
],
[
{
"aoVal": "E",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"$$3+2+B+9$$ = 14+B is divisble by 3. Max single digit possible is 9. Then 14+9 = 23. Range is between 15 to 23. Multiple of 3 - 3 x 7=21, 3 x 6 =18, 3 x 5 = 15. Since, it should be even number, 18-14=4. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 849 | 65d6d5197cf94ad6b8a05f3f001ac799 | [
"其它"
] | 1 | single_choice | The hundreds digit of a three-digit number is $2$ more than the units digit. The digits of the three-digit number are reversed, and the result is subtracted from the original three-digit number. What is the units digit of the result? (2010 AMC 8 Problem, Question \#22) | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
],
[
{
"aoVal": "E",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"The result must hold for any three-digit number with hundreds digit being 2 more than the units digit. $301$ is such a number. Evaluating, we get $301-103=198$. Thus, the units digit in the final result is $(\\mathbf{E}) 8$ "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 850 | 65d98809332c4aec8056d40cdc5c7f30 | [
"其它"
] | 0 | single_choice | Which of the following is a factor of $30$ ? | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$7$$ "
}
],
[
{
"aoVal": "C",
"content": "$$8$$ "
}
],
[
{
"aoVal": "D",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"$30=5 \\times 6$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 853 | 89bae662b4cc4fbeb7ba33cfb2bf83fd | [] | 1 | single_choice | A $$2-$$digit number is such that the product of the digits adding the sum of the digits is equal to the number itself. What is the ones digit of the number? | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
],
[
{
"aoVal": "E",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"We can think of the number as $$10a+b$$, where $$a$$ and $$b$$ are digits. Since the number is equal to the product of the digits $$(a\\cdot b)$$ plus the sum of the digits $$(a+b)$$, we can say that $$10a+b=a\\cdot b+a+b$$. We can simplify this to $$10a=a\\cdot b+a$$, and factor to $$(10)a=(b+1)a$$. Dividing by $$a$$, we have that $$b+1=10$$. Therefore, the units digit, $$b$$, is $$9$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 855 | 89c2c252365e488f80be9eda8bf0b9f2 | [] | 1 | single_choice | Of the first $$100$$ whole numbers,~\uline{~~~~~~~~~~}~use the digit $$2$$ at least once. | [
[
{
"aoVal": "A",
"content": "$$20$$ "
}
],
[
{
"aoVal": "B",
"content": "$$19$$ "
}
],
[
{
"aoVal": "C",
"content": "$$11$$ "
}
],
[
{
"aoVal": "D",
"content": "$$10$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers"
] | [
"$$2$$, $$12$$, $$20-29$$, $$32$$, $$42$$, $$52$$, $$62$$, $$72$$, $$82$$, and $$92$$ use a $$2$$; that\\textquotesingle s $$19$$ numbers. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 859 | df9ffd2021c3494dbc61b14e9c0e2520 | [] | 1 | single_choice | How many positive factors of $$36$$ are also multiples of $$4$$? | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
],
[
{
"aoVal": "E",
"content": "$$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"$$36={{2}^{2}}\\times {{3}^{2}}$$, so the number of its factors would be $$\\left( 2+1 \\right)\\times \\left( 2+1 \\right)=9$$. Among them, there are $$\\left( 2+1 \\right)\\times 1=3$$ factors which have $${{2}^{2}}$$ as its factors. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 862 | b1d7e3af7b37428d8308b91d86d0b4ff | [] | 2 | single_choice | What are the last three digits of the answer to the calculation below? $$123\times 124\times 125\times 126\times 127$$ | [
[
{
"aoVal": "A",
"content": "$$000$$ "
}
],
[
{
"aoVal": "B",
"content": "$$222$$ "
}
],
[
{
"aoVal": "C",
"content": "$$444$$ "
}
],
[
{
"aoVal": "D",
"content": "$$666$$ "
}
],
[
{
"aoVal": "E",
"content": "$$888$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders->Maximum/Minimum Problems of Division without Remainders "
] | [
"The product $$123 \\times124\\times125\\times126 \\times127$$ is a multiple of $$125$$; moreover, it also has a factor of $$2$$ three times, from $$124\\left( 2\\times 2\\times 31 \\right)$$ and from $$126\\left( =2\\times 63 \\right)$$. Therefore it is a multiple of $$125 \\times2\\times2\\times2= 1000$$, and so it must end in $$000$$. Alternatively, working from the options, it is easily seen that the product is a certainly an even multiple of $$5$$-so its unit digit is $$0$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 867 | 7362928c7e7a4d16af38b42359ceeed8 | [] | 1 | single_choice | If $$1\times2\times3\times4\times5\times6\times7\times8\times$$$$9\times10\times11\times12\times13\times$$$$14\times15 = 1307 674 368000$$, how many times does the digit "$$0$$" appear in the product $$10\times20\times30\times40\times50\times60\times$$$$70\times80\times90\times100\times110\times120\times130\times140\times150$$? | [
[
{
"aoVal": "A",
"content": "$$15$$ "
}
],
[
{
"aoVal": "B",
"content": "$$18$$ "
}
],
[
{
"aoVal": "C",
"content": "$$19$$ "
}
],
[
{
"aoVal": "D",
"content": "$$20$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization"
] | [
"If $$1\\times2\\times3\\times4\\times5\\times6\\times7\\times$$$$8\\times9\\times10\\times11\\times12\\times13\\times14\\times15 = $$$$1307 674 368000$$, and we multiply each of these $$15$$ numbers by $$10$$, the new product will have an additional $$15$$ zeroes, and $$15+4=19$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 871 | 8d860c8460e6457aa6db190227299a66 | [
"其它"
] | 2 | single_choice | Malcolm wants to visit Isabella after school today and he knows the street where she lives but does not know her house number. She tells him,~"My house number has two digits, and all of the following four statements about it are true." $(1)$ It is a prime number. $(2)$ It is less than $40$. $(3)$ One of its digits is $3$. $(4)$ Another digit is an even number. This information allows Malcolm to determine Isabella\textquotesingle s house number. What is the house number? (adapted from 2017 AMC 8 problem, Question \#8) | [
[
{
"aoVal": "A",
"content": "$$43$$ "
}
],
[
{
"aoVal": "B",
"content": "$$13$$ "
}
],
[
{
"aoVal": "C",
"content": "$$23$$ "
}
],
[
{
"aoVal": "D",
"content": "$$32$$ "
}
],
[
{
"aoVal": "E",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"According to information $(3)$ and $(4)$, we know $3$ must be in the ones place and the digit in the tens place is an even number. Thus, it should be one of the numbers from $23$, $43$, $63$ and $83$. According to information $(1)$, it can be $23$, $43$, and $83$. According to information $(2)$, it can only be $23$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 876 | 89ef2ef50f8845d6b936d533267da78b | [
"其它"
] | 2 | single_choice | Malcolm wants to visit Isabella after school today and he knows the street where she lives but doesn't know her house number. She tells him, ``My house number has two digits, and all of the following four statements about it are true.'' $(1)$ It is a prime number. $(2)$ It is less than $40$. $(3)$ One of its digits is $3$. $(4)$ Another digit is an even number. This information allows Malcolm to determine Isabella's house number. What is the house number? (adapted from 2017 AMC 8 problem, Question \#8) | [
[
{
"aoVal": "A",
"content": "$$43$$ "
}
],
[
{
"aoVal": "B",
"content": "$$13$$ "
}
],
[
{
"aoVal": "C",
"content": "$$23$$ "
}
],
[
{
"aoVal": "D",
"content": "$$32$$ "
}
],
[
{
"aoVal": "E",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"According to information $(3)$ and $(4)$, we know $3$ must be in the ones place and the digit on the tens place is an even number. Thus, it should be one of the numbers from $23$, $43$, $63$ and $83$. According to information $(1)$, it can be $23$, $43$, and $83$. According to information $(2)$, it can only be $23$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 877 | 8d9117c72edd4a2fa3836f62da41132e | [
"其它"
] | 1 | single_choice | Without calculating, can you quickly choose the correct answer? $$1236 + 3217$$ = ? | [
[
{
"aoVal": "A",
"content": "$$4451$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4453$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4450$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4452$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"Odd + Even = Odd~~ "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 878 | 737ec7160efe4ce18bd971b192c11869 | [
"其它"
] | 2 | single_choice | There is a book with 650 pages. Henry tears 31 paper from the book, each paper contains two pages. Is it possible that the sum of their page number equals to 953? | [
[
{
"aoVal": "A",
"content": "$$Yes.$$ "
}
],
[
{
"aoVal": "B",
"content": "$$No.$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"If there are odd number of odd page number, the sum of page numbers is odd. Therefore, it could be 953. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 881 | 921df28cfec946fa8cbeb34da2321f99 | [] | 1 | single_choice | How many of the whole numbers less than $$100$$ are $$10$$ greater than an odd whole number? | [
[
{
"aoVal": "A",
"content": "$$45$$ "
}
],
[
{
"aoVal": "B",
"content": "$$46$$ "
}
],
[
{
"aoVal": "C",
"content": "$$90$$ "
}
],
[
{
"aoVal": "D",
"content": "$$91$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Understanding Odd and Even Numbers"
] | [
"Add $$10$$ to $$1$$, $$3$$, $$5$$, $$7$$, $$\\cdots $$, $$87$$, and $$89$$. None of these sums is more than $$99$$. There are $$45$$ such sums. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 883 | 80f9dd753d7846f9b5125b4e7300a315 | [] | 1 | single_choice | What is the smallest prime number greater than $$59$$? | [
[
{
"aoVal": "A",
"content": "$$69$$ "
}
],
[
{
"aoVal": "B",
"content": "$$67$$ "
}
],
[
{
"aoVal": "C",
"content": "$$63$$ "
}
],
[
{
"aoVal": "D",
"content": "$$61$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"omitted "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 885 | 6f172e9c552e4422989bea555ada33b1 | [] | 1 | single_choice | The sum of the thousands\textquotesingle{} digit and the tens\textquotesingle{} digit of $$12345$$ is. | [
[
{
"aoVal": "A",
"content": "$$5$$ "
}
],
[
{
"aoVal": "B",
"content": "$$6$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7$$ "
}
],
[
{
"aoVal": "D",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers"
] | [
"The thousands\\textquotesingle{} digit is $$2$$ and the tens\\textquotesingle{} digit is $$4$$. The sum is $$6$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 889 | 81055565a5a74834a45961f3d8674a6d | [] | 1 | single_choice | What is the sum of the digits in the number one million? | [
[
{
"aoVal": "A",
"content": " one "
}
],
[
{
"aoVal": "B",
"content": "one hundred "
}
],
[
{
"aoVal": "C",
"content": "one thousand "
}
],
[
{
"aoVal": "D",
"content": "one million "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"One million $$= 1000000$$. Adding, $$1+0+0+0+0+0+0 = 1$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 894 | ed9074e33862488e959c979fb4c6b077 | [
"其它"
] | 2 | single_choice | Vivian bakes a cuboid cake with a dimension of $6\times8\times10$ and cuts it into many small cubical cakes with a dimension of $2\times2\times2$. She wants to equally divide the cake without remainder among $x$ people so that each person can get at least one small cake. How many possible values of $x$ are there? | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$8$$ "
}
],
[
{
"aoVal": "C",
"content": "$$12$$ "
}
],
[
{
"aoVal": "D",
"content": "$$16$$ "
}
],
[
{
"aoVal": "E",
"content": "$$18$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"$6\\times8\\times10 \\div(2\\times2\\times2)=60.$ $60=2^{2}\\times3\\times5$, which means it has $3\\times2\\times2=12$ factors. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 898 | 73a8c6679d4f4f98bcd827450fc24180 | [
"其它"
] | 1 | single_choice | Four numbers are chosen from the set $3$, $6$, $12$, $27$, $48$ so that the product is a perfect square. What is the number that was not chosen? | [
[
{
"aoVal": "A",
"content": "$$3$$ "
}
],
[
{
"aoVal": "B",
"content": "$$6$$ "
}
],
[
{
"aoVal": "C",
"content": "$$12$$ "
}
],
[
{
"aoVal": "D",
"content": "$$27$$ "
}
],
[
{
"aoVal": "E",
"content": "$$48$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers"
] | [
"Obsever that $3\\times27=9^{2}$ and $12\\times27=24^{2}$ are both squares. Hence, their product is also a perfect square and the fifth number must be $6$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 901 | 6acabdbfd81a4029b170fab8b32e9495 | [] | 1 | single_choice | Which of the following statements in incorrect? | [
[
{
"aoVal": "A",
"content": "$$108$$ is a multiple of $$3$$ and $$9$$ "
}
],
[
{
"aoVal": "B",
"content": "$$100$$ is a multiple of $$10$$, but it is not a multiple of $$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$164$$ is a multiple of $$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$132$$ is a multiple of $$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"$$\\rm A$$: $$1+0+8=9$$, it is a multiple of $$3$$ and $$9$$; $$\\rm B$$: $$100$$ ends with $$0$$, thus it is a multiple of $$10$$ and $$5$$; $$\\rm C$$: $$164$$ ends with $$64$$, and $$64$$ is a multiple of $$4$$, thus $$164$$ is also a multiple of $$4$$; $$\\rm D$$: $$132$$ is a multiple of $$2$$ and $$3$$, thus it is a multiple of $$6$$. So we choose $$\\rm B$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 904 | 7ca0596ede77481e96f70b517b23b6f3 | [] | 2 | single_choice | The positive integers from $$1$$ to $$150$$ inclusive are placed in a $$10$$ by $$15$$ grid so that each cell contains exactly one integer. Then the multiples of $$3$$ are given a red mark, the multiples of $$5$$ are given a blue mark, and the multiples of $$7$$ are given a green mark. How many cells have more than $$1$$ mark? | [
[
{
"aoVal": "A",
"content": "$$10$$ "
}
],
[
{
"aoVal": "B",
"content": "$$12$$ "
}
],
[
{
"aoVal": "C",
"content": "$$15$$ "
}
],
[
{
"aoVal": "D",
"content": "$$18$$ "
}
],
[
{
"aoVal": "E",
"content": "$$19$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"As $$3$$ and $$5$$ are coprime, the squares that have more than one mark are multiples of both $$3$$ and $$5$$, $$\\left( {} \\right.$$multiples of $$15$$$$\\left. {} \\right)$$; or multiples of both $$3$$ and $$7$$, $$\\left( {} \\right.$$multiples of $$21$$$$\\left. {} \\right)$$; or multiples of $$5$$ and $$7$$, $$\\left( {} \\right.$$multiples of $$35$$$$\\left. {} \\right)$$; or multiples of $$3$$, $$5$$ and $$7$$, $$\\left( {} \\right.$$multiples of $$105$$$$\\left. {} \\right)$$. However, the latter will be included in all of the first three categories. Between $$1$$ and $$150$$ inclusive, there are ten multiples of $$15$$, seven multiples of $$21$$ and four multiples of $$35$$, making a total of $$21$$ multiples. However, there is one multiple of $$3$$, $$5$$ and $$7$$ between $$1$$ and $$150$$, namely $$105$$. So $$105$$ has been counted three times in those $$21$$ multiples, but corresponds to exactly one marked square. Therefore the total number of marked squares is $$21−2=19$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 905 | fb75ab0629ba455997f75256a024eb5e | [
"其它"
] | 1 | single_choice | Is $$12722385$$ divisible by $$13$$? | [
[
{
"aoVal": "A",
"content": "Yes "
}
],
[
{
"aoVal": "B",
"content": "No "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders"
] | [
"$$722-12-385=325$$ "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 906 | e463ed0c1bc14b49b57c70370df208ef | [] | 1 | single_choice | $$123+234+345$$ divided by $$4$$ has a remainder of~\uline{~~~~~~~~~~}~. | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder "
] | [
"The sum of each numbers remainder can be divided by $$4$$ to get $$2$$: $$123\\div 4$$ R $$3$$;$$234\\div 4$$ R $$2$$;$$345\\div 4$$ R $$1$$; Therefore, $$\\left( 3+2+1 \\right)\\div 4$$ R $$2$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 908 | 73c4f13be4bd49d6af57502c380237be | [] | 1 | single_choice | When Clara totaled her scores, she inadvertently reversed the units digit and the tens digit of a two-digit score. By which of the following might her incorrect sum have differed from the correct one? | [
[
{
"aoVal": "A",
"content": "$$45$$ "
}
],
[
{
"aoVal": "B",
"content": "$$46$$ "
}
],
[
{
"aoVal": "C",
"content": "$$47$$ "
}
],
[
{
"aoVal": "D",
"content": "$$48$$ "
}
],
[
{
"aoVal": "E",
"content": "$$49$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"Let the two digits be $$a$$ and $$b$$. The correct score was $$10a+b$$. Clara misinterpreted it as $$10b+a$$. The difference between the two is $$\\left\\textbar{} 9a-9b\\right\\textbar$$ which factors into $$\\left\\textbar{} 9(a-b)\\right\\textbar$$. Therefore, since the difference is a multiple of $$9$$, the only answer choice that is a multiple of $$9$$ is $$45$$ . ( $$2013$$ AMC $$8$$ Problem, Question \\#$$13$$) "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 909 | c8ea9db5908541a993bc430ca8907de4 | [] | 1 | single_choice | Which of the following prime factorization below is correct? | [
[
{
"aoVal": "A",
"content": "$$97=1\\times97$$ "
}
],
[
{
"aoVal": "B",
"content": "$$85=5\\times 17$$ "
}
],
[
{
"aoVal": "C",
"content": "$$64=8\\times 8$$ "
}
],
[
{
"aoVal": "D",
"content": "$$52=1\\times 2\\times 2\\times 13$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"①A prime number is a natural number greater than $$1$$ that has no other factors than $$1$$ and itself. ②Decomposing a composite number into the product of several prime factors is called decomposing prime factors. ③$$1$$ is neither a prime number nor a composite number. So $$\\text{D}$$ is not correct. The $$\\text{A}$$ option is also incorrect. $$8$$ is not a prime number, so $$\\text{C}$$ is incorrect. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 910 | fb7b150d058d43aa8442d7e56a679ac7 | [] | 1 | single_choice | A whole number divisible by $$6$$ and by $$14$$ need \emph{not} be divisible by. | [
[
{
"aoVal": "A",
"content": "$$21$$ "
}
],
[
{
"aoVal": "B",
"content": "$$12$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders"
] | [
"As an example, $$42$$ is divisible by $$6$$ and by $$14$$ but not by $$12$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 911 | 78423e8326dc418fb2ee109c167605a9 | [
"其它"
] | 2 | single_choice | Allen has some apples, and the number of apples is more than $2200$ but less than $2300$. If he distributes them among $12$ children evenly, there will be $11$ apples left. If he distributes them among $13$ children evenly, there will be $7$ apples left.~ If he distributes them among $14$ children evenly, there will be $3$ apples left. Which is the correct range of the number of pens? | [
[
{
"aoVal": "A",
"content": "$2530\\sim2540$ "
}
],
[
{
"aoVal": "B",
"content": "$2540\\sim2550$ "
}
],
[
{
"aoVal": "C",
"content": "$2550\\sim2560$ "
}
],
[
{
"aoVal": "D",
"content": "$2570\\sim2590$ "
}
],
[
{
"aoVal": "E",
"content": "$2580\\sim2600$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem"
] | [
"If he distributes them among $12$ children evenly, there will be $11+12\\times4=59$ apples left. If he distributes them among $13$ children evenly, there will be $7+13\\times4=59$ apples left.~ If he distributes them among $14$ children evenly, there will be $3+14\\times 4=59$ apples left. So at least he takes $59+12\\times 13\\times 14=2243$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 914 | 9b61a139233e414eb13c9677fa16fb1a | [] | 1 | single_choice | Hasan writes down a two-digit number. He then writes the same two-digit number next to his original number to form a four-digit number. What is the ratio of his four-digit number to his two-digit number? | [
[
{
"aoVal": "A",
"content": "$$2:1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$100:1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$101:1$$ "
}
],
[
{
"aoVal": "D",
"content": "$$1001:1$$ "
}
],
[
{
"aoVal": "E",
"content": "It depends on his number "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"Let Hasan\\textquotesingle s two-digit number be \\textquotesingle$$ab$$\\textquotesingle, which is equal to $$10 a + b$$. The four-digit number he forms is therefore \\textquotesingle$$abab$$\\textquotesingle, which is equal to $$1000 a + 100 b + 10 a + b$$ and hence to $$100 (10 a + b)+ 10 a + b = 101 \\times (10 a + b)$$. Therefore the ratio of his four-digit number to his two-digit number is $$101:1$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 917 | 7863b88bae904d42a7191e8a71f604eb | [] | 1 | single_choice | $$123+234+345$$ divided by $$4$$ has a remainder of~\uline{~~~~~~~~~~}~. | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder "
] | [
"$$123\\div 4$$ R $$3$$;$$234\\div 4$$ R $$2$$;$$345\\div 4$$ R $$1$$; Therefore, $$\\left( 3+2+1 \\right)\\div 4$$ R $$2$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 918 | e475d2a31c6947d38b9e0f6e5c9de57f | [
"其它"
] | 1 | single_choice | Which of the following statement is correct? | [
[
{
"aoVal": "A",
"content": "All prime numbers are odd numbers "
}
],
[
{
"aoVal": "B",
"content": "In every $3$ consecutive numbers, there must be a composite number "
}
],
[
{
"aoVal": "C",
"content": "All even numbers are composite numbers "
}
],
[
{
"aoVal": "D",
"content": "The sum of two different odd number must be a composite number "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"A: Any non-$3$ multiple of 3 are composite B: $1$, $2$, $3$ does not have composite number C: $2$ is prime number D: $1+$any odd number is multiple of $2$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 920 | c46b055ba6974e1ebac08690035cb9ef | [] | 1 | single_choice | What is the square root of the number whose square is $$16$$? | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$\\sqrt{{8}}$$ "
}
],
[
{
"aoVal": "D",
"content": "$$16$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"The number whose square is $$16$$ is $$4$$. The square root of $$4$$ is $$2$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 921 | bb49ad86e1c44428b641f610731409ca | [] | 1 | single_choice | Teacher divides $$365$$ coins among $$3$$ kids. One of them gets an odd number of coins, and another gets also an odd number of coins. Which of the following would be the possible number of coins that the last kid gets? | [
[
{
"aoVal": "A",
"content": "$$232$$ "
}
],
[
{
"aoVal": "B",
"content": "$$168$$ "
}
],
[
{
"aoVal": "C",
"content": "$$247$$ "
}
],
[
{
"aoVal": "D",
"content": "$$94$$ "
}
],
[
{
"aoVal": "E",
"content": "$$132$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"Odd number $+$ Odd number $=$ Even number Odd number $-$ Even number $=$ Odd number "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 922 | a922fb6fa9f64a9a87041c55e09ce3a6 | [
"其它"
] | 2 | single_choice | One day Randy was bored and he wrotre all the whole numbers from $49$ to $97$ on his paper. How many times did he write the digit \textquotesingle\textquotesingle$8$\textquotesingle\textquotesingle{} on his paper? | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$8$$ "
}
],
[
{
"aoVal": "C",
"content": "$$11$$ "
}
],
[
{
"aoVal": "D",
"content": "$$13$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers->Understanding Numbers and Digits"
] | [
"$$14$$ "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 923 | 927ff442497c46e0b8da1ddf2979c684 | [] | 1 | single_choice | The sum of two whole numbers is $$12$$, and the product is $$32$$. Find the difference between these numbers. | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$0$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization"
] | [
"If the sum of $$2$$ whole numbers is $$12$$, and the product is $$32$$, then the numbers are $$8$$ and $$4$$; $$8-4 = 4$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 926 | 9708fa35c7d243dda0a06919a1759e4e | [] | 1 | single_choice | If the sum of $$7$$ whole numbers is even, at mostof the numbers could be odd. | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$3$$ "
}
],
[
{
"aoVal": "D",
"content": "$$1$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers"
] | [
"If the sum of $$7$$ whole numbers is even, there must be an even number of odd numbers. The total number of odd numbers could be $$6$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 929 | 8e128967d91547dcaa51bcce7fad99f4 | [
"其它"
] | 1 | single_choice | If the four-digit number 3P78 is divisible by 3, how many possible values are there for P? | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$10$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"use divisibility rule. 3+ 7+8+R = divisible by 3. 18 + R = divisible by 3. smallest possible number for R is 0, max possible amount for R is 9 3x6=18 - 18 =0 (can be divisible by 3) 3x7=21 -18 = 3 3x 8= 24 -18 =6 3x 9= 27 - 18 = 9 Total = 4 ways. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 930 | e921906621a94ac6843d701a277f8c47 | [
"其它"
] | 1 | single_choice | How many prime numbers are there between $130$ and $150$? $$\textasciitilde$$ $$\textasciitilde$$ | [
[
{
"aoVal": "A",
"content": "$3$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"$131$, $137$, $139$, $149$ "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 933 | a4b22186ec924648b77e4713a96d8854 | [
"其它"
] | 2 | single_choice | What is the sum of the two smallest prime factors of $250$? (2007 AMC 8 Problems, Question \#3) | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7$$ "
}
],
[
{
"aoVal": "D",
"content": "$$10$$ "
}
],
[
{
"aoVal": "E",
"content": "$$12$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"The two smallest prime factors of $250$ are $2$ and $5$. Thus, the sum is $2 + 5 = 7$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 934 | 929ca18b8786491cb33d7612f8dc350c | [] | 2 | single_choice | When $$1001$$ is divided by a certain one-digit number, the remainder is $$5$$. What is the remainder when the same one-digit number divides $$2006$$? . | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
],
[
{
"aoVal": "E",
"content": "$$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder ->The additive property of the remainder"
] | [
"$$1001\\div a=b~~\\text {R} 5$$, $a$ is a one-digit number bigger than $$5$$, so $a$ =6; $$1005\\div a=c~ \\text {R} 9$$; $$2006\\div a=d \\text {R} 14$$; $$14=2\\times6 + 2$$, so the remainder is $$2$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 935 | 85ff55a17f9749f3bb050959e3b97ec0 | [
"其它"
] | 4 | single_choice | How many perfect cubes lie between $2^{8}+1$ and $2^{18}+1$, inclusive? (2018 AMC 8 Problem, Question \#25) | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$9$$ "
}
],
[
{
"aoVal": "C",
"content": "$$10$$ "
}
],
[
{
"aoVal": "D",
"content": "$$57$$ "
}
],
[
{
"aoVal": "E",
"content": "$$58$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"We compute $2^{8}+1=257$. We\\textquotesingle re all familiar with what $6^{3}$ is, namely, which is too small. The smallest cube greater than it is $7^{3}=343$. $2^{18}+1$ is too large to calculate, but we notice that $2^{18}=(2^{6})^{3}=64^{3}$, which therefore clearly will be the largest cube less than $2^{18}+1$. Therefore, the required number of cubes is $64-7+1=58$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 943 | 81a4ed50adec4e06adcde28e46afb581 | [] | 1 | single_choice | When I rounded $$142.857$$ to the nearest hundred, ten, one, tenth and hundredth,was not one of my rounded numbers. | [
[
{
"aoVal": "A",
"content": "$$140$$ "
}
],
[
{
"aoVal": "B",
"content": "$142.8$ "
}
],
[
{
"aoVal": "C",
"content": "$142.86$ "
}
],
[
{
"aoVal": "D",
"content": "$143$ "
}
],
[
{
"aoVal": "E",
"content": "$$100$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"$$142.857$$ rounded to nearest: hundred($100$), ten($140$), one($143$), tenth($142.9$) and hundredth($142.86$). "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 949 | f2678528cfbd417698a5fef343f9ab60 | [
"其它"
] | 0 | single_choice | Which of the following is not a multiple of $12$? | [
[
{
"aoVal": "A",
"content": "$$24$$ "
}
],
[
{
"aoVal": "B",
"content": "$$32$$ "
}
],
[
{
"aoVal": "C",
"content": "$$36$$ "
}
],
[
{
"aoVal": "D",
"content": "$$48$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"$32$ can not be divided by $12$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 956 | bb807932a7a243c1957d8733a84f9010 | [
"其它"
] | 2 | single_choice | Let $N=34 \cdot 34 \cdot 63 \cdot 270$. What is the ratio of the sum of the odd divisors of $N$ to the sum of the even divisors of $N$ ? | [
[
{
"aoVal": "A",
"content": "1:16 "
}
],
[
{
"aoVal": "B",
"content": "1:15 "
}
],
[
{
"aoVal": "C",
"content": "1:14 "
}
],
[
{
"aoVal": "D",
"content": "1:8 "
}
],
[
{
"aoVal": "E",
"content": "1:3 "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"Prime factorizing $N$, we see $N=2^{3} \\cdot 3^{5} \\cdot 5 \\cdot 7 \\cdot 17^{2}$. The sum of $N$ \\textquotesingle s odd divisors are the sum of the factors of $N$ without 2 , and the sum of the even divisors is the sum of the odds subtracted by the total sum of divisors. The sum of odd divisors is given by $$ a=\\left(1+3+3^{2}+3^{3}+3^{4}+3^{5}\\right)(1+5)(1+7)\\left(1+17+17^{2}\\right) $$ and the total sum of divisors is $$ (1+2+4+8)\\left(1+3+3^{2}+3^{3}+3^{4}+3^{5}\\right)(1+5)(1+7)\\left(1+17+17^{2}\\right)=15 a . $$ Thus, our ratio is $$ \\frac{a}{15 a-a}=\\frac{a}{14 a}=\\text { (C) } 1: 14 \\text {. } $$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 957 | a0589d50f66b47c292f8e83c1c55a012 | [
"其它"
] | 1 | single_choice | Suppose it is now the month of December. What month will it be $$100$$ calendar months from now? | [
[
{
"aoVal": "A",
"content": "January "
}
],
[
{
"aoVal": "B",
"content": "February "
}
],
[
{
"aoVal": "C",
"content": "March "
}
],
[
{
"aoVal": "D",
"content": "April "
}
],
[
{
"aoVal": "E",
"content": "May "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems"
] | [
"$$100\\div12=8R4$$ $$4$$ months after December will be April. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 960 | 8644012c3cd645c182a3e7f59c24acd5 | [
"其它"
] | 1 | single_choice | There are three ropes. One of them is $10$ inches long, the other two are $28$ and $30$ inches respectively. If we cut those ropes into small pieces with nothing left and each piece has the same length, how long is each piece at most? | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7$$ "
}
],
[
{
"aoVal": "D",
"content": "$$10$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples->Common Factors and the Greatest Common Factors->The Greatest Common Factor of Multiple Numbers"
] | [
"The greatest common factor of $10$, $28$ and $30$ is $2$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 963 | 864edf87d1684202af7aa45648d1b2aa | [] | 1 | single_choice | A number divisible by both $$6$$ and $$20$$ must also be divisible by. | [
[
{
"aoVal": "A",
"content": "$$12$$ "
}
],
[
{
"aoVal": "B",
"content": "$$14$$ "
}
],
[
{
"aoVal": "C",
"content": "$$26$$ "
}
],
[
{
"aoVal": "D",
"content": "$$120$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"Divisibility by $$6$$ \\& $$20$$ does not promise divisibility by $$7$$, $$13$$, or $$8$$. $$\\rm A$$. $$12 = 4\\times3$$; $$\\rm B$$. $$14 = 2\\times7$$; $$\\rm C$$. $$26 = 2\\times13$$; $$\\rm D$$. $$120 = 8\\times15$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 964 | f715f78950f44821ae9b9177e4768fab | [
"其它"
] | 4 | single_choice | Every positive integer is congruent modulo $9$ to the sum of its decimal digits. Now, let $S(n)$ equal the sum of the digits of positive integer $n$. For example, $S(1507)=13$. For a particular positive integer $n, S(n)=691$. Which of the following could be the value of $S(n+2)$? (Adapted From 2017 AMC 12A Problems, Question \#18) | [
[
{
"aoVal": "A",
"content": "$$9$$ "
}
],
[
{
"aoVal": "B",
"content": "$$17$$ "
}
],
[
{
"aoVal": "C",
"content": "$$143$$ "
}
],
[
{
"aoVal": "D",
"content": "$$116$$ "
}
],
[
{
"aoVal": "E",
"content": "$$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Congruence"
] | [
"Note that $n \\equiv S(n) \\bmod 9$, so $S(n+2)-S(n) \\equiv n+2-n\\equiv2 \\bmod 9$. So, since $S(n)=691 \\equiv 7 \\bmod 9 $, we have that $S(n+2) \\equiv 9 \\equiv 0\\bmod 9$. Then, only one of the answer choices is congruent to $0 \\bmod 9$, which is $(A)=9$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 966 | cdcae6fd83f0446cbd240e1c8f4c344d | [
"其它"
] | 0 | single_choice | What is the number between $$37$$ and $$49$$ is exactly divisible by both $$3$$ and $$4$$? | [
[
{
"aoVal": "A",
"content": "$$39$$ "
}
],
[
{
"aoVal": "B",
"content": "$$40$$ "
}
],
[
{
"aoVal": "C",
"content": "$$42$$ "
}
],
[
{
"aoVal": "D",
"content": "$$45$$ "
}
],
[
{
"aoVal": "E",
"content": "$$48$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"Common multiple of $$12$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 967 | 7d7753b8fa5447199f01cfd137463175 | [
"其它"
] | 1 | single_choice | What is the length of the largest square that can be made from $$50$$ one-centimetre square tile? | [
[
{
"aoVal": "A",
"content": "$$5\\rm{cm}$$ "
}
],
[
{
"aoVal": "B",
"content": "$$6\\rm{cm}$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7\\rm{cm}$$ "
}
],
[
{
"aoVal": "D",
"content": "$$8\\rm{cm}$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers"
] | [
"$$7\\times7=49\\rm{cm}^{2}$$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 968 | a4f0327821974d5fb8da7244995fc434 | [
"其它"
] | 1 | single_choice | There are three whole numbers $A$, $B$ and $C$ ($B\neq1$). $A\times B=35$, $B\times C=84$. $A+B+C=$~\uline{~~~~~~~~~~}~. | [
[
{
"aoVal": "A",
"content": "$$20$$ "
}
],
[
{
"aoVal": "B",
"content": "$$23$$ "
}
],
[
{
"aoVal": "C",
"content": "$$24$$ "
}
],
[
{
"aoVal": "D",
"content": "$$29$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"$35=5\\times 7$ $84=2\\times 2\\times 3\\times 7$ Because $B$ is the factor both number contains, $B=7$ Thus, $A=5$, $C=12$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 970 | 7d8510a648cd45c5bc2ae7a4670f1927 | [] | 1 | single_choice | Emily writes down the largest two-digit prime such that each of its digits is prime. Krish writes down the smallest two-digit prime such that each of its digits is prime. Kirsten subtracts Krish\textquotesingle s number from Emily\textquotesingle s number. What answer does Kirsten obtain? . | [
[
{
"aoVal": "A",
"content": "$$14 $$ "
}
],
[
{
"aoVal": "B",
"content": "$$20 $$ "
}
],
[
{
"aoVal": "C",
"content": "$$36 $$ "
}
],
[
{
"aoVal": "D",
"content": "$$45 $$ "
}
],
[
{
"aoVal": "E",
"content": "$$50$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Applying Special Prime Numbers"
] | [
"The prime digits are $$2$$, $$3$$, $$5$$ and $$7$$. So the largest two-digit integer whose digits are both prime is $$77$$. However, $$77$$ is not prime, nor is $$75$$, but $$73$$ is prime. So Emily writes down $$73$$. The smallest two-digit integer whose digits are both prime is $$22$$. However, $$22$$ is not prime, but $$23$$ is prime. So Krish writes down $$23$$. Therefore the answer which Kirsten obtains is $$73 - 23 = 50$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 974 | ae10a380bce949c583b2b39b650fdace | [] | 1 | single_choice | The $5$-digit number "$2018U$" is divisible by $9$, where $$U$$ is the ones digit. What is the remainder when this number is divided by $8$? | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
],
[
{
"aoVal": "E",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"We use the property that the digits of a number must sum to a multiple of $9$ if it is divisible by $9$. This means $2+0+1+8+U$ must be divisible by $9$. The only possible value for U then must be $7$. Since we are looking for the remainder when divided by $8$, we can ignore the thousands. The remainder when $187$ is divided by $8$ is $(\\rm B)$ $3$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 975 | 867668e256bf4aaa8670f4d69ec340dc | [
"其它"
] | 1 | single_choice | A kind of water plant grows so fast that it doubles every day. If one plant is put into the pond on the first day, it will turn to two plants on the second day, and on the $26$\textsuperscript{th} days, they can fill the pond. If $8$ water plants are put into the pond on the first day, how many days it will take to fill the pond? | [
[
{
"aoVal": "A",
"content": "$$21$$ "
}
],
[
{
"aoVal": "B",
"content": "$$22$$ "
}
],
[
{
"aoVal": "C",
"content": "$$23$$ "
}
],
[
{
"aoVal": "D",
"content": "$$24$$ "
}
],
[
{
"aoVal": "E",
"content": "$$25$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"It takes three days for one plant to turn to $8$ plants. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 976 | e01cab5de3724f4c88c3c25501af312a | [] | 0 | single_choice | What is the total value of all the odd numbers between $$34$$ and $$42$$? | [
[
{
"aoVal": "A",
"content": "$$35$$ "
}
],
[
{
"aoVal": "B",
"content": "$$72$$ "
}
],
[
{
"aoVal": "C",
"content": "$$111$$ "
}
],
[
{
"aoVal": "D",
"content": "$$152$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Understanding Odd and Even Numbers"
] | [
"$$35+37+39+41=152$$ "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 977 | d27397311387456a816982282342cd6c | [] | 2 | single_choice | $$(2345678+3456782+4567823+5678234+6782345+7823456+8234567)\div5$$=~\uline{~~~~~~~~~~}~ | [
[
{
"aoVal": "A",
"content": "$$5555555$$ "
}
],
[
{
"aoVal": "B",
"content": "$$6666666$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7777777$$ "
}
],
[
{
"aoVal": "D",
"content": "$$8888888$$ "
}
],
[
{
"aoVal": "E",
"content": "$$9999999$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"$$(2+3+4+5+6+7+8)\\times1111111\\div5$$ $$=7777777 "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 980 | 978cd250a6e94bf689656c2005a6bdff | [
"其它"
] | 1 | single_choice | How many numbers can be divided by both $$3$$ and $$5$$ from $$50$$ to $$500$$? | [
[
{
"aoVal": "A",
"content": "$$30$$ "
}
],
[
{
"aoVal": "B",
"content": "$$31$$ "
}
],
[
{
"aoVal": "C",
"content": "$$32$$ "
}
],
[
{
"aoVal": "D",
"content": "$$33$$ "
}
],
[
{
"aoVal": "E",
"content": "$$34$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"There are $$33$$ from $$1$$ to $$500$$. Remove number \"$$15$$\" and \"$$30$$\", thus $$33-2=31$$ "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 981 | 8e98b920df4443cfb51db69e849c5ce5 | [] | 1 | single_choice | $$\sqrt {2\times 4\times 8}\times \sqrt {8\times 8}=$$. | [
[
{
"aoVal": "A",
"content": "$$64$$ "
}
],
[
{
"aoVal": "B",
"content": "$$32$$ "
}
],
[
{
"aoVal": "C",
"content": "$$16$$ "
}
],
[
{
"aoVal": "D",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"$$\\sqrt {2\\times 4\\times 8}\\times \\sqrt {8\\times 8}=8\\times 8=64$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 989 | 9c1bccb8611f41d6bcf5f90e76086e48 | [] | 1 | single_choice | A whole number is a perfect square if it can be expressed as the product of two equal whole numbers. How many perfect squares are greater than $$0$$ and less than $$1000$$? | [
[
{
"aoVal": "A",
"content": "$$30$$ "
}
],
[
{
"aoVal": "B",
"content": "$$31$$ "
}
],
[
{
"aoVal": "C",
"content": "$$32$$ "
}
],
[
{
"aoVal": "D",
"content": "$$33$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"We note that $$31\\times 31 = 961$$ and $$32\\times 32 = 1024$$, hence there are $31$ perfect squares greater than $$0$$ and less than $$1000$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 997 | c971f82c38b947d081ac8e1066b43291 | [
"其它"
] | 2 | single_choice | How many positive integer factors of $2020$ have more than $3$ factors? (2020 AMC 8 Problems, Question \#17) | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$7$$ "
}
],
[
{
"aoVal": "C",
"content": "$$8$$ "
}
],
[
{
"aoVal": "D",
"content": "$$9$$ "
}
],
[
{
"aoVal": "E",
"content": "$$10$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"Since $2020=2^{2} \\cdot 5 \\cdot 101$, we can simply list its factors: $$ 1,2,4,5,10,20,101,202,404,505,1010,2020 . $$ There are $12$ of these; only $1,2,4,5,101$ (i.e. $5$ of them) don\\textquotesingle t have over $3$ factors, so the remaining $12-5=(\\mathbf{B}) 7$ factors have more than $3$ factors. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 998 | bbcc6077c21245578e4d4730ca82f0f9 | [] | 2 | single_choice | How many whole numbers between $$1$$ and $$100$$ are $$3$$ times a prime? | [
[
{
"aoVal": "A",
"content": "$$9$$ "
}
],
[
{
"aoVal": "B",
"content": "$$10$$ "
}
],
[
{
"aoVal": "C",
"content": "$$11$$ "
}
],
[
{
"aoVal": "D",
"content": "$$12$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"The prime is $${}\\textless33$$, so it could be $$2$$, $$3$$, $$5$$, $$7$$, $$11$$, $$13$$, $$17$$, $$19$$, $$23$$, $$29$$, or $$31$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 999 | 86c34b18a8bf422c9d4927db7d35d654 | [] | 1 | single_choice | For how many positive integer values of $$N$$ is the expression $$\frac{36}{N+2}$$ an integer? ($$1994$$ AHSME Problem, Question \#$$10$$) | [
[
{
"aoVal": "A",
"content": "$$7$$ "
}
],
[
{
"aoVal": "B",
"content": "$$8$$ "
}
],
[
{
"aoVal": "C",
"content": "$$9$$ "
}
],
[
{
"aoVal": "D",
"content": "$$10$$ "
}
],
[
{
"aoVal": "E",
"content": "$$12$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Theorem of the Number of Factors of a Number"
] | [
"$$36={{2}^{2}}\\times {{3}^{2}}$$, so the number of its factors would be $$\\left( 2+1 \\right)\\times \\left( 2+1 \\right)=9$$. But $$\\textasciitilde N+2$$ cannot be $$1$$ or $$2$$, so the number of possible values of $$N$$ is$$\\textasciitilde9-2=7$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1005 | 86ca0813853b478cbe73a09b30d658bf | [] | 1 | single_choice | The $$5$$-digit number $$2018U$$ is divisible by $$9$$. What is the remainder when this number is divided by $$4$$? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
],
[
{
"aoVal": "E",
"content": "$$4$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"We use the property that the digits of a number must sum to a multiple of $9$ if it is divisible by $9$. This means $2+0+1+8+U$ must be divisible by $9$. The only possible value for U then must be $7$. Since we are looking for the remainder when divided by $4$, we can ignore the hundreds. The remainder when $87$ is divided by $4$ is $3$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1010 | e97988d21a564e999ed422afe2934f6a | [] | 1 | single_choice | The result of the calculation $$123456789\times8$$ is almost the same as $$987654321$$ except that two of the digits are in a different order. What is the sum of these two digits? | [
[
{
"aoVal": "A",
"content": "$$3$$ "
}
],
[
{
"aoVal": "B",
"content": "$$7$$ "
}
],
[
{
"aoVal": "C",
"content": "$$9$$ "
}
],
[
{
"aoVal": "D",
"content": "$$15$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders->Maximum/Minimum Problems of Division without Remainders "
] | [
"The units digit of $$123456789\\times8$$ is $$2$$, since $$9\\times 8=72$$ . So, if the statement in the question is correct then the two digits which are in a different order are $$1$$ and $$2$$, whose sum is $$3$$. As a check, $$123456789\\times8$$ is indeed $$987654312$$ . "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1012 | 8eea627038474899bfc56247a715851c | [] | 1 | single_choice | Which of the followings is a multiple of $$8$$? | [
[
{
"aoVal": "A",
"content": "$$8$$ "
}
],
[
{
"aoVal": "B",
"content": "$$9$$ "
}
],
[
{
"aoVal": "C",
"content": "$$10$$ "
}
],
[
{
"aoVal": "D",
"content": "$$11$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"Since $$8=8\\times 1$$. We choose $$\\rm A$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1013 | c0738e7e3ded426dbd446a68fedec4f4 | [] | 1 | single_choice | The product of $$1\times 2\times 3\times 4\times 5\times 6\times \cdots \times 25$$ ends withzeros. | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$6$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization->The Number of Zeros at the end of a Product"
] | [
"omitted "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1017 | b2e4b04bd7b348e98f6ab246054e3c7b | [] | 1 | single_choice | How many numbers in the number set $16,17,18,19$ and $20$ have more than $3$ factors? | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$3$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4$$ "
}
],
[
{
"aoVal": "E",
"content": "$$5$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"$$16$$:$$1$$, $$2$$, $$4$$, $$8$$, $$16$$ $$17$$:$$1$$, $$17$$ $$18$$:$$1$$, $$2$$, $$3$$, $$6$$, $$9$$, $$18$$ $$19$$:$$1$$, $$19$$ $$20$$:$$1$$, $$2$$, $$4$$, $$5$$, $$10$$, $$20$$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1020 | a9ea5abe1a514d70b49471fdd232f65f | [] | 1 | single_choice | $$N$$ is a two$$-$$digit number. When $$N$$ is divided by $$9$$, the remainder is $$1$$. When $$N$$ is divided by $$10$$, the remainder is $$4$$. What is the remainder when $$N$$ is divided by $$11$$? (Adapted from $$2016$$ AMC $$8$$ Problem, Question \#$$5$$) | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
],
[
{
"aoVal": "E",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder "
] | [
"Among $64, 154$\\ldots~the smallest possible $$N$$ that satisfies the two conditions is $$64$$, and $$64 \\div 11\\rm R9$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1023 | ce1bcdd8c00c48f287024111015d0f24 | [] | 1 | single_choice | Find the digit in the ones place for $$2\times2\times5\times5\times5$$. . | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"The product includes the factor $$5\\times2=10$$, so the digit in the ones place is $$0$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1025 | a0ef60a01a674f64be13bb0c74e7050f | [] | 1 | single_choice | I am thinking of a whole number greater than $$0$$ whose square equals its square root. How many such numbers are there? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"The only positive whole number whose square is equal to its square root is $$1$$, so the answer is $$\\text{B}$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1029 | c50b07bd12044a6a902fc8458da5b2ff | [] | 1 | single_choice | Some pirates found lots of gold coins. They divided all the coins equally into $5$ groups. Then, the leader of each group would divide the coins he got with his teammates. The $5$ groups had $4,$ $8,$ $9,$ $10,$ and $11$ pirates, respectively. In addition, all the leaders found that after they divided the coins evenly, there were always $2$ coins left. Which of the following could be the possible range where the number of coins of each group was in? | [
[
{
"aoVal": "A",
"content": "$4150\\sim4160$ "
}
],
[
{
"aoVal": "B",
"content": "$3950\\sim3960$ "
}
],
[
{
"aoVal": "C",
"content": "$4500\\sim4600$ "
}
],
[
{
"aoVal": "D",
"content": "$7920\\sim7960$ "
}
],
[
{
"aoVal": "E",
"content": "$7970\\sim7980$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem"
] | [
"$[4, 8, 9, 10, 11]=3960$, so the possible number of coins could be $3962$ or $7922$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1030 | d74008300fdd4692962b6279e5679fcb | [
"其它"
] | 1 | single_choice | On one side of Long Street the houses are numbered with the consecutive odd numbers from $$1$$ to $$19$$. On the other side of that street, the houses are numbered with the consecutive even numbers from $$2$$ to $$14$$. How many houses are there on Long Street? (2006 Math Kangaroo Problem, Level 3-4, Question \#9) | [
[
{
"aoVal": "A",
"content": "$$8$$ "
}
],
[
{
"aoVal": "B",
"content": "$$16$$ "
}
],
[
{
"aoVal": "C",
"content": "$$17$$ "
}
],
[
{
"aoVal": "D",
"content": "$$18$$ "
}
],
[
{
"aoVal": "E",
"content": "$$33$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"Odd numbers from $$1$$ to $$19$$: $$1, 3, 5, 7, 9, 11, 13, 15, 17, 19$$ Even numbers from $$2$$ to $$14$$: $$2, 4, 6, 8, 10, 12, 14$$ $$10+7=17$$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1031 | ee1ef4999c274e0aafb12b560050fdb6 | [] | 1 | single_choice | The sum of three $2-$digit consecutive numbers is the largest $2-$digit number. What is their product? | [
[
{
"aoVal": "A",
"content": "$$99$$ "
}
],
[
{
"aoVal": "B",
"content": "$$25900$$ "
}
],
[
{
"aoVal": "C",
"content": "$$35904$$ "
}
],
[
{
"aoVal": "D",
"content": "$$34589$$ "
}
],
[
{
"aoVal": "E",
"content": "$$39804$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"$99\\div3=33$ $32+33+34=99$ $32\\times33\\times34=35904$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1039 | d2c1beb35fc345b0a4c6246cb37b6155 | [] | 1 | single_choice | How many $$0$$\textquotesingle s does the product of $$1\times 2\times 3\times 4\times 5\times 6\times \cdots \times 25$$ end with? | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$6$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"There are $$6$$ factors of $$5$$ when you prime factorise~ $$1\\times 2\\times 3\\times 4\\times 5\\times 6\\times \\cdots \\times 25$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1049 | ee3fd0f1940f4568b9c19cc353636346 | [] | 1 | single_choice | Among the eleven numbers from $$121$$ to $$131$$, how many prime numbers are there? | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$1$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"Only two prime numbers: $$127$$, $$131$$. Therefore, we choose $$\\rm C$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 1052 | b32ecd4c20bf4b4bb78444f1908f2c94 | [] | 1 | single_choice | Connie counts from $$1$$ to $$20$$. What is the sum of the prime numbers she counts? | [
[
{
"aoVal": "A",
"content": "$$29$$ "
}
],
[
{
"aoVal": "B",
"content": "$$30$$ "
}
],
[
{
"aoVal": "C",
"content": "$$77$$ "
}
],
[
{
"aoVal": "D",
"content": "$$78$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"Connie counts from $$1$$ to $$20$$. The sum of the prime numbers she counts is $$2+3+5+7+11+13+17+19=77$$. (Note: $$1$$ is not prime.) "
] | C |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.