Middle School Math Quiz: Factors And Multiples
5 questions · exam conditions
0:00
Factors And MultiplesQuestion 1 of 5

A number NN has the property that when divided by 12, the remainder is 8, and when divided by 18, the remainder is 14. What is the remainder when NN is divided by the least common multiple of 12 and 18?

88
1414
2020
3232
← Back to quizzes

Middle School Math Quiz

Middle School Math Quiz: Factors And Multiples

Practice Factors And Multiples in Middle School Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Factors And Multiples, giving you a quick way to practice the rules, question types, and explanations that matter most for Middle School Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A number NN has the property that when divided by 12, the remainder is 8, and when divided by 18, the remainder is 14. What is the remainder when NN is divided by the least common multiple of 12 and 18?

  1. 88
  2. 1414
  3. 2020
  4. 3232 (correct answer)
Explanation: We have N8(mod12)N \equiv 8 \pmod{12} and N14(mod18)N \equiv 14 \pmod{18}. Notice that N=12q+8N = 12q + 8 and N=18r+14N = 18r + 14 for some integers qq and rr. Also, N+40(mod12)N + 4 \equiv 0 \pmod{12} and N+40(mod18)N + 4 \equiv 0 \pmod{18}, so N+4N + 4 is a multiple of both 12 and 18. The LCM of 12 and 18 is lcm(12,18)=12×18gcd(12,18)=2166=36\text{lcm}(12,18) = \frac{12 \times 18}{\gcd(12,18)} = \frac{216}{6} = 36. So N+40(mod36)N + 4 \equiv 0 \pmod{36}, which means N432(mod36)N \equiv -4 \equiv 32 \pmod{36}.

Question 2

How many positive integers less than 100 are multiples of 6 but not multiples of 9?

  1. 1010
  2. 1111 (correct answer)
  3. 1212
  4. 1616
Explanation: Multiples of 6 less than 100: 6,12,18,24,30,36,42,48,54,60,66,72,78,84,90,966, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 72, 78, 84, 90, 96. That's 99/6=16\lfloor 99/6 \rfloor = 16 multiples. Among these, we need to exclude those that are also multiples of 9. A number is a multiple of both 6 and 9 if and only if it's a multiple of lcm(6,9)=18\text{lcm}(6,9) = 18. Multiples of 18 less than 100: 18,36,54,72,9018, 36, 54, 72, 90. That's 99/18=5\lfloor 99/18 \rfloor = 5 multiples. Therefore, there are 165=1116 - 5 = 11 positive integers less than 100 that are multiples of 6 but not multiples of 9.

Question 3

The product of two positive integers is 360. If their greatest common factor is 6, what is the minimum possible value of their least common multiple?

  1. 6060 (correct answer)
  2. 9090
  3. 120120
  4. 360360
Explanation: Let the two numbers be aa and bb. We know ab=360ab = 360 and gcd(a,b)=6\gcd(a,b) = 6. Since gcd(a,b)×lcm(a,b)=ab\gcd(a,b) \times \text{lcm}(a,b) = ab, we have 6×lcm(a,b)=3606 \times \text{lcm}(a,b) = 360, so lcm(a,b)=60\text{lcm}(a,b) = 60. The least common multiple is always the same value (60) regardless of which specific pair (a,b)(a,b) we choose, as long as ab=360ab = 360 and gcd(a,b)=6\gcd(a,b) = 6.

Question 4

The least common multiple of two numbers is 180, and their greatest common factor is 12. If one of the numbers is 36, what is the other number?

  1. 4545
  2. 6060 (correct answer)
  3. 7272
  4. 9090
Explanation: For any two numbers aa and bb, we have gcd(a,b)×lcm(a,b)=a×b\gcd(a,b) \times \text{lcm}(a,b) = a \times b. Given that gcd=12\gcd = 12, lcm=180\text{lcm} = 180, and one number is 36, we have: 12×180=36×b12 \times 180 = 36 \times b, so 2160=36b2160 = 36b, which gives b=60b = 60. We can verify: gcd(36,60)=12\gcd(36, 60) = 12 and lcm(36,60)=180\text{lcm}(36, 60) = 180.

Question 5

If xx and yy are positive integers such that xx divides y2y^2 and yy divides x3x^3, and gcd(x,y)=1\gcd(x,y) = 1, what can be concluded about xx and yy?

  1. Both xx and yy must be perfect squares
  2. Both xx and yy must be perfect cubes
  3. Both xx and yy must equal 1 (correct answer)
  4. xx must be a perfect cube and yy must be a perfect square
Explanation: Since gcd(x,y)=1\gcd(x,y) = 1, xx and yy share no common prime factors. If xx divides y2y^2, then every prime power in the factorization of xx must appear in y2y^2 with at least the same exponent. But since gcd(x,y)=1\gcd(x,y) = 1, xx and yy have no common prime factors, so xx can only divide y2y^2 if x=1x = 1. Similarly, since yy divides x3x^3 and gcd(x,y)=1\gcd(x,y) = 1, we must have y=1y = 1. Therefore, both x=1x = 1 and y=1y = 1.