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 | 1 | 04a1962c6a554ccebe43f32e28d9cf5a | [] | 1 | single_choice | If a four-digit number $$5A2A$$ can be divisible by $20$, the digit that $$A$$ represents is . | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
],
[
{
"aoVal": "E",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"We consider the last two-digit to see if a number is divisible by $4$. We consider the last one digit to see if a number is divisible by $5$. If $$\\overline{\\textasciitilde5A2A\\textasciitilde}$$ is divisible by $5$, the ones digit can only be $5$ or $0$. When the ones digit is $0$, the number that is formed by the last two digits, $20$, is divisible by $4$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 2 | 0045127337c842e1ac61fd2f853bf96d | [] | 1 | single_choice | If $$1994$$ is added to any odd number, the sum will always be. | [
[
{
"aoVal": "A",
"content": "odd "
}
],
[
{
"aoVal": "B",
"content": "even "
}
],
[
{
"aoVal": "C",
"content": "$$1995$$ "
}
],
[
{
"aoVal": "D",
"content": "$$0$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers"
] | [
"even number $$+$$ odd number $$=$$ odd number. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 4 | 0de9acf2eb584f4293873e9d82c87725 | [] | 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 | 5 | 04c4375ff4ce4868a284efaaefe1abbd | [] | 1 | single_choice | If $$a$$, $$b$$ are prime numbers, and $$3a+7b=41$$, then $$a+b=$$. | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$7$$ "
}
],
[
{
"aoVal": "C",
"content": "$$8$$ "
}
],
[
{
"aoVal": "D",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Applying Special Prime Numbers"
] | [
"Based on the laws relating to the parity in addition and multiplication, either $$a$$ or $$b$$ must be $$2$$. If $$a = 2$$, then $$b = 5$$, and $$a + b = 7$$; if $$b = 2$$, then $$a = 9$$; $$9$$ is not a prime number, which doesn\\textquotesingle t match the conditions in the question. Therefore, we choose B. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 6 | 0dedf1dbe7d94392a4960c76886ff3e3 | [] | 2 | 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? | [
[
{
"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->Place Value and Number Bases->Applying the Principle of Place Value"
] | [
"$$\\rm Method$$ $$1$$: Let the hundreds, tens, and units digits of the original three-digit number be $$a$$, $$b$$, and $$c$$, respectively. We are given that $$a=c+2$$. The original three-digit number is equal to $$100a+10b+c=100(c+2)+10b+c=101c+10b+200$$. The hundreds, tens, and units digits of the reversed three-digit number are $$c$$, $$b$$, and $$a$$, respectively. This number is equal to $$100c+10b+a=100c+10b+(c+2)=101c+10b+2$$. Subtracting this expression from the expression for the original number, we get $$(101c+10b+200)-(101c+10b+2)=198$$ . Thus, the units digit in the final result is $$8$$. $$\\rm Method$$ $$2$$: The result must hold for any three-digit number with its 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 $$8$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 11 | 01265cb97ac64dd19c314c19b1322752 | [
"其它"
] | 1 | single_choice | Cindy prepares burgers with two slices of beef each. A box of beef has $20$ slices. How many burgers can she prepare with all the three and a half box of beef? (Adapted from 2013 Math Kangaroo Problem, Level 3-4, Question \#7) | [
[
{
"aoVal": "A",
"content": "$$10$$ "
}
],
[
{
"aoVal": "B",
"content": "$$35$$ "
}
],
[
{
"aoVal": "C",
"content": "$$45$$ "
}
],
[
{
"aoVal": "D",
"content": "$$25$$ "
}
],
[
{
"aoVal": "E",
"content": "$$30$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders"
] | [
"There are $3\\times20+20\\div2=70$ slices of beef. $70\\div2=35$ "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 13 | 1bf262c37cc54a2b8702ead261a2da56 | [
"其它"
] | 4 | single_choice | $$\overline{**45}$$, $$\overline{19*8}$$, $$\overline{23*1}$$, and $$\overline{3*49}$$ are four $4-$digit numbers with some unknown digits. Which number is possible to be a perfect square? | [
[
{
"aoVal": "A",
"content": "$$\\overline{**45}$$ "
}
],
[
{
"aoVal": "B",
"content": "$$\\overline{19*8}$$ "
}
],
[
{
"aoVal": "C",
"content": "$$\\overline{23*1}$$ "
}
],
[
{
"aoVal": "D",
"content": "$$\\overline{3*49}$$ "
}
],
[
{
"aoVal": "E",
"content": "None "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers"
] | [
"According to the ones digit of perfect squares, we can eliminate choice $B$. A perfect square ending with $5$ must be a multiple of $25$, so we can eliminate choice $A$. $${{48}^{2}}=2304$$ and $${{49}^{2}}=2401$$ so we can eliminate choice $C$. ${57}^{2}=3249$. We choose option $D$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 15 | 253da63353f842cd9b5d8f3390e37d84 | [
"其它"
] | 1 | single_choice | Today is $$1^{st}$$ January $$2023$$, which is a Sunday. Teacher Angel has $$5$$ candies in her bag. Every time she completed her Tuesday and Thursday class, she will award herself with $$2$$ candies. On which date would she have $$15$$ candies in her bag? | [
[
{
"aoVal": "A",
"content": "$$15^{th}$$ January $$2023$$ "
}
],
[
{
"aoVal": "B",
"content": "$$16^{th}$$ January $$2023$$ "
}
],
[
{
"aoVal": "C",
"content": "$$17^{th}$$ January $$2023$$ "
}
],
[
{
"aoVal": "D",
"content": "$$18^{th}$$ January $$2023$$ "
}
],
[
{
"aoVal": "E",
"content": "$$19^{th}$$ January $$2023$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems"
] | [
"$$16$$ days later. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 16 | 054aa055e43247c1a2ffbcdab7af7a9b | [] | 1 | single_choice | $$N$$ is a two$$-$$digit number. When $$N$$ is divided by $$5$$, the remainder is $$1$$. When $$N$$ is divided by $$11$$, the remainder is $$1$$. The smallest possible value of $N$ is~\uline{~~~~~~~~~~}~.(Adapted from $$2016$$ AMC $$8$$ Problem, Question \#$$5$$) | [
[
{
"aoVal": "A",
"content": "$$51$$ "
}
],
[
{
"aoVal": "B",
"content": "$$54$$ "
}
],
[
{
"aoVal": "C",
"content": "$$56$$ "
}
],
[
{
"aoVal": "D",
"content": "$$61$$ "
}
],
[
{
"aoVal": "E",
"content": "$$67$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder "
] | [
"Among $1, 56, 111$, \\ldots~the smallest possible $$N$$ that satisfies the two conditions is $$56$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 17 | 09a0a0796fe14457bacd973acc1b0bf7 | [] | 1 | single_choice | Let $$N$$ be the greatest five$$-$$digit number whose digits have a product of $$120$$. What is the sum of the digits of $$N$$? | [
[
{
"aoVal": "A",
"content": "$$15$$ "
}
],
[
{
"aoVal": "B",
"content": "$$16$$ "
}
],
[
{
"aoVal": "C",
"content": "$$17$$ "
}
],
[
{
"aoVal": "D",
"content": "$$18$$ "
}
],
[
{
"aoVal": "E",
"content": "$$20$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization"
] | [
"To make the largest possible five$$-$$digit $$N$$, you should make the number in the biggest digit as large as possible. $$120=8\\times5\\times3\\times1\\times1$$. So, the sum of digits is $$8+5+3+1+1=18$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 19 | 0193777141ad4161ac1c7dcba19522ba | [] | 2 | single_choice | The first $2018$ integers ($1$, $2$, $3$, $\cdots$, $2017$, $2018$) are written on the blackboard. What is the minimum number of integers that should be erased from the blackboard, so that the last digit of the product of the remaining integers is $2$? | [
[
{
"aoVal": "A",
"content": "$$402$$ "
}
],
[
{
"aoVal": "B",
"content": "$$403$$ "
}
],
[
{
"aoVal": "C",
"content": "$$404$$ "
}
],
[
{
"aoVal": "D",
"content": "$$410$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders->Maximum/Minimum Problems of Division without Remainders "
] | [
"First, we need to remove all the integers which are multiples of $5$, otherwise the last digit of the products is $0$ or $5$. Hence, $403$ integers need to be removed. Next, note that the last digit of each of the products below is $6$. $1\\times2\\times3\\times4\\times6\\times7\\times8\\times9$, $11\\times12\\times13\\times14\\times16\\times17\\times18\\times19$, $\\cdots\\cdots$ $2001\\times2002\\times2003\\times2004\\times2006\\times2007\\times2008\\times2009$, and the last digit of the product $2011\\times2012\\times2013\\times2014\\times2016\\times2017\\times2018$ is $4$. Hence, we need to remove one more \"$2$\"and the last digit of the product will be $2$. So the answer is $404$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 20 | 019a554ba9fe406293cd56509cbb7314 | [] | 1 | single_choice | Summer has some nuts and wants to divide them equally to $5$ kids. Everyone can get $7$ nuts at most. How many nuts does Summer have at most? | [
[
{
"aoVal": "A",
"content": "$$34$$ "
}
],
[
{
"aoVal": "B",
"content": "$$35$$ "
}
],
[
{
"aoVal": "C",
"content": "$$30$$ "
}
],
[
{
"aoVal": "D",
"content": "$$39$$ "
}
],
[
{
"aoVal": "E",
"content": "$$40$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems"
] | [
"There are $5-1=4$ nuts left after dividing at most. Thus, Summer has $5\\times7+4=39$ nuts at most. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 21 | 056027dc7b2449daa05c4f0c33fe196b | [] | 1 | single_choice | The ones digit of $$9\times 8\times 7\times 6\times 5\times 4\times 3\times 3\times 4\times 5\times 6\times 7\times 8\times 9$$ is. | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$6$$ "
}
],
[
{
"aoVal": "D",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers"
] | [
"Since $$5\\times 4 = 20$$, the ones digit of the given product must be $$0$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 22 | 01c24bdb9ec74dcdaca0376d99e5aa0f | [
"其它"
] | 2 | single_choice | Eleven members of the Middle School Math Club each paid the same integer amount for a guest speaker to talk about problem solving at their math club meeting. In all, they paid their guest speaker $$\overline{1A2}$$. What is the missing digit $A$ of this $3$-digit number? (2014 AMC 8 Problem, Question \#8) | [
[
{
"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"
] | [
"$1+2-A=0$, $A=3$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 26 | 021e67b73f4d456f845dd93532bbd70c | [] | 1 | single_choice | How many 0s are there at the end of the product $$2\times3\times5\times7\times8\times12\times25$$. . | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"3 set of 2$\\times$5. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 32 | 027ffca1c108473597da507f092f7153 | [] | 1 | single_choice | What is the sum of the ten-thousands\textquotesingle{} digit and the millions\textquotesingle{} digit of $$1234567890$$? | [
[
{
"aoVal": "A",
"content": "$$7$$ "
}
],
[
{
"aoVal": "B",
"content": "$$9$$ "
}
],
[
{
"aoVal": "C",
"content": "$$10$$ "
}
],
[
{
"aoVal": "D",
"content": "$$11$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers"
] | [
"The ten-thousands\\textquotesingle digit plus the millions\\textquotesingle~digit of $$1234567890$$ is $$6 + 4 = 10$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 34 | 02c2ec7e62d54b1b8f30d30b3235dbc7 | [] | 1 | single_choice | Which of the following numbers is the odd one out? | [
[
{
"aoVal": "A",
"content": "$$1138$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1226$$ "
}
],
[
{
"aoVal": "C",
"content": "$$1324$$ "
}
],
[
{
"aoVal": "D",
"content": "$$1416$$ "
}
],
[
{
"aoVal": "E",
"content": "$$1854$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Understanding Odd and Even Numbers"
] | [
"$$1138 →1\\times1\\times3\\times8=24$$ $$1226 →1\\times2\\times2\\times6=24$$ $$1324 →1\\times3\\times2\\times4=24$$ $$1416~→1\\times4\\times1\\times6=24$$ $$1854 →1\\times8\\times5\\times4=160$$ $$1854$$ is the odd one out as the product of its digits is not $$24$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 35 | 05ebb63ac0e249d19550df1d39a728dd | [] | 1 | single_choice | The greatest odd factor of the product $$1\times 2\times 3\times 4\times 5\times 6$$ is. | [
[
{
"aoVal": "A",
"content": "$$5$$ "
}
],
[
{
"aoVal": "B",
"content": "$$15$$ "
}
],
[
{
"aoVal": "C",
"content": "$$45$$ "
}
],
[
{
"aoVal": "D",
"content": "$$75$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"$$1\\times 2\\times 3\\times 4\\times 5\\times (2\\times 3)=2\\times 4\\times 2\\times (1\\times 3\\times 5\\times 3)=16\\times 45$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 41 | 0308e2f8eadf487f8c2ee2f2ce93432e | [] | 1 | single_choice | The product of any two multiples of $$3$$ must be a multiple of. | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$9$$ "
}
],
[
{
"aoVal": "C",
"content": "$$12$$ "
}
],
[
{
"aoVal": "D",
"content": "$$15$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"Since $$3\\times3 =9$$, the product of two multiples of 3 is divisible by $$9$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 43 | a68956ecb7014b82a0bd9d6237b07573 | [
"其它"
] | 1 | single_choice | There are three whole numbers $A$, $B$ and $C$. $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 | 45 | 0a123c9b35cc40739eb08b8f2afbf1a3 | [
"其它"
] | 1 | single_choice | Determine whether the following calculations give odd or even numbers. (a) $$14327+21462-3583$$ (b) $$9377\times1525$$ | [
[
{
"aoVal": "A",
"content": "Both Odd "
}
],
[
{
"aoVal": "B",
"content": "Both Even "
}
],
[
{
"aoVal": "C",
"content": "Odd, Even "
}
],
[
{
"aoVal": "D",
"content": "Even, Odd "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"Nil "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 46 | 0e691b5588d84ed8a47685be173e7fe9 | [] | 1 | single_choice | When $$106$$ is divided by $$3$$, the remainder is. | [
[
{
"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->Questions involving Divisions with Remainders"
] | [
"$$ 3\\times35 = 105$$; so $$106 \\div 3 =35$$ with remainder $$106-105=1$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 47 | 06485722cb9946688b794c4b4f786f5f | [] | 1 | single_choice | Find the value for lcm $$\left[ 4,6,8\right]$$. | [
[
{
"aoVal": "A",
"content": "$$8$$ "
}
],
[
{
"aoVal": "B",
"content": "$$12$$ "
}
],
[
{
"aoVal": "C",
"content": "$$24$$ "
}
],
[
{
"aoVal": "D",
"content": "$$48$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"List the prime factorization for $$4$$, $$6$$ and $$8$$ first. $$4=2^{2}$$, $$6=2\\times3$$, $$8=2^{3}$$. The largest exponent for $$2$$ is $$3$$,~~and the largest exponent for $$3$$ is $$1$$, thus the least common multiple for $$4$$, $$6$$, and $$8$$ is $$2^{3}\\times3=24$$. We choose $$\\rm C$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 48 | 064c1eac3ed94925aeefd9463cbd3066 | [
"其它"
] | 1 | single_choice | John, Mike, Emily and Nick want to buy some apples from Walmart where the apples are sold in pack of six. How many packs should they buy to get the same amount of apples for each one of them? | [
[
{
"aoVal": "A",
"content": "$$3$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$6$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"For each one of them to get the same amount of apples, the total amount should be a multiple of $4$, because there are $4$ of them. The apples are sold in pack of six. $3$ packs contain $18$ apples; $5$ packs contain $30$; $6$ packs contain $36$; $7$ packs contain $42$. Among the number of $18, 30, 36, 42$, only $36$ can be divided by $4$. $36$ is a multiple of $4$. Therefore, they should buy $6$ packs. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 55 | 04296e43b5e840838bcdc834c8067395 | [
"其它"
] | 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 2000? | [
[
{
"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. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 57 | 2a06479fe20c4ec5a31ed7eff311324e | [] | 1 | single_choice | $$1$$ thousand $$+9$$ hundreds $$+ 8$$ tens $$+ 18$$ ones $$=$$. | [
[
{
"aoVal": "A",
"content": "$$1918$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1988$$ "
}
],
[
{
"aoVal": "C",
"content": "$$1998$$ "
}
],
[
{
"aoVal": "D",
"content": "$$19818$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Numbers"
] | [
"$$1000+900+80+18=1980+18=1998$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 59 | bdc7996644914cc68a2007e9d478b32c | [] | 1 | single_choice | The product of all $$4$$ sides of a square is $$1296$$. The sum of all $$4$$ sides of the square is. | [
[
{
"aoVal": "A",
"content": "$$24$$ "
}
],
[
{
"aoVal": "B",
"content": "$$36$$ "
}
],
[
{
"aoVal": "C",
"content": "$$48$$ "
}
],
[
{
"aoVal": "D",
"content": "$$72$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"Let $x$ represent the length of each side of the square, then: $x^{4} = 1296 \\implies x^{2} = \\sqrt{1296} = 36$. Hence $x = \\sqrt{36} = 6$ and $4x = 4\\times 6 = 24$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 63 | 0ea14919f55645f4ae31985ff1ce9152 | [
"其它"
] | 1 | single_choice | Change a digit of the number $45879$ to make the new five-digit number be divisible by $125$. What is the new five-digit number? | [
[
{
"aoVal": "A",
"content": "$$45870$$ "
}
],
[
{
"aoVal": "B",
"content": "$$45875$$ "
}
],
[
{
"aoVal": "C",
"content": "$$45579$$ "
}
],
[
{
"aoVal": "D",
"content": "$45875$ and $45870$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"The last three digits must be divisible by $125$, so it can only be $875$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 64 | a68d5611d46b4bf2b2b773399b7b9b6d | [
"其它"
] | 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 | 65 | 2a0f125d659e457f9321d33a493ca3ee | [] | 2 | single_choice | Divide 5 numbers $$2$$、$$3$$、$$12$$、$$15$$ and $$30$$ into two groups to make the product of numbers in each group the same, so the two groups are . | [
[
{
"aoVal": "A",
"content": "($$2$$, $$3$$, $$15$$),($$12$$, $$30$$) "
}
],
[
{
"aoVal": "B",
"content": "($$2$$, $$12$$, $$15$$),($$3$$, $$30$$) "
}
],
[
{
"aoVal": "C",
"content": "($$2$$, $$3$$, $$30$$),($$12$$, $$15$$) "
}
],
[
{
"aoVal": "D",
"content": "($$12$$, $$3$$, $$15$$),($$2$$, $$30$$) "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization->Finding Factors Given the Product"
] | [
"omitted "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 70 | de43b71338d54cb684cccb4dd906e7c4 | [
"其它"
] | 1 | single_choice | How many prime numbers are there between $120$ and $140$? | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$5$$ "
}
],
[
{
"aoVal": "C",
"content": "$$6$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"$127$, $131$, $137$, $139$ "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 74 | 17b04685165d4e34b981c26ceb43e524 | [] | 1 | single_choice | Which of the following is not a prime number? | [
[
{
"aoVal": "A",
"content": "$$41$$ "
}
],
[
{
"aoVal": "B",
"content": "$$51$$ "
}
],
[
{
"aoVal": "C",
"content": "$$61$$ "
}
],
[
{
"aoVal": "D",
"content": "$$71$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"Since $$51=3\\times17$$, $$51$$ is not a prime number. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 75 | 586d6459b8004261a4757e69984ba6ce | [] | 2 | single_choice | Mom was cooking at home with the lights on when suddenly the power went out. Dad came home and pressed the switch four times, and then Mason came home and pressed the switch three times. When the power came back on, were the lights off or on? | [
[
{
"aoVal": "A",
"content": "On "
}
],
[
{
"aoVal": "B",
"content": "Off "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"NA "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 77 | 2ebccd26c02d457faf28406b3fbe1d77 | [] | 1 | single_choice | Mike has $$17$$ apples and $$19$$ pears. He puts every $5$ fruits in each box. At least how many more fruits does he need to get $8$ boxes of fruits? (Adapted from 2001 Math Kangaroo Problem, Level 3-4, Question \#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->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"$(17+19)\\div5=7R1$ $5-1=4$ "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 78 | 0ec6ba1606fe4b7d954b6b86d03331a8 | [] | 1 | single_choice | A square has an area of $144\text{cm}^{2}$, what is the length of each side of the square? | [
[
{
"aoVal": "A",
"content": "$10\\text{cm}$ "
}
],
[
{
"aoVal": "B",
"content": "$11\\text{cm}$ "
}
],
[
{
"aoVal": "C",
"content": "$12\\text{cm}$ "
}
],
[
{
"aoVal": "D",
"content": "$13\\text{cm}$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"The length of each side of the square is $\\sqrt{144} = 12\\text{cm}$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 79 | 0aaf151854bf47dd87dfa3a539e6041e | [
"其它"
] | 1 | single_choice | Vicky bought $26$ apples to divide to her $5$ cousins. If Vicky wants to give them all of the apples and also wants to make every cousin gets the same amount, at least how many more apples should Vicky buy? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$3$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
],
[
{
"aoVal": "E",
"content": "$$4$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"$6\\times5-26=4$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 80 | 5d12e090ee00486a97d0ddc2e26c9e96 | [] | 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 | 87 | 07852ad0a5dd49099d246ecf18cc6b26 | [] | 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$ but leaves a remainder of $1$ when divided by $2$ but leaves a remainder of $1$. $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 | 90 | 17c0e9afb1244d28bf3f1ed85a5b0c45 | [] | 1 | single_choice | The sum of three $2-$digit consecutive numbers is the maximum 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 | 92 | 0ee4855c935442f1aea60daa349335e0 | [] | 1 | single_choice | A student thinks of a natural number. She divides the number by $$9$$ and the remainder is $$7$$. What is the remainder when double that number is divided by $$9$$? | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder "
] | [
"The remainder of $$A$$ $$\\div9$$ is $$7$$, and $$2A=A+A$$. Therefore the remainder of $$2A\\div9$$ is $$7+7=14$$. $$14= 9+5$$, therefore the remainder is $$5$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 93 | d05b525d24e941939a340f9e31890c38 | [] | 2 | single_choice | Salah has collected more than $$20$$ football cards. When he puts his cards in piles of four, he has three cards left over. When he puts the cards in piles of five, he has four cards left over. Which of the following could be the number of cards he has in total? | [
[
{
"aoVal": "A",
"content": "$$27$$ "
}
],
[
{
"aoVal": "B",
"content": "$$31$$ "
}
],
[
{
"aoVal": "C",
"content": "$$35$$ "
}
],
[
{
"aoVal": "D",
"content": "$$39$$ "
}
],
[
{
"aoVal": "E",
"content": "$$43$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Chinese Remainder Theorem"
] | [
"The number of Salah\\textquotesingle s cards is $$3$$ more than a multiple of $$4$$, and $$4$$ more than a multiple of $$5$$. Of the two-digit options given, the only one that satisfies both criteria is $$39(=9\\times4+3 =7\\times5+4)$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 94 | 3ca92f90d377400880b73a0eecf799a2 | [
"其它"
] | 1 | single_choice | Timothy writes down the number 24. He reverses the digits to make the number 42. He then works out that 42 is 18 more than his starting number, 24. Nicole writes down a whole number between 10 and 99. She also reverses the digits of her number. She finds that this makes a number that is 72 more than her starting number. What was the last digit of Nicole's starting number? | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$7$$ "
}
],
[
{
"aoVal": "E",
"content": "$$9$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"Let the original number be ab, and reverse it to be ba, calculated by the place value principle, ba-ab=72 10 + a - b (10) a + b = a = 9 b - 9, 72-8 a = b, b = 9, a = 1, the original number is 19, last digit is 9. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 98 | 5d18daebf05f4e23afa130a4a322ba48 | [] | 1 | single_choice | How many whole numbers greater than $$0$$ whose square is equal to its square root? | [
[
{
"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$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 101 | 0b14c43cadd644cb841fb5c1f23e9393 | [
"其它"
] | 1 | single_choice | How many numbers of the following are divisible by $3$? $$\textasciitilde$$ $314\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} 528\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~899\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~1024\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~1356\textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash{} \textbackslash~ ~ ~3336$ $\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 $528$, $1356$, and $3336$ are multiples of $3$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 104 | 337959cea9bd45108e317f92daedc0a2 | [] | 1 | single_choice | Of the following, which has the largest odd factor? | [
[
{
"aoVal": "A",
"content": "$$30$$ "
}
],
[
{
"aoVal": "B",
"content": "$$32$$ "
}
],
[
{
"aoVal": "C",
"content": "$$36$$ "
}
],
[
{
"aoVal": "D",
"content": "$$40$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"Keep dividing each by $$2$$ until you get an odd number. $$\\text{A}$$.$$2\\times15$$. $$\\text{B}$$.$$2\\times2\\times 2 \\times 2\\times2\\times1$$. $$\\text{C}$$.$$2\\times2\\times9$$. $$\\text{D}$$.$$2\\times2 \\times 2\\times5$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 108 | 7459d240ed5c454ba0033702e69b1703 | [] | 1 | single_choice | Is it possible to find two numbers such that if you add up the sum and the difference of these two numbers, you get $$999$$? If yes, please write it out. If not, please give your reason. | [
[
{
"aoVal": "A",
"content": "Possible "
}
],
[
{
"aoVal": "B",
"content": "Not possible "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"For example you have number A and B. A+B = C A-B = D (A+B)+(A-B)=2A Thus, C+D must always be even number. Cannot be odd number. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 110 | 138a883444a54268ba9e51acff7046d9 | [] | 2 | single_choice | Weili wanted to pack $60$ apples and $75$ pears into as many bags as possible, with no remainder. She packed the same number of fruit in each bag. The number of apples in each bag was the same. How many apples were there in each bag? | [
[
{
"aoVal": "A",
"content": "$$15$$ "
}
],
[
{
"aoVal": "B",
"content": "$$12$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"Factors of $60$: $1$, $2$, $3$, $4$, $5$, $6$, $10$, $12$, $15$, $20$, $30$ and $60$, Factors of $75$: $1$, $3$, $5$, $15$, $25$ and $75$, Since Weili wanted to pack the apples and pears into as many bags as possible, we need to choose the largest common factor of both $60$ and $75$. Largest common factor $\\rightarrow 15$, Hence, Weili should use $15$ bags. Number of apples in each bag$\\rightarrow60\\div15$ $=4$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 113 | 087ffa4c581a41dfafb354280510df95 | [] | 1 | single_choice | Which of the following integers is not a multiple of $$45$$? | [
[
{
"aoVal": "A",
"content": "$$765$$ "
}
],
[
{
"aoVal": "B",
"content": "$$675$$ "
}
],
[
{
"aoVal": "C",
"content": "$$585$$ "
}
],
[
{
"aoVal": "D",
"content": "$$495$$ "
}
],
[
{
"aoVal": "E",
"content": "$$305$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"Note that $$45=5\\times 9$$. As $$5$$ and $$9$$ are coprime, a positive integer is a multiple of $$45$$ if and only if it is a multiple of both $$5$$ and $$9$$. The units digit of all five options is $$5$$, so they are all multiples of $$5$$. An integer is a multiple of $$9$$ if and only if the sum of its digits is also a multiple of $$9$$. The sums of the digits of the five options is $$18$$, $$18$$, $$18$$, $$18$$ and $$8$$. So $$305$$ is the only one of the options which is not a multiple of $$9$$ and hence is not a multiple of $$45$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 119 | 25b69ee34dc04a4e8b32b76b80e172d9 | [] | 1 | single_choice | A whole number is a perfect square if it can be expressed as the product of two equal whole numbers. What is the sum of the first $10$ perfect squares? | [
[
{
"aoVal": "A",
"content": "$$384$$ "
}
],
[
{
"aoVal": "B",
"content": "$$385$$ "
}
],
[
{
"aoVal": "C",
"content": "$$386$$ "
}
],
[
{
"aoVal": "D",
"content": "$$387$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"We can list out the perfect squares: $1\\times 1 = 1$ $2\\times 2 = 4$ $3\\times 3 = 9$ $4\\times 4 = 16$ $5\\times 5 = 25$ $6\\times 6 = 36$ $7\\times 7 = 49$ $8\\times 8 = 64$ $9\\times 9 = 81$ $10\\times 10 = 100$ Hence the sum of the first $10$ perfect squares is $385$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 121 | 3cc548da950c43e985868b667d5c2443 | [] | 1 | single_choice | How many zeros does the number $$12^{2}\times15^{3}$$ end with? | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$12$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
],
[
{
"aoVal": "E",
"content": "$$1$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization->The Number of Zeros at the end of a Product"
] | [
"omitted "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 124 | 1ca46b2d33e44987ab375415ac314f91 | [] | 1 | single_choice | Arthur writes down three two-digit integers. One is square, one is prime and one is triangular. She 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 | 126 | 090610b0093b4db287ce21c92fde9cc8 | [
"其它"
] | 1 | single_choice | How many three-digit positive integers have an odd number of even digits? | [
[
{
"aoVal": "A",
"content": "$$150$$ "
}
],
[
{
"aoVal": "B",
"content": "$$250$$ "
}
],
[
{
"aoVal": "C",
"content": "$$350$$ "
}
],
[
{
"aoVal": "D",
"content": "$$450$$ "
}
],
[
{
"aoVal": "E",
"content": "$$550$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"There are only 2 ways for an odd number of even digits: 1 even digit or all even digits. Case 1: 1 even digit There are $5 \\cdot 5=25$ ways to choose the odd digits, 5 ways for the even digit, and 3 ways to order the even digit. So, $25 \\cdot 5 \\cdot 3=375$. However, there are $5 \\cdot 5=25$ ways that the hundred\\textquotesingle s digit is 0 and we must subtract this from 375 , leaving us with 350 ways. Case 2: all even digits There are $5 \\cdot 5 \\cdot 5=125$ ways to choose the even digits, and $5 \\cdot 5=25$ ways where the hundred\\textquotesingle s digit is 0 . So, $125-25=100$. Adding up the cases, the answer is $100+350=$ (D) 450 . "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 129 | 667aa1112c2047eabd57b6781fb4daac | [] | 1 | single_choice | How many different primes are in the prime factorization of $$2016$$? | [
[
{
"aoVal": "A",
"content": "$$3$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$7$$ "
}
],
[
{
"aoVal": "D",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Prime Factorization (Equations)"
] | [
"$$2016=2\\times2\\times2\\times2\\times2\\times3\\times3\\times7$$; there are $$3$$ different primes. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 131 | b92bf610c3a549dc90ab250dd473afc7 | [] | 1 | single_choice | A whole number is a perfect square if it can be expressed as the product of two equal whole numbers. For example, $$9$$ is a perfect square since $$9= 3\times 3$$. 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"
] | [
"A whole number is a perfect square if it is the product of two equal whole numbers. Thus, $$1\\times1$$ and $$2\\times 2$$ and $$3\\times 3$$ and $$4\\times 4$$ are perfect squares. Continue until the product is bigger than $$1000: 30\\times 30 = 900$$; $$31\\times 31 = 961$$; $$32\\times 32 = 1024$$ (too big). "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 135 | 0f9e6ad41b1840a59c8ca6c7df0e0c73 | [
"其它"
] | 1 | single_choice | There are three whole numbers $A$, $B$ and $C$. $A\times B=45$, $B\times C=50$. $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"
] | [
"$45=3\\times 3\\times 5$ $50=2\\times 5\\times 5$ Because $B$ is the factor both number contains, $B=5$ Thus, $A=9$, $C=10$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 136 | 13d63cd420984e0ea737a8722ca5ce26 | [] | 1 | single_choice | Eddie has some baseball cards from the $$1920$$s. If he divides the number of cards he has by $$4$$, then he will have $$3$$ remaining cards; if he divides the number of cards he has by $$5$$, he will have $$4$$ remaining cards; if he divides the number of cards he has by $$7$$, he will have $$6$$ remaining cards. How many cards does Eddie have at least? | [
[
{
"aoVal": "A",
"content": "$$139$$ "
}
],
[
{
"aoVal": "B",
"content": "$$140$$ "
}
],
[
{
"aoVal": "C",
"content": "$$141$$ "
}
],
[
{
"aoVal": "D",
"content": "$$142$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"The number of cards after adding $$1$$ is divisible by $$4$$, $$5$$, and $$7$$. Since the least common multiple of $$4$$, $$5$$, and $$7$$ is $$4\\times5\\times7=140$$, Eddie has $$140-1=139$$ cards at least. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 138 | 0bf3ece2c2544d78b8a4e6a1ffe926d6 | [] | 1 | single_choice | The product of three $2-$digit consecutive even numbers is $$\overline{\textbackslash\#\textbackslash\#\textbackslash\#2}$$. What is their sum? | [
[
{
"aoVal": "A",
"content": "$$42$$ "
}
],
[
{
"aoVal": "B",
"content": "$$64$$ "
}
],
[
{
"aoVal": "C",
"content": "$$50$$ "
}
],
[
{
"aoVal": "D",
"content": "$$48$$ "
}
],
[
{
"aoVal": "E",
"content": "$$52$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"Considering the ones digit and the value of the product, which is less than $10000$, only $14, 16,$ and $18$ match the condition. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 139 | 4ab20c5c7b66449fbf43b3e4a534f3f3 | [] | 1 | single_choice | The square root of $$16$$ is . | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$16$$ "
}
],
[
{
"aoVal": "D",
"content": "$$64$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"The square root of $$16$$ is $$4$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 140 | 183ebdb3da5842518bcd4158a1db450b | [] | 1 | single_choice | Find the smallest prime number that is greater than $$90$$. | [
[
{
"aoVal": "A",
"content": "$$91$$ "
}
],
[
{
"aoVal": "B",
"content": "$$96$$ "
}
],
[
{
"aoVal": "C",
"content": "$$97$$ "
}
],
[
{
"aoVal": "D",
"content": "$$99$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"We only have one prime number between $$90$$ and $$100$$, which is $$97$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 142 | 667e06a7e6d846bfb88f90807a8b2943 | [
"其它"
] | 0 | single_choice | Find the smallest whole number between $$14$$ and $$40$$ that is divisible by $$3$$ and by $$4$$. | [
[
{
"aoVal": "A",
"content": "$$12$$ "
}
],
[
{
"aoVal": "B",
"content": "$$16$$ "
}
],
[
{
"aoVal": "C",
"content": "$$18$$ "
}
],
[
{
"aoVal": "D",
"content": "$$24$$ "
}
],
[
{
"aoVal": "E",
"content": "$$36$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Common Factors and Common Multiples"
] | [
"Multiple of $$3$$ and $$4$$ also a multiple of $$12$$. $$12, 24, 36, 48, \\cdots $$ Smallest multiple between $$14$$ and $$40$$ is $$24$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 143 | 0fc733896f0941399ebe2fa12a71c962 | [] | 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 | 148 | 21517993e5724e75ba514ce4dcc7de76 | [] | 1 | single_choice | I add up all even numbers between $$1$$ and $$101$$. Then from my total I subtract all odd numbers between $$0$$ and $$100$$. What is the result? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$50$$ "
}
],
[
{
"aoVal": "C",
"content": "$$100$$ "
}
],
[
{
"aoVal": "D",
"content": "$$255$$ "
}
],
[
{
"aoVal": "E",
"content": "$$2525$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Understanding Odd and Even Numbers"
] | [
"Let the required result be $$S$$. Then $$S= \\left( {2+4+6+\\cdots +100} \\right)- \\left( {1+3+5+\\cdots +99} \\right)~ $$ $$\\textasciitilde\\textasciitilde= \\left( {2-1} \\right) + \\left( {4-3} \\right) + \\left( {6-5} \\right) +\\cdots +\\left( {100-99} \\right) $$ $$\\textasciitilde\\textasciitilde=50\\times 1=50$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 158 | 3857c604b5604d849b6e93d1c6c5435c | [] | 1 | single_choice | The product of two whole numbers is $$42$$. Their sum \emph{cannot} be. | [
[
{
"aoVal": "A",
"content": "$$43$$ "
}
],
[
{
"aoVal": "B",
"content": "$$33$$ "
}
],
[
{
"aoVal": "C",
"content": "$$23$$ "
}
],
[
{
"aoVal": "D",
"content": "$$13$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"All but $$33$$ can be represented as required, as shown below. A. $$43=1+42$$ B. $$33$$ C. $$23=2+21$$ D. $$13=6+7$$ "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 160 | 0c9e113654bd4737bd294dd0622a3153 | [] | 1 | single_choice | The sum of two prime numbers is $$99$$. What is the difference between the two prime numbers? | [
[
{
"aoVal": "A",
"content": "$$89$$ "
}
],
[
{
"aoVal": "B",
"content": "$$92$$ "
}
],
[
{
"aoVal": "C",
"content": "$$95$$ "
}
],
[
{
"aoVal": "D",
"content": "$$97$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Applying Special Prime Numbers"
] | [
"Because $$99$$ is an odd number, one of these two prime numbers must be an even prime number. The only choice is $$2$$. So the other is $$99-2 = 97$$. So, the difference between the two numbers is $$95$$. Therefore, we choose $$\\rm C$$ . "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 163 | 144c1f84e77140e2865ea66f640ac983 | [] | 1 | single_choice | Andy writes down the largest two-digit prime such that each of its digits is prime. Baker writes down the smallest three-digit prime such that each of its digits is prime. Carl adds Andy\textquotesingle s number and Baker\textquotesingle s number. What answer does Carl obtain? . | [
[
{
"aoVal": "A",
"content": "$$174 $$ "
}
],
[
{
"aoVal": "B",
"content": "$$185 $$ "
}
],
[
{
"aoVal": "C",
"content": "$$198 $$ "
}
],
[
{
"aoVal": "D",
"content": "$$209 $$ "
}
],
[
{
"aoVal": "E",
"content": "$$296$$ "
}
]
] | [
"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 Andy writes down $$73$$. The smallest three-digit integer whose digits are both prime is $$222$$. However, $$222$$ is not prime, but $$223$$ is prime. So Baker writes down $$223$$. Therefore the answer which Carl obtains is $$73 +223 = 296$$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 167 | 5d4d5d4c6c2149488a788ddca4e97898 | [] | 2 | single_choice | Which of the following numbers cannot be written as the sum of $$4$$ consecutive whole numbers? | [
[
{
"aoVal": "A",
"content": "$$1994$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2042$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2050$$ "
}
],
[
{
"aoVal": "D",
"content": "$$2060$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Characteristics of Remainder "
] | [
"$$497+498+499+500 =1994$$; $$509+510+511+512 = 2042$$; $$511+512+513+514=2050$$. (Divide by $$4$$, and \"start\"~near the quotient.) "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 168 | 2620325e3a3a4ebaabd12ebd40934a7d | [] | 1 | single_choice | A multi-digit number$$\underbrace{20092009\cdot \cdot \cdot 2009}\_{n 2009s}736$$, can be divisible by ~$$11$$ . The smallest value of $$n$$ is. | [
[
{
"aoVal": "A",
"content": "$$2$$ "
}
],
[
{
"aoVal": "B",
"content": "$$3$$ "
}
],
[
{
"aoVal": "C",
"content": "$$4$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"$$3$$ "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 170 | 33d5ead5902b4215a92cf5234639525e | [] | 1 | single_choice | There are some flowers along the corridor arranged in the following order: $5$ purple, $3$ red, $2$ yellow, $2$ pink, $3$ red, $2$ yellow, $2$ pink $\cdots$ If there are $100$ flowers altogether, how many red flowers are there altogether? | [
[
{
"aoVal": "A",
"content": "$$13$$ "
}
],
[
{
"aoVal": "B",
"content": "$$16$$ "
}
],
[
{
"aoVal": "C",
"content": "$$39$$ "
}
],
[
{
"aoVal": "D",
"content": "$$42$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems"
] | [
"$$3+2+2=7$$; $100-5=95$ $95\\div7=13R4$; $$13$$$\\times$$$3$$+$$3$$=$$42$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 171 | 3d05fd44b1194a60a6e2671fdeb773a9 | [] | 1 | single_choice | In the $${{9}^{\text{th}}}$$ Century BC, an Indian mathematician named Al Khwarizmi wrote a book about math calculations. Since his calculations were always written on a clay tablet, he was afraid the calculation process might be lost. So, he created a system to determine whether his calculations were correct. Example: $$1234+18983+18922=39039$$, $$1234$$ divided by $$9$$ yields a remainder of $$1$$, $$18983$$ divided by $$9$$ yields a remainder of $$2$$, $$18922$$ divided by $$9$$ yields a remainder of $$4$$, When the remainders are added up and divided by $$9$$, the remainder is $$7$$. Dividing the number on the right-hand side of the equals sign by $$9$$ yields a remainder of $$6$$. Therefore, $$7$$ does not equal $$6$$, making the above equation incorrect. Use the method above to determine whether the following equations are correct or not:. ①$$2638457+3521983+6745785=12907225$$, ②$$7832145-2167953=5664192$$. | [
[
{
"aoVal": "A",
"content": "√√ "
}
],
[
{
"aoVal": "B",
"content": "√$$\\times $$ "
}
],
[
{
"aoVal": "C",
"content": "$$\\times $$√ "
}
],
[
{
"aoVal": "D",
"content": "$$\\times $$$$\\times $$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Casting Out Nines"
] | [
"$$(1)$$ Dividing the numbers on the left-hand side of the equals sign by $$9$$ yields remainders of $$8$$, $$4$$, and $$6$$. The sum of the remainders divided by $$9$$ is $$0$$. Dividing the right-hand side of the equals sign by $$9$$ yields a remainder of $$1$$. Therefore, $$0$$ does not equal $$1$$, making the equation incorrect. $$(2) $$The remainders on both sides of the equation are $$6$$. We can check by performing the calculation normally. It is correct. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 178 | 10a3bd5a9e7e4c8aaab439a559fab821 | [] | 1 | single_choice | If a four-digit number $$5A2A$$ can be divisible by both $$4 $$ and $$5$$, the digit that $$A$$ represents is~\uline{~~~~~~~~~~}~. | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
],
[
{
"aoVal": "E",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"We consider the last two-digit to see if a number is divisible by $4$. We consider the last one digit to see if a number is divisible by $5$. If $$\\overline{\\textasciitilde5A2A\\textasciitilde}$$ is divisible by $5$, the ones digit can only be $5$ or $0$. When the ones digit is $0$, the number that is formed by the last two digits, $20$, is divisible by $4$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 181 | 387e7b6d73084f81949cc6655cc1ee3f | [] | 1 | single_choice | If my school has four times as many girls as boys, then the number of girls minus the number of boys \emph{could} be. | [
[
{
"aoVal": "A",
"content": "$$2013$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2011$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2009$$ "
}
],
[
{
"aoVal": "D",
"content": "$$2008$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders"
] | [
"For every $$4$$ girls and $$1$$ boy, the difference is $$3$$. The difference is always divisible by $$3$$. Of the choices, only $$2013$$ is divisible by $$3$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 184 | 0d671eddbe1b4961bdcf1b01bff92fc7 | [
"其它"
] | 0 | single_choice | The values of length and width of a rectangle are both prime numbers. If the area of that rectangle is $10$, what is its perimeter? | [
[
{
"aoVal": "A",
"content": "$$5$$ "
}
],
[
{
"aoVal": "B",
"content": "$$7$$ "
}
],
[
{
"aoVal": "C",
"content": "$$10$$ "
}
],
[
{
"aoVal": "D",
"content": "$$14$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"$10=2\\times 5$, the length is $5$ and the width is $2$. $(2+5)\\times 2=14$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 190 | 21c7d15fe7e34284babaaeef8b3929d7 | [] | 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$$ "
}
]
] | [
"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 | 192 | 10f119e529184ad9a006b6911dff2f40 | [] | 1 | single_choice | John's age is a multiple of $$7$$ this year. His age next year will be a multiple of $$6$$. What is John's age this year? | [
[
{
"aoVal": "A",
"content": "$$14$$ "
}
],
[
{
"aoVal": "B",
"content": "$$28$$ "
}
],
[
{
"aoVal": "C",
"content": "$$35$$ "
}
],
[
{
"aoVal": "D",
"content": "$$42$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"$\\textasciitilde$ $\\textasciitilde$ $\\textasciitilde$ $\\textasciitilde$ "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 193 | 21d3fdfdb74c4154bced08d42a146944 | [] | 1 | single_choice | What is the least possible remainder when an even number is divided by $$7$$? | [
[
{
"aoVal": "A",
"content": "$$0$$ "
}
],
[
{
"aoVal": "B",
"content": "$$1$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Questions involving Divisions with Remainders"
] | [
"When $$14$$ (or any other even multiple of $$7$$) is divided by $$7$$, the remainder is $$0$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 195 | 8add4bcaf8434eef8f27b437bfbb419b | [
"其它"
] | 0 | single_choice | Which of the following is a multiple of $8$? | [
[
{
"aoVal": "A",
"content": "$$18$$ "
}
],
[
{
"aoVal": "B",
"content": "$$24$$ "
}
],
[
{
"aoVal": "C",
"content": "$$28$$ "
}
],
[
{
"aoVal": "D",
"content": "$$30$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples"
] | [
"$3\\times 8=24$, so $24$ is a multiple of $8$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 199 | 58cc498322ab4f44bd828644082cdd32 | [
"其它"
] | 1 | single_choice | There are three whole number $A$, $B$, $C$. $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 | 205 | 21f6d64af90745d5b924f25e5f2b2323 | [] | 1 | single_choice | If a whole number is divisible by $$111$$, then it must be divisible by . | [
[
{
"aoVal": "A",
"content": "$$5$$ "
}
],
[
{
"aoVal": "B",
"content": "$$7$$ "
}
],
[
{
"aoVal": "C",
"content": "$$11$$ "
}
],
[
{
"aoVal": "D",
"content": "$$37$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"Of the following choices, only $$37$$ is a factor of $$111$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 209 | 267e5f616b95459fb521f47f4b9b7441 | [
"其它"
] | 0 | single_choice | Which of the following is an odd number? | [
[
{
"aoVal": "A",
"content": "$$490$$ "
}
],
[
{
"aoVal": "B",
"content": "$$558$$ "
}
],
[
{
"aoVal": "C",
"content": "$$36$$ "
}
],
[
{
"aoVal": "D",
"content": "$$627$$ "
}
],
[
{
"aoVal": "E",
"content": "$$452$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers"
] | [
"Odd numbers end with 1, 3, 5, 7, 9 "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 210 | 194addcb44c741538f37be4c5790c5ae | [] | 1 | single_choice | Find the biggest prime number that is smaller than $$50$$. | [
[
{
"aoVal": "A",
"content": "$$43$$ "
}
],
[
{
"aoVal": "B",
"content": "$$45$$ "
}
],
[
{
"aoVal": "C",
"content": "$$47$$ "
}
],
[
{
"aoVal": "D",
"content": "$$49$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"We have $$3$$ prime numbers between $$40$$ and $$50$$: $$41$$, $$43$$, $$47$$, so we choose $$\\text{C}$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 212 | 4fa106796f3a4082bf6f6c88051c845a | [] | 1 | single_choice | Divide an odd number by $$4$$. The remainder is always. | [
[
{
"aoVal": "A",
"content": "odd "
}
],
[
{
"aoVal": "B",
"content": "even "
}
],
[
{
"aoVal": "C",
"content": "$$1$$ "
}
],
[
{
"aoVal": "D",
"content": "prime "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Multiplication Rules of Odd and Even Numbers"
] | [
"Eliminate choices. Try several examples. A good example is $$7\\div4$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 213 | 220b0cbde5e148179aaa68928887f5db | [] | 1 | single_choice | $$\left(\sqrt{64}+\sqrt{64}\right)^{2}=$$. | [
[
{
"aoVal": "A",
"content": "$$16$$ "
}
],
[
{
"aoVal": "B",
"content": "$$64$$ "
}
],
[
{
"aoVal": "C",
"content": "$$128$$ "
}
],
[
{
"aoVal": "D",
"content": "$$256$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Perfect Square Numbers->Basic Applications of Square Numbers"
] | [
"$$\\left(\\sqrt{64}+\\sqrt{64}\\right)^{2}=\\left(8+8\\right)^{2}=\\left(16\\right)^{2}=256$$. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 218 | 6b618b1c1aaa4a3084ab66b4afd5636e | [] | 0 | single_choice | The product of two whole numbers is $$5$$. What is the sum of these two numbers? | [
[
{
"aoVal": "A",
"content": "$$10$$ "
}
],
[
{
"aoVal": "B",
"content": "$$6$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"If the product of two whole numbers is $$5$$, then one of the numbers is $$5$$ and the other is $$1$$. Their sum is $$6$$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 223 | fa496985a7524ce996e4046f4afc2a43 | [] | 1 | single_choice | The thousands digit of the sum of 5+55+555+5555+55555 is . | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$3$$ "
}
],
[
{
"aoVal": "D",
"content": "$$4$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases"
] | [
"$$61725$$ "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 227 | 58e74ab28cc94d75a8f7852e8b04e547 | [] | 1 | single_choice | The sum of an odd number and an even number is always. | [
[
{
"aoVal": "A",
"content": "an odd number "
}
],
[
{
"aoVal": "B",
"content": "an even number "
}
],
[
{
"aoVal": "C",
"content": "a prime number "
}
],
[
{
"aoVal": "D",
"content": "a multiple of $3$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Addition and Subtraction Rules of Odd and Even Numbers"
] | [
"The sum is always odd. For example, $15 + 10 = 25$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 228 | 8f95d36253214a9b8f2169bcdce07332 | [
"其它"
] | 1 | single_choice | Which of the following is correct? $72=2^{x}\times3^{y}$ $539=z^{2}\times11$ | [
[
{
"aoVal": "A",
"content": "$x\\textgreater y\\textgreater z$ "
}
],
[
{
"aoVal": "B",
"content": "$y\\textgreater z\\textgreater x$ "
}
],
[
{
"aoVal": "C",
"content": "$x\\textgreater y=z$ "
}
],
[
{
"aoVal": "D",
"content": "$z\\textgreater y\\textgreater x$ "
}
],
[
{
"aoVal": "E",
"content": "$z\\textgreater x\\textgreater y$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization"
] | [
"$x=3$, $y=2$, $z=7.$ "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 231 | 795276ddcc114c868bc42ff31f54ed82 | [] | 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": "$$8$$ "
}
],
[
{
"aoVal": "E",
"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 | 235 | 11ed2fcc137541a988097e78d4d2683c | [] | 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 $2022$? | [
[
{
"aoVal": "A",
"content": "$$2007$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2009$$ "
}
],
[
{
"aoVal": "C",
"content": "$$2012$$ "
}
],
[
{
"aoVal": "D",
"content": "$$2015$$ "
}
],
[
{
"aoVal": "E",
"content": "$$2019$$ "
}
]
] | [
"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$ but leaves a remainder of $1$ when divided by $2$. $2022$ can be divisible by both $2$ and $3$, so it is $2022-3=2019$. "
] | E |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 236 | 38d6124f1426473ea2707454e46a10f8 | [] | 1 | single_choice | ($$1999$$ Math League, Grade $$5$$, Question \#$$16$$) The average of two odd numbers is always . | [
[
{
"aoVal": "A",
"content": "odd$$ $$ "
}
],
[
{
"aoVal": "B",
"content": "even$$ $$ "
}
],
[
{
"aoVal": "C",
"content": "prime$$ $$ "
}
],
[
{
"aoVal": "D",
"content": "whole$$ $$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Odd and Even Numbers->Odd and Even Applications"
] | [
"Avg of $$1$$ \\& $$5$$ is $$3$$. Avg of $$1$$ and $$7$$ is $$4$$. Both are whole numbers. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 238 | 19baf57d2fba4f7f9f756ada2f1ff893 | [] | 1 | single_choice | What is the missing number in the box?~\uline{~~~~~~~~~~}~ $$\square \div7=83 \rm R 4$$ | [
[
{
"aoVal": "A",
"content": "$$332$$ "
}
],
[
{
"aoVal": "B",
"content": "$$339$$ "
}
],
[
{
"aoVal": "C",
"content": "$$581$$ "
}
],
[
{
"aoVal": "D",
"content": "$$585$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Remainder Problems->Questions involving Divisions with Remainders->Relationship between Dividend, Divisor, Quotient and Remainder in Division"
] | [
"$$83\\times7=581$$ $$581+4=585$$ "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 239 | 623529589bc7469cbad311a6f05602a2 | [] | 1 | single_choice | If the last $$2$$ digits of an integer are $$84$$, the integer must be divisible by. | [
[
{
"aoVal": "A",
"content": "$$4$$ "
}
],
[
{
"aoVal": "B",
"content": "$$8$$ "
}
],
[
{
"aoVal": "C",
"content": "$$9$$ "
}
],
[
{
"aoVal": "D",
"content": "$$16$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Applying the Properties of Dividing without Remainders"
] | [
"The sum of any multiple of $$100$$ and $$84$$ is divisible by $$4$$. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 244 | 8afc802a8c304199b1040f11ffa2e92a | [] | 2 | single_choice | A $14$-digit. number $666666 XY 444444$ is a multiple of $26$. If $X$ and $Y$ are both positive, what is the smallest vaue of $X+ Y$? | [
[
{
"aoVal": "A",
"content": "$$3$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$9$$ "
}
],
[
{
"aoVal": "D",
"content": "$$14$$ "
}
],
[
{
"aoVal": "E",
"content": "None of the above "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Division without Remainders->Divisibility Rules"
] | [
"Since $1001$ is a multiple of $13$, $111111 = 111 \\times 1001$ is also a multiple of $13$. It follows that both $666666$ and $444444$ are both multiples of $26$. $666666XY 444444 = 66666600000000 + XY 000000 + 444444$ $\\Rightarrow XY$ must be divisible by $13$. Smallest $X+Y=1+3=4$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 246 | 15daeda4d7d8493a86ce791dfd0e0c44 | [] | 1 | single_choice | Which of the following numbers are prime numbers? $$\textasciitilde$$ $103$~ ~ ~ ~ ~ ~ ~ ~ ~$115$~ ~ ~ ~ ~ ~ ~ ~ ~$127$~ ~ ~ ~ ~ ~ ~ ~ ~$139$ $$\textasciitilde$$ | [
[
{
"aoVal": "A",
"content": "Only $103$ "
}
],
[
{
"aoVal": "B",
"content": "$103$ and $$127$$ "
}
],
[
{
"aoVal": "C",
"content": "$103$ and $139$ "
}
],
[
{
"aoVal": "D",
"content": "$103$, $127$, and $139$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers"
] | [
"$115=5\\times23$ "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 247 | 15e37bdbe0a54ceab08892246501262b | [] | 1 | single_choice | Which of the following is a prime number? | [
[
{
"aoVal": "A",
"content": "$$39$$ "
}
],
[
{
"aoVal": "B",
"content": "$$50$$ "
}
],
[
{
"aoVal": "C",
"content": "$$79$$ "
}
],
[
{
"aoVal": "D",
"content": "$$87$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"We note that the other options are not prime numbers because: $39 = 3 \\times 13$ $50 = 5 \\times 10$ $87 = 3 \\times 29$ Hence by the process of elimination, $79$ is a prime number. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 249 | 38efb4a2a3124347b63231d17ce29f19 | [] | 1 | single_choice | It is known that the positive whole number $$n$$ is divisible by $$21$$ and by $$9$$. Which of the answers below can be the number of divisors of the number $$n$$? ($$2002$$ Math kangaroo Problems, Level $$7-8$$, Question \#$$21$$) | [
[
{
"aoVal": "A",
"content": "$$3$$ "
}
],
[
{
"aoVal": "B",
"content": "$$4$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$6$$ "
}
],
[
{
"aoVal": "E",
"content": "$$7$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Theorem of the Number of Factors of a Number->Applying Theorem of the Number of Factors of a Number Directly->The Total Number of Factors"
] | [
"$n$ is divisible by $63$. $63=3^{2}\\times7$. $63$ has $(2+1)\\times(1+1)=6$ divisors. Thus, $n$ has at least $6$ divisors, and $n$ can\\textquotesingle t have an odd number of divisors. Option $D$ is the only possible answer. "
] | D |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 250 | 26e86ced57414fa49c00adba305c3144 | [] | 1 | single_choice | A prime number is a number greater than $$1$$ whose only whole number factors are itself and $$1$$. What is the smallest prime number greater than $$50$$? | [
[
{
"aoVal": "A",
"content": "$$51$$ "
}
],
[
{
"aoVal": "B",
"content": "$$52$$ "
}
],
[
{
"aoVal": "C",
"content": "$$53$$ "
}
],
[
{
"aoVal": "D",
"content": "$$59$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Factors and Multiples->Basic Concepts of Factors and Multiples"
] | [
"A prime number is a number greater than $$1$$ whose only whole number factors are itself and $$1$$. Of the numbers greater than $$50$$, $$51 = 3\\times17$$ and $$52 = 2\\times26$$. The first prime is $$53$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 253 | 79611e40be044d19a46f7909ef3fbd11 | [
"其它"
] | 2 | single_choice | The $7$-digit numbers $\underline{74 A 52 B 1}$ and $\underline{326 A B 4 C}$ are each multiples of $3$ . Which of the following could be the value of $C$ ? (2014 amc 8 Problem, Question \#21) | [
[
{
"aoVal": "A",
"content": "$$1$$ "
}
],
[
{
"aoVal": "B",
"content": "$$2$$ "
}
],
[
{
"aoVal": "C",
"content": "$$3$$ "
}
],
[
{
"aoVal": "D",
"content": "$$5$$ "
}
],
[
{
"aoVal": "E",
"content": "$$8$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules"
] | [
"Since both numbers are divisible by $3$ , the sum of their digits has to be divisible by three. $7+4+5+2+1=19$. To be a multiple of $3$ , $A+B$ has to be either $2$ or $5$ or $8 \\ldots$ and so on. We add up the numerical digits in the second number; $3+2+6+4=15$. We then add two of the selected values, $5$ to $15$ , to get $20$ . We then see that $C=1,4$ or $7,10 \\ldots$ and so on, otherwise the number will not be divisible by three. We then add 8 to 15 , to get 23 , which shows us that $C=1$ or $4$ or $7 \\cdots$ and so on. To be a multiple of three, we select a few of the common numbers we got from both these equations, which could be $1,4$, and $7$ . However, in the answer choices, there is no $7$ or $4$ or anything greater than $7$ , but there is a $1$ , so $(\\mathbf{A}) 1$ is our answer. "
] | A |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 254 | 12578a83726446f9a1cfa9ba08da18d8 | [] | 1 | single_choice | Find the greatest prime number that is smaller than $$50$$. | [
[
{
"aoVal": "A",
"content": "$$43$$ "
}
],
[
{
"aoVal": "B",
"content": "$$45$$ "
}
],
[
{
"aoVal": "C",
"content": "$$47$$ "
}
],
[
{
"aoVal": "D",
"content": "$$49$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime and Composite Numbers->Determining Prime and Composite Numbers"
] | [
"We have $$3$$ prime numbers between $$40$$ and $$50$$: $$41$$, $$43$$, $$47$$, so we choose $$\\text{C}$$. "
] | C |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 255 | 22802dfbd38446859fc56e4357436d8e | [] | 1 | single_choice | Which of the following is the correct expression of quinary (base $5$ numeral system)? | [
[
{
"aoVal": "A",
"content": "$\\left (8231\\right )\\_5$ "
}
],
[
{
"aoVal": "B",
"content": "$\\left (2001\\right )\\_5$ "
}
],
[
{
"aoVal": "C",
"content": "$\\left (4341\\right )\\_7$ "
}
],
[
{
"aoVal": "D",
"content": "$\\left (2345\\right )\\_5$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Place Value and Number Bases->Properties and Applications of Number Bases"
] | [
"In quinary, the base number must be $5$, and all the digits in the brackets must be less than $5$. "
] | B |
prime_math_competition_en_single_choice_8K_dev | 2023-07-07T00:00:00 | 256 | 5da2e8c215384261b1d6df4e4cd99b4d | [] | 1 | single_choice | How many zeros does the number $$14^{3}\times15^{4}$$ end with? | [
[
{
"aoVal": "A",
"content": "$$6$$ "
}
],
[
{
"aoVal": "B",
"content": "$$12$$ "
}
],
[
{
"aoVal": "C",
"content": "$$5$$ "
}
],
[
{
"aoVal": "D",
"content": "$$3$$ "
}
],
[
{
"aoVal": "E",
"content": "$$1$$ "
}
]
] | [
"Overseas Competition->Knowledge Point->Number Theory Modules->Prime Factorization->Applying Prime Factorization->The Number of Zeros at the end of a Product"
] | [
"omitted "
] | D |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.