GMAT Quiz: Number Properties
3 questions · exam conditions
0:00
Number PropertiesQuestion 1 of 3

The positive integer NN has the property that when NN is divided by 7, the quotient is qq and the remainder is rr, where qq and rr are both positive. If q+r=10q + r = 10 and N<100N < 100, how many possible values are there for NN?

6
7
8
9
← Back to quizzes

GMAT Quiz

GMAT Quiz: Number Properties

Practice Number Properties in GMAT 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 Number Properties, giving you a quick way to practice the rules, question types, and explanations that matter most for GMAT.

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

The positive integer NN has the property that when NN is divided by 7, the quotient is qq and the remainder is rr, where qq and rr are both positive. If q+r=10q + r = 10 and N<100N < 100, how many possible values are there for NN?

  1. 6 (correct answer)
  2. 7
  3. 8
  4. 9

Explanation: By the division algorithm, N=7q+rN = 7q + r where 0r<70 \leq r < 7. Since both qq and rr are positive, we have r{1,2,3,4,5,6}r \in \{1,2,3,4,5,6\} and q1q \geq 1. Given q+r=10q + r = 10, we have q=10rq = 10 - r. Since q1q \geq 1, we need 10r110 - r \geq 1, so r9r \leq 9. Combined with 1r61 \leq r \leq 6, we get r{1,2,3,4,5,6}r \in \{1,2,3,4,5,6\}. The corresponding values of qq are {9,8,7,6,5,4}\{9,8,7,6,5,4\}. This gives us the following values of NN: For r=1,q=9r=1, q=9: N=7(9)+1=64N = 7(9) + 1 = 64. For r=2,q=8r=2, q=8: N=7(8)+2=58N = 7(8) + 2 = 58. For r=3,q=7r=3, q=7: N=7(7)+3=52N = 7(7) + 3 = 52. For r=4,q=6r=4, q=6: N=7(6)+4=46N = 7(6) + 4 = 46. For r=5,q=5r=5, q=5: N=7(5)+5=40N = 7(5) + 5 = 40. For r=6,q=4r=6, q=4: N=7(4)+6=34N = 7(4) + 6 = 34. All these values are less than 100, so there are 6 possible values for NN.

Question 2

If kk is a positive integer and the remainder when kk is divided by 6 is 4, which of the following is the remainder when k2k^2 is divided by 6?

  1. 0
  2. 2
  3. 4 (correct answer)
  4. 5

Explanation: When you encounter remainder problems involving powers, the key insight is that you can work with the remainder itself rather than the original large number. Since kk leaves remainder 4 when divided by 6, we can write k=6q+4k = 6q + 4 for some integer qq. To find the remainder when k2k^2 is divided by 6, we only need to examine what happens when we square the remainder 4. Let's calculate: k2=(6q+4)2=36q2+48q+16k^2 = (6q + 4)^2 = 36q^2 + 48q + 16 Since 36q236q^2 and 48q48q are both multiples of 6, they don't affect the remainder. We only need to find the remainder when 16 is divided by 6. 16=6×2+416 = 6 \times 2 + 4 Therefore, k2k^2 leaves remainder 4 when divided by 6. Looking at the wrong answers: Choice A (remainder 0) would mean k2k^2 is divisible by 6, but 42=164^2 = 16 clearly isn't. Choice B (remainder 2) and Choice D (remainder 5) result from calculation errors or misconceptions about how remainders behave under multiplication. You can verify this with specific examples: if k=10k = 10 (which gives remainder 4 when divided by 6), then k2=100k^2 = 100, and 100=6×16+4100 = 6 \times 16 + 4. Study tip: For remainder problems involving powers, focus on the remainder of the base number and calculate from there. This shortcut saves time and reduces errors compared to working with large numbers directly.

Question 3

If mm and nn are positive integers such that gcd(m,n)=1\gcd(m,n) = 1 and m2+n2m^2 + n^2 is divisible by mnmn, what is the smallest possible value of m+nm + n?

  1. 2 (correct answer)
  2. 3
  3. 4
  4. 6

Explanation: We need mn(m2+n2)mn | (m^2 + n^2) with gcd(m,n)=1\gcd(m,n) = 1. Since gcd(m,n)=1\gcd(m,n) = 1, we have gcd(m,mn)=m\gcd(m,mn) = m and gcd(n,mn)=n\gcd(n,mn) = n. For mnmn to divide m2+n2m^2 + n^2, we need both m(m2+n2)m | (m^2 + n^2) and n(m2+n2)n | (m^2 + n^2). Since mm2m | m^2, we need mn2m | n^2. But gcd(m,n)=1\gcd(m,n) = 1 implies gcd(m,n2)=1\gcd(m,n^2) = 1, so mn2m | n^2 is only possible if m=1m = 1. Similarly, nm2n | m^2 with gcd(m,n)=1\gcd(m,n) = 1 implies n=1n = 1. Therefore, m=n=1m = n = 1, giving m+n=2m + n = 2. Let's verify: m2+n2=1+1=2m^2 + n^2 = 1 + 1 = 2 and mn=1mn = 1. Indeed, 121 | 2, so this works. Also, gcd(1,1)=1\gcd(1,1) = 1 ✓. Therefore, the smallest possible value is 2.