12 multiple-choice questions, progressively harder.
Which of these numbers is prime?
Solution
Correct answer: C
Test the composites first: 143=11×13143 = 11 \times 13143=11×13, 169=13×13169 = 13 \times 13169=13×13, and 133=7×19133 = 7 \times 19133=7×19.
149: odd, digit sum 14, not ending in 0 or 5,12×12=144<149<169=13×13149: \text{ odd, digit sum } 14, \text{ not ending in } 0 \text{ or } 5, \quad 12 \times 12 = 144 < 149 < 169 = 13 \times 13149: odd, digit sum 14, not ending in 0 or 5,12×12=144<149<169=13×13
So test primes up to 121212: 7,117, 117,11 both leave a remainder. So 149149149 is prime.
Correct answer: D
Screen the composites: 247=13×19247 = 13 \times 19247=13×19, 249=3×83249 = 3 \times 83249=3×83 (digit sum 151515), and 253=11×23253 = 11 \times 23253=11×23.
251: odd, digit sum 8, not ending in 0 or 5,15×15=225<251<256=16×16251: \text{ odd, digit sum } 8, \text{ not ending in } 0 \text{ or } 5, \quad 15 \times 15 = 225 < 251 < 256 = 16 \times 16251: odd, digit sum 8, not ending in 0 or 5,15×15=225<251<256=16×16
Test primes up to 151515: 7,11,137, 11, 137,11,13 each leave a remainder. So 251251251 is prime.
To confirm that 127127127 is prime, up to which divisor must you test (the largest divisor ddd with d×d≤127d \times d \le 127d×d≤127)?
Correct answer: A
Find the largest ddd with d×d≤127d \times d \le 127d×d≤127.
11×11=121≤127,12×12=144>12711 \times 11 = 121 \le 127, \qquad 12 \times 12 = 144 > 12711×11=121≤127,12×12=144>127
So you test divisors up to 111111. Trying 2,3,5,7,112, 3, 5, 7, 112,3,5,7,11 finds no factor, so 127127127 is prime.
To test whether 211211211 is prime, you try divisors ddd as long as d×d≤211d \times d \le 211d×d≤211. What is the largest integer ddd that satisfies this?
Correct answer: B
You try divisors ddd while d×d≤211d \times d \le 211d×d≤211.
14×14=196≤211,15×15=225>21114 \times 14 = 196 \le 211, \qquad 15 \times 15 = 225 > 21114×14=196≤211,15×15=225>211
So the largest such ddd is 141414. You then check the prime candidates up to 141414 (2,3,5,7,11,132, 3, 5, 7, 11, 132,3,5,7,11,13); none divides 211211211, so 211211211 is prime.
How many primes are there between 404040 and 606060 (not counting the endpoints)?
List the primes in that range, screening out evens and multiples of 333 and 555.
41, 43, 47, 53, 5941, \; 43, \; 47, \; 53, \; 5941,43,47,53,59
That is five primes. Numbers like 49=7×749 = 7 \times 749=7×7 and 51=3×1751 = 3 \times 1751=3×17 are composite and do not count.
You are testing 391391391. After 2,3,5,7,11,132, 3, 5, 7, 11, 132,3,5,7,11,13 all fail, can you stop?
Since 19×19=361<391<400=20×2019 \times 19 = 361 < 391 < 400 = 20 \times 2019×19=361<391<400=20×20, you must test divisors up to 191919, so 171717 and 191919 still need checking.
391÷17=23, so 391=17×23391 \div 17 = 23, \text{ so } 391 = 17 \times 23391÷17=23, so 391=17×23
So 171717 divides 391391391, making it composite. Stopping after 131313 would have been too early.
A number nnn satisfies n=a×bn = a \times bn=a×b with a≤ba \le ba≤b. If n=143n = 143n=143, what is the largest possible value of the smaller factor aaa?
The smaller factor of a pair satisfies a×a≤na \times a \le na×a≤n. Find the factor pair of 143143143.
143=11×13,11×11=121≤143<169=13×13143 = 11 \times 13, \qquad 11 \times 11 = 121 \le 143 < 169 = 13 \times 13143=11×13,11×11=121≤143<169=13×13
So the factor pair closest to balanced is 11×1311 \times 1311×13, and the largest the smaller factor aaa can be is 111111.
Which number is prime: 259,261,263,265259, 261, 263, 265259,261,263,265?
Screen the composites: 265265265 ends in 555, 261=3×87261 = 3 \times 87261=3×87 (digit sum 999), and 259=7×37259 = 7 \times 37259=7×37.
263: odd, digit sum 11, not ending in 0 or 5,16×16=256<263<289=17×17263: \text{ odd, digit sum } 11, \text{ not ending in } 0 \text{ or } 5, \quad 16 \times 16 = 256 < 263 < 289 = 17 \times 17263: odd, digit sum 11, not ending in 0 or 5,16×16=256<263<289=17×17
Test primes up to 161616: 7,11,137, 11, 137,11,13 each leave a remainder. So 263263263 is prime.
You test 221221221 for primality. After 2,3,5,7,112, 3, 5, 7, 112,3,5,7,11 fail, what happens next?
Since 14×14=196<221<225=15×1514 \times 14 = 196 < 221 < 225 = 15 \times 1514×14=196<221<225=15×15, you must test divisors up to 141414, so 131313 still needs checking.
221÷13=17, so 221=13×17221 \div 13 = 17, \text{ so } 221 = 13 \times 17221÷13=17, so 221=13×17
So 131313 divides 221221221, making it composite. Stopping after 111111 would have been too early.
How many primes are there between 100100100 and 110110110 (not counting the endpoints)?
Check 101101101 through 109109109, dropping evens and multiples of 333 and 555.
101, 103, 107, 109→prime101, \; 103, \; 107, \; 109 \to \text{prime}101,103,107,109→prime
The composites removed are 105=3×35105 = 3 \times 35105=3×35 and the even numbers 102,104,106,108102, 104, 106, 108102,104,106,108. That leaves four primes.
Which sum writes the even number 606060 as a sum of two primes?
Both numbers must be prime and add to 606060.
13+47=60, and both 13 and 47 are prime13 + 47 = 60, \text{ and both } 13 \text{ and } 47 \text{ are prime}13+47=60, and both 13 and 47 are prime
So 13+4713 + 4713+47 works. In the others, 303030, 666, 545454, 454545, and 151515 are all composite.
Screen the composites: 361=19×19361 = 19 \times 19361=19×19, 339=3×113339 = 3 \times 113339=3×113 (digit sum 151515), and 391=17×23391 = 17 \times 23391=17×23.
293: odd, digit sum 14, not ending in 0 or 5,17×17=289<293<324=18×18293: \text{ odd, digit sum } 14, \text{ not ending in } 0 \text{ or } 5, \quad 17 \times 17 = 289 < 293 < 324 = 18 \times 18293: odd, digit sum 14, not ending in 0 or 5,17×17=289<293<324=18×18
Test primes up to 171717: 7,11,13,177, 11, 13, 177,11,13,17 each leave a remainder. So 293293293 is prime.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.