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
1053
a13a404d92af4ce7a628d871e11e53e9
[]
2
single_choice
Divide $$4$$、$$9$$、$$10$$、$$14$$、$$15$$ and $$21$$ into 2 groups with 3 numbers in each group to make the product of numbers in each group the same. How can we divide the numbers?
[ [ { "aoVal": "A", "content": "$$(14,9,10), (21,15,4)$$ " } ], [ { "aoVal": "B", "content": "$$(14,21,10), (9,15,4)$$ " } ], [ { "aoVal": "C", "content": "$$(14,4,10), (21,15,9)$$ " } ], [ { "aoVal": "D", "content": "$$(14,15,9), (21,10,4)$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization->The Number of Zeros at the end of a Product" ]
[ "$$A$$ " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1054
93d81e3e84524ff1af2ce8e234f17431
[]
1
single_choice
Which of the following numbers leaves a remainder of $$1$$ when divided by $$2$$ and $$3$$?
[ [ { "aoVal": "A", "content": "$$6$$ " } ], [ { "aoVal": "B", "content": "$$5$$ " } ], [ { "aoVal": "C", "content": "$$11$$ " } ], [ { "aoVal": "D", "content": "$$7$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem" ]
[ "When we divide by $$2$$, $$3$$, the remainder is $$1$$. Hence, if we first subtract $$1$$, the result will be divisible by $$2$$, $$3$$. $2\\times3+1=7$ " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1055
fffebecff8fd417089d42143575f7c38
[]
1
single_choice
Teacher Angel has $$87$$ apples. She want to pack the apples into container so she can keep them nicely in the fridge. Each fo the container can only hold $$8$$ apples. What is the least number of containers needed so that teacher Angel can pack all the apples in the fridge?
[ [ { "aoVal": "A", "content": "$$8$$ " } ], [ { "aoVal": "B", "content": "$$9$$ " } ], [ { "aoVal": "C", "content": "$$10$$ " } ], [ { "aoVal": "D", "content": "$$11$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Questions involving Divisions with Remainders" ]
[ "$$87\\div 8=10$$ $\\text{R}$ $$7$$ $$10+1=11$$ " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1056
c0bfce7cd1374e1cb294a30da9511a24
[]
1
single_choice
How many 0s are there at the end of the product $$2\times3\times5\times2\times5\times3\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" ]
[ "2 set of 2$\\times$5. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1058
aa396e97ea9c443d849f6b27f048c026
[]
1
single_choice
A square of a positive number is $$500\textbackslash\%$$ greater than that number. What number is it?
[ [ { "aoVal": "A", "content": "$$5$$ " } ], [ { "aoVal": "B", "content": "$$6$$ " } ], [ { "aoVal": "C", "content": "$$7$$ " } ], [ { "aoVal": "D", "content": "$$8$$ " } ], [ { "aoVal": "E", "content": "$$10$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers" ]
[ "Let the number be $x$. Since $x^{2} = 6x$, therefore $x=6$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1060
c0cb5bbb111d421d829d7015d48d51f5
[]
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$$ " } ] ]
[ "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
1065
ee531a19fba94189a88ebf818a73e598
[]
2
single_choice
What are the last two digits of the result of $$1\times 3\times 5\times 7\times \cdots \times 101$$?
[ [ { "aoVal": "A", "content": "$$05$$ " } ], [ { "aoVal": "B", "content": "$$25$$ " } ], [ { "aoVal": "C", "content": "$$50$$ " } ], [ { "aoVal": "D", "content": "$$55$$ " } ], [ { "aoVal": "E", "content": "$$75$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules" ]
[ "The result must be a multiple of $25.$ $$a=0(\\text{mod}25)$$ According to the divisibility rule of $4$, the remainder of the result divided by $4$ is $$1\\times 3\\times 1\\times 3\\times \\cdots \\times 1\\times 3\\times 1={{3}^{25}}\\times 1=3(\\text{mod}4)$$. When the result is $$75(\\text{mod}100)$$, it can be divisible by $25$ and have a remainder of $3$ when divided by $4.$ " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1068
98713f9b8edd461e9b31286e675bec43
[]
2
single_choice
The multiplication $$abc\times de=7632$$ uses each of the digits $$1$$ to $$9$$ exactly once. What is the value of $$b$$?
[ [ { "aoVal": "A", "content": "$$1$$ " } ], [ { "aoVal": "B", "content": "$$4$$ " } ], [ { "aoVal": "C", "content": "$$5$$ " } ], [ { "aoVal": "D", "content": "$$9$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization" ]
[ "Note first that $$7632 =2\\times2\\times2\\times2\\times3\\times3\\times53$$. Therefore either the two-digit number $$de = 53$$ or the three-digit number $$abc$$ is a multiple of $$53$$. Since the multiplication uses each of the digits $$1$$ to $$9$$ once and $$7632$$ contains a $$3$$, the option $$de= 53$$ is not allowable. Hence we need to find a three-digit multiple of $$53$$ that does not share any digits with $$7632$$ and divides into $$7632$$ leaving an answer that also does not share any digits with $$7632$$. We can reject $$2 \\times 53 = 106$$ since it contains a $$6$$ but $$3 \\times 53 = 159$$ is a possibility. The value of $$7632\\div159$$ is $$2\\times2\\times2\\times2\\times3 = 48$$ which does not have any digits in common with $$7632$$ nor with $$159$$. We can also check that no other multiple of $$53$$ will work. Therefore the required multiplication is $$159 \\times 48 = 7632$$ and hence the value of $$b$$ is $$5$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1069
bc528659dd6041b5a314e2a4022df617
[]
0
single_choice
The greatest common factor is smallest for which of the following pairs of numbers?
[ [ { "aoVal": "A", "content": "$$4$$ \\& $$18$$ " } ], [ { "aoVal": "B", "content": "$$5$$ \\&~$$25$$ " } ], [ { "aoVal": "C", "content": "$$6$$ \\&~$$33$$ " } ], [ { "aoVal": "D", "content": "$$8$$ \\&~$$35$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples" ]
[ "The greatest common factors of the $$4$$ pairs of numbers are $$2$$, $$5$$, $$3$$, and $$1$$, respectively. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1070
d78376297ec64106a977cd47bcd0e372
[ "其它" ]
1
single_choice
The students of a class can be divided into groups of $5$ or groups of $7$ when there is a groupwork to do. How many students at least are in that class?
[ [ { "aoVal": "A", "content": "$$14$$ " } ], [ { "aoVal": "B", "content": "$$15$$ " } ], [ { "aoVal": "C", "content": "$$21$$ " } ], [ { "aoVal": "D", "content": "$$35$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples->Common Multiples and Least Common Multiples->Least Common Multiple of Two Numbers" ]
[ "The least common multiple of $5$ and $7$ is $35$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1079
e53cd823fbfe4c2983ee4844678ac72b
[]
0
single_choice
A two-digit prime number is still a prime number when its first and tenth digits are exchanged. There aresuch prime numbers.
[ [ { "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" ]
[ "$$11$$,$$13$$,$$17$$,$$31$$,$$37$$,$$71$$,$$73$$,$$79$$,$$97$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1080
c9f9169e4cca4b379e691b358f5d9cc4
[]
1
single_choice
Avril likes collecting baseball cards. The number of cards she has is divisible by $$2$$, $$3$$, and $$5$$. How many baseball cards does Avril have at least?
[ [ { "aoVal": "A", "content": "$$15$$ " } ], [ { "aoVal": "B", "content": "$$20$$ " } ], [ { "aoVal": "C", "content": "$$30$$ " } ], [ { "aoVal": "D", "content": "$$60$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples" ]
[ "The total number of baseball cards is the least common multiple of $$2$$, $$3$$, and $$5$$, i.e. $$\\left[ 2,3,5\\right]=2\\times3\\times5=30$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1083
a5fc4b32817d4bca9a9b1de9dfc51a25
[]
1
single_choice
$$\sqrt {3\times 12}\times \sqrt {4\times 9}=$$.
[ [ { "aoVal": "A", "content": "$$2\\times 18$$ " } ], [ { "aoVal": "B", "content": "$$18\\times 18$$ " } ], [ { "aoVal": "C", "content": "$$3\\times 2$$ " } ], [ { "aoVal": "D", "content": "$$36\\times 36$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers" ]
[ "$$\\sqrt {36}\\times \\sqrt {36}=6\\times 6=36 = 2\\times 18$$. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1084
c0f5c577a4de4757857c8242df5a5b0a
[ "其它" ]
2
single_choice
Vivian has many barbie cards. If she puts $8$ cards in each group, there will be $5$ cards left. If she puts $9$ cards in each group, there will be $3$ cards left. If she puts $10$ cards in each group, there will be $1$ card left. How many cards at least should Vivian take away, so that the remaining number of cards can be divisible by $8,$ $9,$ and $10$?
[ [ { "aoVal": "A", "content": "$$36$$ " } ], [ { "aoVal": "B", "content": "$$15$$ " } ], [ { "aoVal": "C", "content": "$$23$$ " } ], [ { "aoVal": "D", "content": "$$21$$ " } ], [ { "aoVal": "E", "content": "$$9$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem" ]
[ "$8+8+5=9+9+3=10+10+1=21$, so after we removing $21$ cards, the number of the remaining cards can be divisible by $8, 9,$ and $10.$ " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1087
dc2b22c6189f40289782c088c3290090
[]
1
single_choice
The sum of the first $$5$$ \textbf{odd} positive numbers is $$25$$. What is the sum of the first $$5$$ \textbf{even} positive numbers?
[ [ { "aoVal": "A", "content": "$$30$$ " } ], [ { "aoVal": "B", "content": "$$35$$ " } ], [ { "aoVal": "C", "content": "$$40$$ " } ], [ { "aoVal": "D", "content": "$$45$$ " } ], [ { "aoVal": "E", "content": "$$50$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Understanding Odd and Even Numbers" ]
[ "Each of five positive even numbers is $$1$$ larger than the corresponding odd number in $$1$$,$$3$$, $$5$$, $$7$$ and $$9$$, which we are told have a sum of $$25$$. So the sum of the first five positive even numbers is $$25 +5 =30$$. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1091
f3050c52aa044a29b8fc6765468df30a
[ "其它" ]
1
single_choice
Cayden is drawing some words on a mural in his school. Everyday, he is only able to draw out one letter. He wants to draw: $$I$$ $$love$$ $$Mathematics$$ $$and$$ $$English$$ If he starts on a Tuesday, and during the weekend, he is not able to draw. When will he finish the drawing?
[ [ { "aoVal": "A", "content": "Monday " } ], [ { "aoVal": "B", "content": "Tuesday " } ], [ { "aoVal": "C", "content": "Wednesday " } ], [ { "aoVal": "D", "content": "Thursday " } ], [ { "aoVal": "E", "content": "Friday " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems" ]
[ "$$26\\div 5 = 5R1$$ Start from Tuesday, thus, it is Tuesday " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1092
bc7c78cf88884e908013ee33a1712b93
[]
1
single_choice
$$123+234+345$$ divided by $$4$$ has a remainder of.
[ [ { "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
1093
ce8ecdfa3d6746399caccff488a35c94
[]
1
single_choice
The sum of the squares of the first $$20$$ positive integers is $$2870$$. What is the sum of the squares of the first $$19$$ positive integers?
[ [ { "aoVal": "A", "content": "$$2350$$ " } ], [ { "aoVal": "B", "content": "$$2361$$ " } ], [ { "aoVal": "C", "content": "$$2470$$ " } ], [ { "aoVal": "D", "content": "$$2850$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers" ]
[ "The sum of the squares of the first $$20$$ positive integers is $$2870$$. The sum of the squares of the first $$19$$ is $$2870-20^{2}=2870-400=2470$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1094
aa9237d4f2de432a9c2e30d29773e5ae
[ "其它" ]
1
single_choice
What is the remainder of $$(223\times311+198\times273)\div 5$$? .
[ [ { "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->Remainder Problems->Characteristics of Remainder " ]
[ "According to the additive and multiplicative properties of remainders, the remainder of this expression equals the remainder of $$(3\\times1+3\\times3)\\div 5=12\\div5=2 \\text{R} 2$$ " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1101
d32cf2ba9cd44dfa9ade1eb2846b4f2a
[ "其它" ]
1
single_choice
How many numbers of the following are divisible by $3$? $$\textasciitilde$$ $213 \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} 422\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~741\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~971\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~1197\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~2937$ $\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->Division without Remainders->Divisibility Rules" ]
[ "The sums of the digits of $422$ and $971$ are not multiple of $3$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1102
a1aea2c3d18f44249407fbb9522c6061
[]
1
single_choice
A positive number is called a perfect square whenever it is the square of a whole number. The first three perfect squares are $$1$$, $$4$$, and $$9$$. The $$100$$th perfect square is.
[ [ { "aoVal": "A", "content": "$$100$$ " } ], [ { "aoVal": "B", "content": "$$1000$$ " } ], [ { "aoVal": "C", "content": "$$10000$$ " } ], [ { "aoVal": "D", "content": "$$100000$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers" ]
[ "The first perfect square is $$1^{2}$$, the $$2$$nd is $$2^{2}$$, and the $$3$$rd is $$3^{2}$$. With this pattern, the $$100$$th perfect square is $$100^{2} = 100\\times100= 10000$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1104
e55f5407b3ed4f198c7d5863e16539b3
[ "其它" ]
1
single_choice
There are three whole number $A$, $B$, $C$. $A\times B=55$, $B\times C=100$. $A+B+C=$~\uline{~~~~~~~~~~}~.
[ [ { "aoVal": "A", "content": "$$30$$ " } ], [ { "aoVal": "B", "content": "$$32$$ " } ], [ { "aoVal": "C", "content": "$$34$$ " } ], [ { "aoVal": "D", "content": "$$36$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization" ]
[ "$55=5\\times 11$ $100=2\\times 2\\times 5\\times 5$ Because $B$ is the factor both number contains, $B=5$ Thus, $A=11$, $C=20$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1111
aab7556303ee4e57a321425b74c2fd8d
[]
1
single_choice
If I multiply four different prime numbers, the product must have positive divisors.
[ [ { "aoVal": "A", "content": "$$ 8 $$ " } ], [ { "aoVal": "B", "content": "$$12 $$ " } ], [ { "aoVal": "C", "content": "$$16 $$ " } ], [ { "aoVal": "D", "content": "$$18$$ " } ], [ { "aoVal": "E", "content": "$$10 $$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Theorem of the Number of Factors of a Number" ]
[ "$$2\\times2 \\times2\\times2=16$$ " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1112
aab8547966164a369925c6732853e3d8
[ "其它" ]
1
single_choice
In this fictional "Old Island", all the numbers contain only odd digits. The order of the counting numbers is as follows: $1, 3, 5, 7, \cdots , 19, 31, 33, \cdots $ What is the 31st counting number in the island?
[ [ { "aoVal": "A", "content": "$$101$$ " } ], [ { "aoVal": "B", "content": "$$111$$ " } ], [ { "aoVal": "C", "content": "$$99$$ " } ], [ { "aoVal": "D", "content": "$$113$$ " } ], [ { "aoVal": "E", "content": "None of the above. " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers" ]
[ "1,3,5,7,9 -\\/-\\/-\\/-\\/-\\/-\\/-\\/-\\/-\\/-⑤ 11,13,15,17,19-\\/-\\/-\\/-\\/-\\/-\\/-⑤ 31,33,35,37,39-\\/-\\/-\\/-\\/-⑤ 51,53,55,57,59-\\/-\\/-\\/-\\/-⑤ 71,73,75,77,79-\\/-\\/-\\/-\\/-⑤ 91,93,95,97,99-\\/-\\/-\\/-⑤ $$111$$ the 31st number is 111. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1113
aab9f2ba1a28437fae361e32367c9b7d
[ "其它" ]
1
single_choice
What is the remainder of $$(223\times311+198\times273)\div 5$$?
[ [ { "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->Remainder Problems->Characteristics of Remainder " ]
[ "According to the additive and multiplicative properties of remainders, the remainder of this expression equals the remainder of $$(3\\times1+3\\times3)\\div 5=12\\div5=2 \\text{R} 2$$ " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1116
c12f2b6893e84633b04b9f61010acc28
[ "其它" ]
1
single_choice
Bill writes down all the numbers from $1$ to $60$ inclusive. How many times does he use the digit $5$?
[ [ { "aoVal": "A", "content": "$16$ " } ], [ { "aoVal": "B", "content": "$$17$$ " } ], [ { "aoVal": "C", "content": "$$18$$ " } ], [ { "aoVal": "D", "content": "$$19$$ " } ], [ { "aoVal": "E", "content": "$$20$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules" ]
[ "In tens place: there are ten $$5$$s: $$50\\sim59$$ In ones place: there are six $$5$$s: $$5, 15, 25, 35, 45, 55$ " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1120
bcb21a79edd148f4a916ddd31a51191e
[ "其它" ]
1
single_choice
The greatest prime number that is a divisor of $16,384$ is $2$ because $16,384=2^{14}$. What is the sum of the digits of the greatest prime number that is a divisor of $16,383$ ?
[ [ { "aoVal": "A", "content": "$$3$$ " } ], [ { "aoVal": "B", "content": "$$7$$ " } ], [ { "aoVal": "C", "content": "$$10$$ " } ], [ { "aoVal": "D", "content": "$$16$$ " } ], [ { "aoVal": "E", "content": "$$22$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization" ]
[ "We have $$16383=2^{14}-1=\\left(2^{7}+1\\right)\\left(2^{7}-1\\right) =129 \\cdot 127 $$. Since $129$ is composite, $127$ is the largest prime divisible by $16383$. The sum of $127$\\textquotesingle s digits is $$ 1+2+7=\\text { (C) } 10 $$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1121
f32a2b315ef940f2bfb4bd623a989e8e
[]
1
single_choice
If a natural number can be written as the sum of both two and three consecutive natural numbers, then we can call it a Think Number. What is the largest Think Number no larger than $5789$?
[ [ { "aoVal": "A", "content": "$$5786$$ " } ], [ { "aoVal": "B", "content": "$$5787$$ " } ], [ { "aoVal": "C", "content": "$$5788$$ " } ], [ { "aoVal": "D", "content": "$$5789$$ " } ], [ { "aoVal": "E", "content": "$$5784$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules" ]
[ "The number can be written as $$n+(n+1)=2n+1(n\\geqslant 1)$$ and $$x+(x+1)+(x+2)=3x+3$$. It must be a multiple of $3$ . $5790$ can be divisible by both $2$ and $3$, so it is $5790-3=5787$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1127
d35c6f70f9e04ecfa792878851013839
[ "其它" ]
1
single_choice
Change a digit of the number $98760$ to make the new five-digit number be divisible by $250$. What is the new five-digit number?
[ [ { "aoVal": "A", "content": "$$98765$$ " } ], [ { "aoVal": "B", "content": "$$98750$$ " } ], [ { "aoVal": "C", "content": "$$98755$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules" ]
[ "The last three digits must be divisible by $125$, and the ones place must be divisible by $2$, so it can only be $98750$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1128
bcd7aa508da1440195f18aa2d46bb6e1
[]
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
1130
b8618a49831f460e87e61a2b17f33a5b
[]
2
single_choice
$$(14\times 9\times 8)\div \left( 9\times 7\times 8 \right)=$$.
[ [ { "aoVal": "A", "content": "$$2$$ " } ], [ { "aoVal": "B", "content": "$$1$$ " } ], [ { "aoVal": "C", "content": "$$0$$ " } ], [ { "aoVal": "D", "content": "$$3$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders" ]
[ "$$(14\\times 9\\times 8)\\div \\left( 9\\times 7\\times 8 \\right)=14\\times 9\\times 8\\div 9\\div 7\\div 8=14\\div 7\\times (9\\div 9)\\times (8\\div 8)=14\\div 7=2$$ " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1132
ca6fb22fb1a047548c81b0cb4148aa3b
[ "其它" ]
1
single_choice
A two-digit number can be divided by both $$1$$ and $$5$$. It is also an even number. How many such numbers are there?
[ [ { "aoVal": "A", "content": "$$20$$ " } ], [ { "aoVal": "B", "content": "$$19$$ " } ], [ { "aoVal": "C", "content": "$$18$$ " } ], [ { "aoVal": "D", "content": "$$10$$ " } ], [ { "aoVal": "E", "content": "$$9$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples" ]
[ "$$10, 20, 30, 40, 50, 60, 70, 80, 90$$ " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1134
d7ff0f4f299c4d6891cf6a5a09db9e10
[]
1
single_choice
♥ $$\times$$ ☺ $$=$$ ♦ ☺ is an even number. which of the following gives an odd answer?
[ [ { "aoVal": "A", "content": "♦ $$-\\textasciitilde3$$ " } ], [ { "aoVal": "B", "content": "☺ $$+$$ ♦ " } ], [ { "aoVal": "C", "content": "☺ $$\\times$$ ☺ " } ], [ { "aoVal": "D", "content": "♦ $$\\times$$~♦ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers" ]
[ "♥ $$\\times$$ ☺ $$=$$ ♦ Since ☺ is an even number,~♦ must also be an even number. ♦ $$-\\textasciitilde3$$ is the only option to given an odd answer because even $$-$$ odd $$=$$ odd. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1138
d380c5ac43bb4948a98a3127e5bb5868
[]
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": "$$5$$ " } ], [ { "aoVal": "B", "content": "$$6$$ " } ], [ { "aoVal": "C", "content": "$$10$$ " } ], [ { "aoVal": "D", "content": "$$12$$ " } ] ]
[ "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$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1144
f803121d36274ffd85f972871cbc8c37
[]
1
single_choice
The largest possible sum of two different two$$-$$digit numbers is~\uline{~~~~~~~~~~}~.
[ [ { "aoVal": "A", "content": "$$21$$ " } ], [ { "aoVal": "B", "content": "$$99$$ " } ], [ { "aoVal": "C", "content": "$$197$$ " } ], [ { "aoVal": "D", "content": "$$198$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers" ]
[ "$$99 + 98 = 197$$ " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1145
bd00ecc4856140d7b3ae29bb8ca33415
[ "其它" ]
1
single_choice
Julie shares a bag of 70 carrots among some rabbits. Each rabbit has exactly the same number of carrots. If Julie doesn\textquotesingle t have any carrots left, how many rabbits might she have fed? .
[ [ { "aoVal": "A", "content": "$$3$$ " } ], [ { "aoVal": "B", "content": "$$4$$ " } ], [ { "aoVal": "C", "content": "$$5$$ " } ], [ { "aoVal": "D", "content": "$$6$$ " } ], [ { "aoVal": "E", "content": "$$8$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples" ]
[ "Among $$3,4,5,6,8$$, only $$5$$ is a factor of $$70$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1148
f80c8a00b34f46b6bb74a945fd6a015e
[]
1
single_choice
Jason has some baseball cards from the $$1920$$s. If he divides the number of cards he has by $$3$$, then he will have $$1$$ remaining cards; if he divides the number of cards he has by $$5$$, he will have $$3$$ remaining cards; if he divides the number of cards he has by $$7$$, he will have $$5$$ remaining cards. How many cards does Jason have at least?
[ [ { "aoVal": "A", "content": "$$101$$ " } ], [ { "aoVal": "B", "content": "$$102$$ " } ], [ { "aoVal": "C", "content": "$$103$$ " } ], [ { "aoVal": "D", "content": "$$104$$ " } ], [ { "aoVal": "E", "content": "$$105$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples" ]
[ "The number of cards after adding $$2$$ is divisible by $$3$$, $$5$$, and $$7$$. Since the least common multiple of $$3$$, $$5$$, and $$7$$ is $$3\\times5\\times7=105$$, Jason has $$105-2=103$$ cards at least. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1151
f36fb2a7c50449b9a733313d1bde50a9
[]
2
single_choice
Two(different) numbers are selected from $$0$$,$$1$$,$$3$$,$$5$$,$$8$$ and $$9$$. How many two-digit even mumbers can be formed?
[ [ { "aoVal": "A", "content": "$$9$$ " } ], [ { "aoVal": "B", "content": "$$10$$ " } ], [ { "aoVal": "C", "content": "$$19$$ " } ], [ { "aoVal": "D", "content": "$$20$$ " } ], [ { "aoVal": "E", "content": "$$30$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers" ]
[ "$$10$$、$$30$$、$$50$$、$$80$$、$$90$$、$$18$$、$$38$$、$$58$$、$$98$$ " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1153
c60e798a831a473cbadf2e9052ca64ad
[]
1
single_choice
How many whole numbers are greater than $$9$$ and less than $$60$$? 
[ [ { "aoVal": "A", "content": "$$49$$ " } ], [ { "aoVal": "B", "content": "$$50$$ " } ], [ { "aoVal": "C", "content": "$$51$$ " } ], [ { "aoVal": "D", "content": "$$59$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers" ]
[ "There are $$60$$ whole numbers from $$0$$ to $$59$$. That\\textquotesingle s $$50$$ without $$0$$ to $$9$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1154
bd13628819064521bfdca3e99ba3166f
[]
1
single_choice
The sum of $$2016$$ integers is even. At mostof them can be odd.
[ [ { "aoVal": "A", "content": "$$2016$$ " } ], [ { "aoVal": "B", "content": "$$2015$$ " } ], [ { "aoVal": "C", "content": "$$1$$ " } ], [ { "aoVal": "D", "content": "$$0$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers" ]
[ "The sum of any even number of odd integers is always even. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1161
dcbdd91f061745bebdfaacf9a0f387cb
[]
0
single_choice
The greatest common factor of $$23$$ and $$24$$ is.
[ [ { "aoVal": "A", "content": "$$20$$ " } ], [ { "aoVal": "B", "content": "$$12$$ " } ], [ { "aoVal": "C", "content": "$$2$$ " } ], [ { "aoVal": "D", "content": "$$1$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples" ]
[ "The only common factor of any two consecutive whole numbers is $$1$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1165
b4366eac8e5840d49b3bdbcbc5f2071f
[]
1
single_choice
Which of the following statements is incorrect?
[ [ { "aoVal": "A", "content": "$$2350$$ is a multiple of $$2$$, $$5$$ and $$10$$ " } ], [ { "aoVal": "B", "content": "$$1284$$ is a multiple of $$4$$ " } ], [ { "aoVal": "C", "content": "$$9972$$ is not a multiple of $$9$$ " } ], [ { "aoVal": "D", "content": "$$5742$$ is a multiple of $$6$$ and $$9$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples" ]
[ "A: $$2350$$ is even, thus it is a multiple of $$2. 2350$$ ends with $$0$$, thus it is a multiple of $$5$$ and $$10$$; B: $$1284$$ ends with $$84$$, and $$84$$ is a multiple of $$4$$, thus $$1284$$ is a multiple of $$4$$; C: $$9 + 9 + 7 + 2 = 27$$ is a multiple of $$9$$, thus $$9972$$ is a multiple of $$9$$; D: $$5 + 7 + 4 + 2 = 18$$, it is a multiple of $$9$$ and $$3$$; since it ends with $$2$$, it is also a multiple of $$2$$, and thus a multiple of $$6$$; Hence the incorrect statement is C. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1167
eefe14336a5744a7a910404efdf4c2a3
[ "其它" ]
1
single_choice
There are three whole number $A$, $B$, $C$. $A\times B=77$, $B\times C=364$. $A+B+C=$~\uline{~~~~~~~~~~}~.
[ [ { "aoVal": "A", "content": "$$30$$ " } ], [ { "aoVal": "B", "content": "$$50$$ " } ], [ { "aoVal": "C", "content": "$$70$$ " } ], [ { "aoVal": "D", "content": "$$90$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization" ]
[ "$77=7\\times 11$ $364=2\\times 2\\times 7\\times 13$ Because $B$ is the factor both number contains, $B=7$ Thus, $A=11$, $C=52$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1172
cac0fb1ece41488bb4f9e5557c69da08
[]
1
single_choice
Which number between $$60$$ and $$80$$ is both a multiple of $$3$$ and $$8$$?~\uline{~~~~~~~~~~}~.
[ [ { "aoVal": "A", "content": "$$12$$ " } ], [ { "aoVal": "B", "content": "$$63$$ " } ], [ { "aoVal": "C", "content": "$$72$$ " } ], [ { "aoVal": "D", "content": "$$96$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples->Common Multiples and Least Common Multiples->Least Common Multiple of Two Numbers" ]
[ "$$72$$ " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1173
bd49c85bd92947dc80d359760285107c
[]
1
single_choice
Divide $$2000$$ by an odd number. The remainder must be.
[ [ { "aoVal": "A", "content": "$$$$even " } ], [ { "aoVal": "B", "content": "$$$$odd " } ], [ { "aoVal": "C", "content": "$$$$prime " } ], [ { "aoVal": "D", "content": "$$$$whole " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Questions involving Divisions with Remainders" ]
[ "$$2000\\div1001$$ and $$2000\\div999$$ leave whole \\# remainders $$999$$ and $$2$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1175
cf5fdaec3e5a4d59a7130468cec31f67
[ "其它" ]
1
single_choice
What is the remainder when 7,999,999,999 is divided by 8 ?
[ [ { "aoVal": "A", "content": "$$0$$ " } ], [ { "aoVal": "B", "content": "$$1$$ " } ], [ { "aoVal": "C", "content": "$$7$$ " } ], [ { "aoVal": "D", "content": "$$8$$ " } ], [ { "aoVal": "E", "content": "$$9$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules" ]
[ "omitted PMC 2021 \\#7 " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1177
d3f281e751ce4341aa8964348025fada
[]
1
single_choice
Given that $$M=\overline{3abcd}$$, $$N=\overline{abcd3}$$ , and $$M-N=3177$$, what is $$\overline{abcd}$$?
[ [ { "aoVal": "A", "content": "$$2940$$ " } ], [ { "aoVal": "B", "content": "$$2960$$ " } ], [ { "aoVal": "C", "content": "$$2980$$ " } ], [ { "aoVal": "D", "content": "$$3000$$ " } ], [ { "aoVal": "E", "content": "$$3020$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Applying the Principle of Place Value" ]
[ "$$M-N=3177$$ $$(30000+\\overline{abcd})-(10\\times \\overline{abcd}+3)=3177$$ $$30000-3177=9\\times \\overline{abcd}$$ $$\\overline{abcd}=2980$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1179
e188e36e97ae4b44b5bcc482c392730e
[]
1
single_choice
I have equal numbers of quarters, dimes, and nickels. These coins could have a total value of any of the following $$EXCEPT$$.
[ [ { "aoVal": "A", "content": "$$$2.40$$ " } ], [ { "aoVal": "B", "content": "$$$3.80$$ " } ], [ { "aoVal": "C", "content": "$$$4.40$$ " } ], [ { "aoVal": "D", "content": "$$$5.20$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders" ]
[ "The value of $$1$$ quarter, $$1$$ dime, and $$1$$ nickel is $$40$$¢. My coins must have a total value divisible by $$40$$, but $$$3.80$$ is not divisible by $$40$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1182
cf6ff40cf43447a4be0bfd1687c64e68
[]
1
single_choice
The thousands digit of the sum of 5+55+555+5555 is .
[ [ { "aoVal": "A", "content": "$$1$$ " } ], [ { "aoVal": "B", "content": "$$2$$ " } ], [ { "aoVal": "C", "content": "$$3$$ " } ], [ { "aoVal": "D", "content": "$$4$$ " } ], [ { "aoVal": "E", "content": "$$6$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases" ]
[ "$$6170$$ " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1185
fd1a84bf0a72424eaae1c532163c9260
[]
1
single_choice
The thousands digit of the sum of 8+88+888+8888+88888 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" ]
[ "$$8+88+888+8888+88888=98760$$ " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1187
cb0291b682974c899411cce6b762942a
[ "其它" ]
0
single_choice
Which of the following is not a composite number?
[ [ { "aoVal": "A", "content": "$$45$$ " } ], [ { "aoVal": "B", "content": "$$47$$ " } ], [ { "aoVal": "C", "content": "$$49$$ " } ], [ { "aoVal": "D", "content": "$$51$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers" ]
[ "$47$ is a prime number. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1191
bd8c7a7b249c49c8ba208d10139f9c4b
[ "其它" ]
2
single_choice
Students guess that Norb's age is $28$, $30$, $34$, $36$, $38$, and $41$. Norb says, "At least half of you guessed too low, two of your guesses are off by one, and my age is a prime number."~How old is Norb? (adapted from 2011 AMC 8 Problem, Question \#21)
[ [ { "aoVal": "A", "content": "$$25$$ " } ], [ { "aoVal": "B", "content": "$$29$$ " } ], [ { "aoVal": "C", "content": "$$31$$ " } ], [ { "aoVal": "D", "content": "$$37$$ " } ], [ { "aoVal": "E", "content": "$$14$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers" ]
[ "If at least half the guesses are too low, the Norb\\textquotesingle s age must be greater than $34$. If two of the guesses are off by one, then his age is between two guesses whose difference is $2$. It could be $29$, $35$ or $37$, but because his age is greater than $34$, it can only be $35$ or $37$. Lastly, Norb\\textquotesingle s age is a prime number so the answer must be $37$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1192
e1a799b1e47c404da82acf880fb10ccf
[ "其它" ]
2
single_choice
Among numbers like $5$, $55$, $555$, $5555$, $$\cdots$$, how many of them are perfect squares?
[ [ { "aoVal": "A", "content": "$0$ " } ], [ { "aoVal": "B", "content": "$1$ " } ], [ { "aoVal": "C", "content": "$2$ " } ], [ { "aoVal": "D", "content": "Countless " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers" ]
[ "None of them " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1193
bd94a222966f468fb42b4f4ff304beb2
[]
1
single_choice
What is the remainder when $$222 222 222$$ is divided by $$4$$?
[ [ { "aoVal": "A", "content": "$$3$$ " } ], [ { "aoVal": "B", "content": "$$2$$ " } ], [ { "aoVal": "C", "content": "$$1$$ " } ], [ { "aoVal": "D", "content": "$$0$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Questions involving Divisions with Remainders" ]
[ "In division by $$4$$, the last $$2$$ digits determine the remainder, use $$22\\div4$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1196
e1be5ea872254e7c82e0110367e74558
[]
2
single_choice
If the sum of two prime numbers is $$39$$, the difference between these two prime numbers will be .
[ [ { "aoVal": "A", "content": "$$29$$ " } ], [ { "aoVal": "B", "content": "$$31$$ " } ], [ { "aoVal": "C", "content": "$$33$$ " } ], [ { "aoVal": "D", "content": "$$35$$ " } ], [ { "aoVal": "E", "content": "$$37$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules" ]
[ "Because $$39$$ is an odd number, one of the two numbers must be an even prime number $$2$$. The other number is $$39-2=37$$, and their difference is $$35$$. So the answer is $$\\text{B}$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1199
cb300feddb254727b91e83ff585f0218
[ "其它" ]
1
single_choice
What is the sum of the distinct prime integer divisors of $2016 ?$ (2016 AMC 8 Problem, Question \#9)
[ [ { "aoVal": "A", "content": "$$9$$ " } ], [ { "aoVal": "B", "content": "$$12$$ " } ], [ { "aoVal": "C", "content": "$$16$$ " } ], [ { "aoVal": "D", "content": "$$49$$ " } ], [ { "aoVal": "E", "content": "$$63$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules" ]
[ "The prime factorization is $2016=2^{5} \\times 3^{2} \\times 7$. Since the problem is only asking us for the distinct prime factors, we have $2,3,7$. Their desired sum is then (B) 12 " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1201
dd555005e7e647f382b5669b30486a82
[]
1
single_choice
Which pair of numbers has a common factor greater than $$1$$?
[ [ { "aoVal": "A", "content": "$$4$$ and $$9$$ " } ], [ { "aoVal": "B", "content": "$$6$$ and $$27$$ " } ], [ { "aoVal": "C", "content": "$$27$$ and $$50$$ " } ], [ { "aoVal": "D", "content": "$$33$$ and $$100$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples" ]
[ "The greatest common factors for the choices are $$1$$, $$3$$, $$1$$, $$1$$, respectively. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1202
c6bbd5474e144e75840e6b5fbc067802
[ "其它" ]
1
single_choice
Suppose it is now the month of February. What month will it be $$90$$ calendar months from now?
[ [ { "aoVal": "A", "content": "April " } ], [ { "aoVal": "B", "content": "May " } ], [ { "aoVal": "C", "content": "June " } ], [ { "aoVal": "D", "content": "July " } ], [ { "aoVal": "E", "content": "August " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems" ]
[ "$$90\\div12=7R6$$ $$6$$ months afterFebruary will be August " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1203
f42a79433f954facbd768e84bb9639ae
[]
1
single_choice
The greatest odd factor of $$30$$ is . 
[ [ { "aoVal": "A", "content": "$$5$$ " } ], [ { "aoVal": "B", "content": "$$6$$ " } ], [ { "aoVal": "C", "content": "$$15$$ " } ], [ { "aoVal": "D", "content": "$$21$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples" ]
[ "The smallest even factor is $$2$$; $$30\\div2= 15$$, the greatest odd factor. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1206
d8e8972b627249b194dc63166de864cb
[]
2
single_choice
There are two reading rooms at Think Town\textquotesingle s Library: Tulip\textquotesingle s and Lily\textquotesingle s. There are two lamps on every table in Tulip\textquotesingle s Reading Room. As for Lily\textquotesingle s Reading Room, there are three lamps on every table. Nini knows that the total number of lamps in the two reading rooms is an odd number, and the total number of tables in the two reading rooms is also an odd number. Which reading room has an odd number of tables?
[ [ { "aoVal": "A", "content": "Tulip\\textquotesingle s Reading Room " } ], [ { "aoVal": "B", "content": "Lily\\textquotesingle s Reading Room " } ], [ { "aoVal": "C", "content": "Both rooms " } ], [ { "aoVal": "D", "content": "None of the rooms " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Odd and Even Applications" ]
[ "There are two lamps on every table in Tulip\\textquotesingle s Reading Room, so the number of lamps in it is an even number. The total number of lamps in the two rooms is odd, and thus the number of lamps in Lily\\textquotesingle s Reading Room is an odd number. Since there are three lamps on every table in Lily\\textquotesingle s Reading Room, the number of tables in it is also an odd number. However, the total number of tables in the two rooms is odd, so the number of tables in Tulip\\textquotesingle s is even. Therefore, the answer is $$\\text{B}$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1208
eb1e5575606749f2959e842379d9b8a1
[]
1
single_choice
Any number that is divisible by both $$12$$ and $$5$$ must also be divisible by.
[ [ { "aoVal": "A", "content": "$$21$$ " } ], [ { "aoVal": "B", "content": "$$15$$ " } ], [ { "aoVal": "C", "content": "$$9$$ " } ], [ { "aoVal": "D", "content": "$$8$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders" ]
[ "A number divisible by $$12$$ \\& $$5$$ is divisible by a product of their factors, such as $$3\\times5$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1211
cfe214dd15f84d8d84b170e4b93e8e86
[]
1
single_choice
Linda wrote down a natural number. When she divided the number by $$7$$, the remainder was $$5$$. What is the remainder when twice that number is divided by $$7$$? .
[ [ { "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->Remainder Problems->Characteristics of Remainder " ]
[ "The remainder of $$A$$ $$\\div7$$ is $$5$$, and $$2A=A+A$$. Therefore the remainder of $$2A\\div7$$ is $$5+5=10$$. $$10= 7+3$$, therefore the remainder is $$3$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1212
e2011f278c5842e9b7699d859706cfe1
[]
1
single_choice
Which of the following cases can\textquotesingle t make an even number?
[ [ { "aoVal": "A", "content": "An odd number + An even number " } ], [ { "aoVal": "B", "content": "An even number + An even number " } ], [ { "aoVal": "C", "content": "An odd number + An odd number " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers" ]
[ "The sum of an odd number and an even number is always an odd number. The sum of two numbers which are both even or both odd is always an even number. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1213
c6e1baf21dbb470ebeb08c54b17fbbd0
[]
0
single_choice
How many numbers listed below are positive? $$23$$, $$32$$, $$-56$$, $$-98$$, $$7$$
[ [ { "aoVal": "A", "content": "$$0$$ " } ], [ { "aoVal": "B", "content": "$$1$$ " } ], [ { "aoVal": "C", "content": "$$2$$ " } ], [ { "aoVal": "D", "content": "$$3$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers" ]
[ "$$23$$, $$32$$, and $$7$$ are positive; $$-56$$, $$-98$$ are negative. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1214
fd847e36d38f427e8d2bba466e087f7d
[]
3
single_choice
In the division expression $$28\div$$~\uline{~~~~~~~~~~}~$$=$$~\uline{~~~~~~~~~~}~$$\text{R}4$$, how many different combinations are there for the quotient and the divisor?
[ [ { "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->Remainder Problems" ]
[ "We can use the equation: divisor $$\\times$$ quotient $$=$$ dividend $$-$$ remainder, so here we can get divisor $$\\times$$ quotient $$=28-4=24$$. Therefore, the only possibilities are $$1$$ and $$24$$, $$2$$ and $$12$$, $$3$$ and $$8$$, and $$4$$ and $$6$$ for a total of four possible combinations. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1219
eb47b49f5d2940de94cb697242c5c459
[ "其它" ]
1
single_choice
Pip swam $$3$$ back and forth in the lane for a total of $$156$$ metres, 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$$metres length of the lane$$52\\div2=26$$metres " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1220
d0079149418f49818f9002bbafe25deb
[]
1
single_choice
The sum of three different positive even numbers could be.
[ [ { "aoVal": "A", "content": "$$10$$ " } ], [ { "aoVal": "B", "content": "$$13$$ " } ], [ { "aoVal": "C", "content": "$$14$$ " } ], [ { "aoVal": "D", "content": "$$19$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers" ]
[ "The sum must be even, and it could be $$2+4+8=14$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1222
fdb2555fb109470698636626803ab0d4
[]
1
single_choice
Della has a box of ping pong balls. Each time 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
1223
f922d32ce692422f89b2f4e4653c1c88
[]
1
single_choice
How many 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 has $${{2}^{2}}$$ as its factors. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1228
eb7ab4a6fb3a4367b972ae999083e1b5
[]
1
single_choice
There are some flowers along the corridor, arranged in the following order: $3$ red flowers, $2$ yellow flowers, $2$ pink flowers$\cdots$ If there are $100$ flowers altogether, how many red flowers are there altogether? .
[ [ { "aoVal": "A", "content": "$$14$$ " } ], [ { "aoVal": "B", "content": "$$16$$ " } ], [ { "aoVal": "C", "content": "$$42$$ " } ], [ { "aoVal": "D", "content": "$$44$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems" ]
[ "$$3+2+2=7$$; $100\\div7=14R2$; $$14$$$\\times$$$3$$+$$2$$=$$44$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1231
ddd6dae3f05744cfbcaabfef8ca06989
[ "其它" ]
1
single_choice
There are three whole numbers $A$, $B$ and $C$ ($B\neq1$). $A\times B=55$, $B\times C=100$. $A+B+C=$~\uline{~~~~~~~~~~}~.
[ [ { "aoVal": "A", "content": "$$30$$ " } ], [ { "aoVal": "B", "content": "$$32$$ " } ], [ { "aoVal": "C", "content": "$$34$$ " } ], [ { "aoVal": "D", "content": "$$36$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization" ]
[ "$55=5\\times 11$ $100=2\\times 2\\times 5\\times 5$ Because $B$ is the factor both number contains, $B=5$ Thus, $A=11$, $C=20$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1234
d962bfb1d185418291679a0df6aa8369
[]
1
single_choice
In how many ways can we represent the number $$2003$$ as a sum of two prime numbers? ($$2003$$ Math Kangaroo Problems, Level $$7-8$$, Question \#$$15$$)
[ [ { "aoVal": "A", "content": "$$1$$ " } ], [ { "aoVal": "B", "content": "$$2$$ " } ], [ { "aoVal": "C", "content": "$$3$$ " } ], [ { "aoVal": "D", "content": "$$4$$ " } ], [ { "aoVal": "E", "content": "Such a representation is impossible. " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers->Knowing Prime and Composite Numbers" ]
[ "If so, $2$ must be one of the prime numbers, and the other must be $2003-2=2001$, which is not prime. Thus, such a representation is impossible. " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1238
d97f7924d96e4fa5a14fa572958cb541
[]
1
single_choice
How many of the numbers $$1$$, $$2$$, $$3$$, $$4$$, $$5$$, $$6$$, $$7$$, $$8$$, and $$9$$ can be written as a sum of exactly two of the other numbers?
[ [ { "aoVal": "A", "content": "$$5$$ " } ], [ { "aoVal": "B", "content": "$$6$$ " } ], [ { "aoVal": "C", "content": "$$7$$ " } ], [ { "aoVal": "D", "content": "$$8$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders" ]
[ "I wrote $$1$$, $$2$$, $$3$$, $$4$$, $$5$$, $$6$$, $$7$$, $$8$$, and $$9$$ on my page. Adding $$1$$ to $$2$$, $$3$$, $$4$$, $$5$$, $$6$$, $$7$$, and $$8$$ results in $$3$$, $$4$$, $$5$$, $$6$$, $$7$$, $$8$$, and $$9$$. We cannot get a sum of $$1$$ or $$2$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1242
ebbf3dbaa1ce463aaed5fbbf6153ec30
[]
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
1243
f04c4a3226374614ac0de3892acb8ee9
[ "其它" ]
0
single_choice
Which of the following is an even number?
[ [ { "aoVal": "A", "content": "$$321$$ " } ], [ { "aoVal": "B", "content": "$$489$$ " } ], [ { "aoVal": "C", "content": "$$644$$ " } ], [ { "aoVal": "D", "content": "$$25$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers" ]
[ "even numbers end with 0,2,4,6,8 " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1246
e2ae0df02be740c082fe6ef47bb72c8c
[ "其它" ]
1
single_choice
A three-digit number can be written as $\overline{6\square4}$~and this three-digit number is divisble by $4$. How many different digits can we fill in this square?
[ [ { "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->Division without Remainders->Divisibility Rules" ]
[ "$0, 2, 4, 6,$ and $8$ " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1247
f05a81e6ae3844e99d911a1b30eaf3cc
[]
1
single_choice
Jason has some baseball cards from the $$1920$$s. If he divides the number of cards he has by $$3$$, the remainder is $1$; if he divides the number of cards he has by $$5$$, the remainder is $3$; if he divides the number of cards he has by $$7$$, the remainder is $5$. Suppose Jason has at least $k$ cards, the sum of digits of $k$ is~\uline{~~~~~~~~~~}~.
[ [ { "aoVal": "A", "content": "$$3$$ " } ], [ { "aoVal": "B", "content": "$$8$$ " } ], [ { "aoVal": "C", "content": "$$4$$ " } ], [ { "aoVal": "D", "content": "$$10$$ " } ], [ { "aoVal": "E", "content": "$$12$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples" ]
[ "The number of cards after adding $$2$$ is divisible by $$3$$, $$5$$, and $$7$$. Since the least common multiple of $$3$$, $$5$$, and $$7$$ is $$3\\times5\\times7=105$$, Jason has $$105-2=103$$ cards at least. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1248
e744c4f61a6a43049eba4ea02c64f693
[]
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$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1250
fe3dfc3dcc024e8fb4b995708209962b
[ "其它" ]
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)=1274$. Which of the following could be the value of $S(n+1)$? (Adapted From 2017 AMC 12A Problems, Question \#18)
[ [ { "aoVal": "A", "content": "$$1$$ " } ], [ { "aoVal": "B", "content": "$$3$$ " } ], [ { "aoVal": "C", "content": "$$12$$ " } ], [ { "aoVal": "D", "content": "$$1239$$ " } ], [ { "aoVal": "E", "content": "$$1265$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Congruence" ]
[ "Note that $n \\equiv S(n) \\bmod 9$, so $S(n+1)-S(n) \\equiv n+1-n=1 \\bmod 9$. So, since $S(n)=1274 \\equiv 5 \\bmod 9 $, we have that $S(n+1) \\equiv 6 \\bmod 9$. Then, only one of the answer choices is congruent to $6 \\bmod 9$, which is $(D)=1239$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1253
f52648adca084650b87310ea44861079
[ "其它" ]
1
single_choice
How many different ways are there to form a $3-$digit number without repeating digits, using $1, 2, 3, 4,$ and $0$?
[ [ { "aoVal": "A", "content": "$$36$$ " } ], [ { "aoVal": "B", "content": "$$48$$ " } ], [ { "aoVal": "C", "content": "$$60$$ " } ], [ { "aoVal": "D", "content": "$$125$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Multiplication Rules of Odd and Even Numbers" ]
[ "$4\\times 4\\times3=48$ " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1255
f52b288b0e794a4e976a98fe1aef0a9c
[]
1
single_choice
Arthur writes down three two-digit integers. One is square, one is prime and one is triangular. He uses the digits $$1$$, $$2$$, $$3$$, $$4$$, $$5$$ and $$6$$ exactly once each. Which largest prime does he write? .
[ [ { "aoVal": "A", "content": "$$13 $$ " } ], [ { "aoVal": "B", "content": "$$23 $$ " } ], [ { "aoVal": "C", "content": "$$31 $$ " } ], [ { "aoVal": "D", "content": "$$41 $$ " } ], [ { "aoVal": "E", "content": "$$43$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Applying Special Prime Numbers" ]
[ "First note that Arthur can write down three squares, namely $$16$$, $$25$$ and $$36$$. Also, he can write down four triangular numbers, namely $$15$$, $$21$$, $$36$$ and $$45$$. If he chooses $$16$$ and $$45$$ for the square and triangular number respectively, then the remaining digits are $$2$$ and $$3$$, the prime is $$23$$. If he chooses $$25$$ and $$36$$ then the remaining digits are $$1$$ and $$4$$, the prime is $$41$$. If he chooses $$36$$ for the square number, the remaining difits can be a prime. So the largest prime he write is $$41$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1261
f9fc56acd87f4b108ea6959e360a450f
[]
1
single_choice
Each of the following products is an even number except.
[ [ { "aoVal": "A", "content": "$$11\\times99$$ " } ], [ { "aoVal": "B", "content": "$$44\\times33$$ " } ], [ { "aoVal": "C", "content": "$$55\\times22$$ " } ], [ { "aoVal": "D", "content": "$$88\\times66$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Multiplication Rules of Odd and Even Numbers" ]
[ "The product is even $$except$$ when both numbers you multiply are odd. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1263
f0cf46c0828a4c04a06b1ca969fedc8a
[]
2
single_choice
Of the following, which has an odd quotient when divided by $$2$$?
[ [ { "aoVal": "A", "content": "$$456456456456456$$ " } ], [ { "aoVal": "B", "content": "$$678 678678678678$$ " } ], [ { "aoVal": "C", "content": "$$432432432432432$$ " } ], [ { "aoVal": "D", "content": "$$876876876 876876$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Multiplication Rules of Odd and Even Numbers" ]
[ "To check for an odd quotient, divide only the last two digits by $$2$$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1264
fa18f89642e142258f81557a6e446c50
[ "其它" ]
1
single_choice
Three different numbers are chosen from the numbers 3, 5, 6 and 8. They are then added together. Which of these statements is/are correct? \textbf{1} The total cannot be a multiple of 8. \textbf{2} The total can be a multiple of 3. \textbf{3} The total is always odd.
[ [ { "aoVal": "A", "content": "none of them " } ], [ { "aoVal": "B", "content": "statement 1 only " } ], [ { "aoVal": "C", "content": "statement 2 only " } ], [ { "aoVal": "D", "content": "statement 3 only " } ], [ { "aoVal": "E", "content": "statements 2 and 3 only " } ] ]
[ "Overseas Competition->Knowledge Point->Number Theory Modules" ]
[ "3+5+8=16,$$3+5+6=14$$,$$5+6+8=19$$,$$16$$ is a multiple of 8, (1) wrong; No multiples of 3, (2) wrong, 14,16 is even, 19 is odd. (3) Wrong " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1265
04bd800e844c4eb98318cd63bccc406b
[]
1
single_choice
What is the angle between the hour hand and the minute hand at seven o\textquotesingle clock? .
[ [ { "aoVal": "A", "content": "$50^{}\\circ $ " } ], [ { "aoVal": "B", "content": "$120^{}\\circ $ " } ], [ { "aoVal": "C", "content": "$135^{}\\circ $ " } ], [ { "aoVal": "D", "content": "$150^{}\\circ $ " } ], [ { "aoVal": "E", "content": "$165^{}\\circ $ " } ] ]
[ "Overseas Competition->Knowledge Point->Combinatorics->Time Problem->Reading the Clock" ]
[ "The smaller angle is $\\frac 5{12}$ of a full circle. A full circle has $360$ degrees, so the angle is $\\frac 5{12}\\times 360^{}\\circ =150^{}\\circ $. So, the answer is $\\rm D$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1267
0952e2f7c1e04e0a968c14d9ae2b5a1c
[ "其它" ]
1
single_choice
Five balls are arranged around a circle. Chris chooses two adjacent balls at random and interchanges them. Then Silva does the same, with her choice of adjacent balls to interchange being independent of Chris\textquotesingle s. What is the expected number of balls that occupy their original positions after these two successive transpositions?
[ [ { "aoVal": "A", "content": "$$1.6$$ " } ], [ { "aoVal": "B", "content": "$$1.8$$ " } ], [ { "aoVal": "C", "content": "$$2.0$$ " } ], [ { "aoVal": "D", "content": "$$2.2$$ " } ], [ { "aoVal": "E", "content": "$$2.4$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Statistics and Probability" ]
[ "After the first swap, we do casework on the next swap. Case 1: Silva swaps the two balls that were just swapped There is only one way for Silva to do this, and it leaves 5 balls occupying their original position. Case 2: Silva swaps one ball that has just been swapped with one that hasn\\textquotesingle t swapped There are two ways for Silva to do this, and it leaves 2 balls occupying their original positions. Case 3 : Silva swaps two balls that have not been swapped There are two ways for Silva to do this, and it leaves 1 ball occupying their original positions. Our answer is the average of all 5 possible swaps, so we get $$ \\frac{5+2 \\cdot 2+2 \\cdot 1}{5}=\\frac{11}{5}=(\\text { D) } 2.2 $$ " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1269
095c9365a11842bd8ec02693f041234d
[ "其它" ]
3
single_choice
A robot is facing south-east. It makes 58 quarter-turns clockwise, then 93 quarter-turns anti-clockwise. In which direction is the robot now facing?
[ [ { "aoVal": "A", "content": "north " } ], [ { "aoVal": "B", "content": "north-east " } ], [ { "aoVal": "C", "content": "north-west " } ], [ { "aoVal": "D", "content": "south-east " } ], [ { "aoVal": "E", "content": "south-west " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Permutations and Combinations->Combinations" ]
[ "58 quarter-turn clockwise, 93 quarter-turn anti-clockwise, is the same thing as 35 and 1/4 quarter-turn counterclockwise, 35*1/4=8 turns more than 3/4, so it is facing southwest. " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1272
00b5aa8c8c054d97ad710e37a22dda80
[]
2
single_choice
$$2006$$ students participated in a survey. The survey stated that $$1500$$ of them participated in the Math Kangaroo contest, and $$1200$$ of them participated in an English Language contest. Out of the students who participated in the survey, how many participated in both contests if it is known that $$6$$ people did not take part in either of the competitions? ($$2006$$ Math Kangaroo Problems, Level $$7-8$$, Question \#$$5$$)
[ [ { "aoVal": "A", "content": "$$300$$ " } ], [ { "aoVal": "B", "content": "$$500$$ " } ], [ { "aoVal": "C", "content": "$$600$$ " } ], [ { "aoVal": "D", "content": "$$700$$ " } ], [ { "aoVal": "E", "content": "$$1000$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Inclusion-Exclusion Principle->Inclusion-Exclusion Principle for Two Sets" ]
[ "$(1200+1500)-(2006-6)=700$ " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1276
29dfb0c1af3749b8b0d252ca20fa93d4
[ "其它" ]
2
single_choice
In how many ways can the letters in $BEEKBBPERPP$ be rearranged so that two or more $E$s do not appear together?
[ [ { "aoVal": "A", "content": "$$49200$$ " } ], [ { "aoVal": "B", "content": "$$94080$$ " } ], [ { "aoVal": "C", "content": "$$564480$$ " } ], [ { "aoVal": "D", "content": "$$1800$$ " } ], [ { "aoVal": "E", "content": "$$98400$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Permutations and Combinations" ]
[ "There are $3$ $E$s in total now with other $8$ letters remaining. But pay attention to $B$ and $P$: there are $3$ $B$s and $3$ $P$ here. There are $\\_8P\\_5 \\div \\_3P\\_3$ ways for us to arrange the $8$ letters\\textquotesingle{} positions. Then, we can put the $3$ $E$s in the $9$ intervals. So the answer is $\\_8P\\_5 \\div \\_3P\\_3 \\times \\_9C\\_3=94080$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1277
12ad6e19deca45a58a37ca39edfdd0a1
[]
2
single_choice
I have $$11$$ pieces of candy in each of three baskets. From each basket I take out one piece of candy in the following order: from the left, from the middle, from the right, from the middle, from the left, from the middle, from the right, and so on. What is the largest number of pieces of candy left in one of the baskets when the middle basket is empty? (2001 Math Kangaroo Problem, Level 3-4, Question \#23)
[ [ { "aoVal": "A", "content": "$$1$$ " } ], [ { "aoVal": "B", "content": "$$2$$ " } ], [ { "aoVal": "C", "content": "$$5$$ " } ], [ { "aoVal": "D", "content": "$$6$$ " } ], [ { "aoVal": "E", "content": "$$11$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Combinatorics->Strategies and Operations->Operational Problem" ]
[ "Start from either the left or the right and follow the steps until the basket in the middle has $$0$$ candy. And you can see that one side has $$5$$ pieces and the other side has $$6$$ pieces. So the largest number of pieces of candy is $$6$$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1278
0154af661caf493489685fdeed9cefe8
[ "其它" ]
2
single_choice
A positive integer divisor of $12 !$ is chosen at random. The probability that the divisor chosen is a perfect square can be expressed as $\frac{m}{n},$ where $m$ and $n$ are relatively prime positive integers. What is $m+n$?~ (2020 AMC 10A Problem, Question \#15)
[ [ { "aoVal": "A", "content": "$$3$$ " } ], [ { "aoVal": "B", "content": "$$5$$ " } ], [ { "aoVal": "C", "content": "$$12$$ " } ], [ { "aoVal": "D", "content": "$$18$$ " } ], [ { "aoVal": "E", "content": "$$23$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Statistics and Probability" ]
[ "The prime factorization of $12 !$ is $2^{10} \\cdot 3^{5} \\cdot 5^{2} \\cdot 7 \\cdot 11$. This yields a total of $11 \\cdot 6 \\cdot 3 \\cdot 2 \\cdot 2$ divisors of $12 !$. In order to produce a perfect square divisor, there must be an even exponent for each number in the prime factorization. Note that 7 and 11 can not be in the prime factorization of a perfect square because there is only one of each in $12 !$. Thus, there are $6 \\cdot 3 \\cdot 2$ perfect squares. (For $2$ , you can choose $0,2,4,6,8,$ or $10$, etc. The probability that the divisor chosen is a perfect square is $$ \\frac{6 \\cdot 3 \\cdot 2}{11 \\cdot 6 \\cdot 3 \\cdot 2 \\cdot 2}=\\frac{1}{22} \\Longrightarrow \\frac{m}{n}=\\frac{1}{22} \\Longrightarrow m+n=1+22=\\text { (E) } 23 $$. " ]
E
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1279
0157035f5a0e46019a3bb815da4c16e6
[]
1
single_choice
Abe has $1$ green and $1$ red jelly beans in his hand. Bob has $1$ green and $2$ yellow jelly beans in his hand. Each randomly picks a jelly bean to show to the other. What is the probability that the colours match? .
[ [ { "aoVal": "A", "content": "$\\dfrac{1}{2}$ " } ], [ { "aoVal": "B", "content": "$\\dfrac{1}{3}$ " } ], [ { "aoVal": "C", "content": "$\\dfrac{3}{4}$ " } ], [ { "aoVal": "D", "content": "$\\dfrac{1}{6}$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Statistics and Probability" ]
[ "The probability that both show a green bean is $\\dfrac{1}{2}\\cdot \\dfrac{1}{3}=\\dfrac{1}{6}$. " ]
D
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1281
053f30a1a70d45da9500bd7302b49148
[]
1
single_choice
If the sum of $$9$$ consecutive odd integers is $$1935$$, what is the sum of the next $$9$$ consecutive odd integers?
[ [ { "aoVal": "A", "content": "$$2015$$ " } ], [ { "aoVal": "B", "content": "$$2017$$ " } ], [ { "aoVal": "C", "content": "$$2097$$ " } ], [ { "aoVal": "D", "content": "$$2099$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Permutations and Combinations->Combinations" ]
[ "Each number in the second sum is $$18$$ greater than the corresponding number in the first sum. Thus the second sum is $$1935 +18 \\times9 = 2097$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1288
0205d979c62646c79a8cb2a67f24e728
[ "其它" ]
1
single_choice
A box contains $11$ cards, numbered from $1$ to $11$. One card is selected randomly from the box. What is the probability that the number on the selected card is greater than $7$? (adapted from 2017 AMC 8 Problem, Question \#10)
[ [ { "aoVal": "A", "content": "$\\frac1{11}$ " } ], [ { "aoVal": "B", "content": "$\\frac4{11}$ " } ], [ { "aoVal": "C", "content": "$\\frac7{11}$ " } ], [ { "aoVal": "D", "content": "$\\frac{10}{11}$ " } ], [ { "aoVal": "E", "content": "$\\frac2{11}$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Statistics and Probability" ]
[ "There are $4$ numbers greater than $7$. Thus, the probability is $\\frac4{11}$. " ]
B
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1291
37e3034e8021449b9dd891930cc80424
[]
1
single_choice
Three kids line up to play games. In how many different ways can they form the line?
[ [ { "aoVal": "A", "content": "$$6$$ " } ], [ { "aoVal": "B", "content": "$$7$$ " } ], [ { "aoVal": "C", "content": "$$8$$ " } ], [ { "aoVal": "D", "content": "$$9$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Permutations and Combinations->Combinations" ]
[ "$3\\times 2\\times 1=6$ There are six different ways for three kids to line up. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1292
05d66c77d9d444ad8731ca971a2bac4d
[]
1
single_choice
A city has a bicycle hire scheme where it is possible to hire a bicycle for short journeys. Last year I hired a bicycle $$60$$ times and rode for $$13$$ hours altogether. For how long on average did I hire the bicycle on each ride?
[ [ { "aoVal": "A", "content": "$$13$$ minutes " } ], [ { "aoVal": "B", "content": "$$23$$ minutes " } ], [ { "aoVal": "C", "content": "$$39$$ minutes " } ], [ { "aoVal": "D", "content": "$$47$$ minutes " } ], [ { "aoVal": "E", "content": "$$73$$ minutes " } ] ]
[ "Overseas Competition->Knowledge Point->Word Problem Modules->Average Problems ->Using Formulas" ]
[ "The rider travels for $$13$$ hours over $$60$$ rides, which is anaverage time of $$\\frac{13}{60}$$ of an hour per ride, hence $$13$$ minutes. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1293
05db83c4e29f42d18210eca4f2f014e3
[]
2
single_choice
A $$3$$-digit integer is called a \textquotesingle V-number\textquotesingle{} if the digits go \textquotesingle high-low-high\textquotesingle{} $$-$$ that is, if the tens digit is smaller than both the hundreds digit and the units (or \textquotesingle ones\textquotesingle) digit. How many $$3$$-digit \textquotesingle V-numbers\textquotesingle{} are there?
[ [ { "aoVal": "A", "content": "$$120$$ " } ], [ { "aoVal": "B", "content": "$$240$$ " } ], [ { "aoVal": "C", "content": "$$285$$ " } ], [ { "aoVal": "D", "content": "$$320$$ " } ], [ { "aoVal": "E", "content": "$$400$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Law of Addition and Multiplication->Complex Forming Numbers" ]
[ "The smallest \\textquotesingle V-number\\textquotesingle{} is $$101$$ and the largest \\textquotesingle V-mumber\\textquotesingle{} is $$989$$. Consider the tens digits. The smallest tens digit is $$0$$ and the largest tens digit is $$8$$. If the tens digit is $$0$$, the hundreds digit can be $$1$$ to $$9$$, and the units digit can be $$1$$ to $$9$$, giving $$9 \\times 9$$ possible \\textquotesingle V-numbers\\textquotesingle. If the tens digit is $$1$$, then the hundreds digit can be $$2$$ to $$9$$ and the units digit can be $$2$$ to $$9$$, giving $$8 \\times 8$$ possible \\textquotesingle V-numbers\\textquotesingle. If the tens digit is $$d$$, where $$d$$ can be any digit from $$0$$ to $$8$$, the hundreds digit can be $$(d + 1)$$ to $$9$$ and the units digit can be $$(d + 1)$$ to $$9$$, giving $$(9-d)\\times (9-d)$$ possible \\textquotesingle V-numbers\\textquotesingle. The greatest value of $$d$$ is $$8$$. In this case, the hundreds digit can only be $$9$$ and the units digit can only be $$9$$, which gives just $$1 \\times 1$$ possibilities. This gives the total number of possible \\textquotesingle V-numbers\\textquotesingle{} to be $$9\\times9+8\\times8+\\cdots +1\\times1 = 285$$, which is the sum of the squares from $$1$$ to $$9$$ inclusive. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1310
039ba083041b454d9daf238d303e28a4
[ "其它" ]
2
single_choice
On $2021$ December $31$\textsuperscript{st}, Lucas, Jeremy, and Irene visited their grandpa together. Then Lucas visited him every $4$ days, Jeremy visited him every $5$ days, and Irene visited him every $6$ days. In the first three months of $2022$, how many days could the grandpa be visited by at least one person?
[ [ { "aoVal": "A", "content": "$$42$$ " } ], [ { "aoVal": "B", "content": "$$52$$ " } ], [ { "aoVal": "C", "content": "$$45$$ " } ], [ { "aoVal": "D", "content": "$$46$$ " } ], [ { "aoVal": "E", "content": "$$56$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Inclusion-Exclusion Principle" ]
[ "In $31+28+31=90$ days, they could visit the grandpa in $[90\\div4]+[90\\div5]+[90\\div6]-[90\\div20]-[90\\div12]-[90\\div30]+[90\\div60]=42$ days. " ]
A
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1312
067ae38142314765b853e2df8c4afe7f
[]
1
single_choice
Harriet tells Topaz that she is thinking of three positive integers, not necessarily all different. She tells her that the product of her three integers is $$36$$. She also tells her the sum of her three integers. However, Topaz still cannot work out what the three integers are. What is the sum of Harriet\textquotesingle s three integers?
[ [ { "aoVal": "A", "content": "$$10$$ " } ], [ { "aoVal": "B", "content": "$$11$$ " } ], [ { "aoVal": "C", "content": "$$13$$ " } ], [ { "aoVal": "D", "content": "$$14$$ " } ], [ { "aoVal": "E", "content": "$$16$$ " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Questions Involving Enumeration->Enumeration" ]
[ "The possible groups of three integers with product $$36$$ are $$(1,1,36)$$, $$(1,2,18)$$, $$(1,3,12)$$, $$(1,4,9)$$, $$(1,6,6)$$, $$(2,2,9)$$, $$(2,3,6)$$ and $$(3,3,4)$$ with sums $$38$$, $$21$$, $$16$$, $$14$$, $$13$$, $$13$$, $$11$$ and $$10$$ respectively. The only value for the sum that occurs twice is $$13$$. Hence, since Topaz does not know what the three integers chosen are, the sum of Harriet\\textquotesingle s three integers is $$13$$. " ]
C
prime_math_competition_en_single_choice_8K_dev
2023-07-07T00:00:00
1313
03f24e2b684947ddad137237e64da9a0
[ "其它" ]
2
single_choice
Find the number of positive integers from $100$ to $300$ which is divisible by $6$, $8$ and $10$.
[ [ { "aoVal": "A", "content": "$$45$$ " } ], [ { "aoVal": "B", "content": "$$55$$ " } ], [ { "aoVal": "C", "content": "$$65$$ " } ], [ { "aoVal": "D", "content": "$$75$$ " } ], [ { "aoVal": "E", "content": "None of the above " } ] ]
[ "Overseas Competition->Knowledge Point->Counting Modules->Inclusion-Exclusion Principle" ]
[ "E " ]
E