Back to Blog

    Hard GRE Integer Questions Practice Questions

    July 8, 202611 min read57 views
    Hard GRE Integer Questions Practice Questions

    Concept Explanation

    GRE integer questions focus on the properties of whole numbers, including divisibility, prime factorization, remainders, and parity. An integer is any number from the set {...,−3,−2,−1,0,1,2,3,...}\{..., -3, -2, -1, 0, 1, 2, 3, ...\}, meaning it has no fractional or decimal component. At a hard difficulty level, the GRE Prep curriculum requires you to combine multiple properties simultaneously, such as identifying the number of trailing zeros in a large factorial or determining the units digit of an exponential expression. Understanding the Fundamental Theorem of Arithmetic is essential, as it states that every integer greater than 1 is either a prime number or can be represented as a unique product of prime numbers. This concept often serves as the backbone for solving complex problems involving least common multiples (LCM) and greatest common divisors (GCD).

    Key topics encountered in Hard GRE Integer Questions include:

    • Divisibility Rules: Advanced applications of rules for 3, 4, 7, 8, 9, and 11.
    • Remainders: Using the remainder theorem and cyclical patterns (cyclicity) to find the remainder of large powers.
    • Factorials: Analyzing the prime factors within n!n!, particularly the number of factors of 5 to find trailing zeros.
    • Consecutive Integers: Leveraging the property that the product of nn consecutive integers is always divisible by n!n!.

    Solved Examples

    Reviewing these step-by-step solutions will help you navigate the logic required for high-difficulty integer problems.

    1. Example 1: Units Digit
      What is the units digit of 735+3217^{35} + 3^{21}?
      1. Find the cycle of units digits for 7: 71=7,72=9,73=3,74=17^1=7, 7^2=9, 7^3=3, 7^4=1. The cycle is 4 terms long: {7,9,3,1}\{7, 9, 3, 1\}.
      2. Divide the exponent 35 by the cycle length 4: 35÷4=835 \div 4 = 8 remainder 3. The 3rd term in the cycle is 3.
      3. Find the cycle for 3: 31=3,32=9,33=7,34=13^1=3, 3^2=9, 3^3=7, 3^4=1. The cycle is 4 terms long: {3,9,7,1}\{3, 9, 7, 1\}.
      4. Divide the exponent 21 by 4: 21÷4=521 \div 4 = 5 remainder 1. The 1st term in the cycle is 3.
      5. Add the units digits: 3+3=63 + 3 = 6. The units digit is 6.
    2. Example 2: Trailing Zeros
      How many zeros are at the end of 100!100!?
      1. Trailing zeros are created by pairs of prime factors 2 and 5. In any factorial, factors of 5 are rarer than factors of 2.
      2. Count multiples of 5 up to 100: ⌊100/5floor=20\lfloor 100/5 floor = 20.
      3. Count multiples of 525^2 (25) up to 100: ⌊100/25floor=4\lfloor 100/25 floor = 4.
      4. Sum these counts: 20+4=2420 + 4 = 24. There are 24 trailing zeros.
    3. Example 3: Divisibility and Variables
      If nn is an integer and n3−nn^3 - n is divided by 6, what is the remainder?
      1. Factor the expression: n3−n=n(n2−1)=n(n−1)(n+1)n^3 - n = n(n^2 - 1) = n(n-1)(n+1).
      2. Recognize that (n−1),n,(n+1)(n-1), n, (n+1) are three consecutive integers.
      3. Among any three consecutive integers, at least one must be a multiple of 2 and exactly one must be a multiple of 3.
      4. Since the product is divisible by both 2 and 3, it must be divisible by 6.
      5. The remainder when a multiple of 6 is divided by 6 is 0.

    Practice Questions

    Test your skills with these Hard GRE Integer Questions. Ensure you pay close attention to constraints like "positive integer" or "even/odd."

    1. If xx and yy are positive integers such that x2−y2=17x^2 - y^2 = 17, what is the value of x2+y2x^2 + y^2?
    2. What is the remainder when 31003^{100} is divided by 10?
    3. If kk is the smallest positive integer such that 1260k1260k is a perfect cube, what is the value of kk?

    Train smarter for the GRE.

    Use Bevinzey's adaptive GRE preparation tools to improve retention, accuracy, and performance.

    Practice GRE Questions
    1. The sum of 5 consecutive even integers is 120. What is the greatest of these integers?
    2. If pp is a prime number greater than 3, what is the remainder when p2p^2 is divided by 12?
    3. How many positive integers less than 100 have exactly three factors?
    4. If mm and nn are integers and 2m×5n=0.0001252^m \times 5^n = 0.000125, what is the value of m+nm + n?
    5. What is the greatest power of 3 that divides 54!54!?
    6. If nn is a positive integer, which of the following must be even? n2+n+1n^2 + n + 1, n(n+1)n(n+1), n2−n+5n^2 - n + 5, or 2n+12n + 1?
    7. A certain integer AA has exactly 8 factors. If two of its factors are 21 and 35, what is the value of AA?

    Answers & Explanations

    1. Answer: 145. Factor the difference of squares: (x−y)(x+y)=17(x-y)(x+y) = 17. Since 17 is prime, the factors must be 1 and 17. Thus, x−y=1x-y=1 and x+y=17x+y=17. Solving the system gives 2x=18→x=92x=18 \rightarrow x=9 and y=8y=8. 92+82=81+64=1459^2 + 8^2 = 81 + 64 = 145.
    2. Answer: 1. Dividing a number by 10 yields its units digit as the remainder. The units digit of 3n3^n follows the cycle {3,9,7,1}\{3, 9, 7, 1\}. Since 100÷4100 \div 4 has a remainder of 0, we take the 4th term in the cycle, which is 1.
    3. Answer: 7350. Prime factorize 1260: 22×32×51×712^2 \times 3^2 \times 5^1 \times 7^1. For a perfect cube, every exponent in the prime factorization must be a multiple of 3. We need 212^1, 313^1, 525^2, and 727^2 to reach 23,33,53,732^3, 3^3, 5^3, 7^3. So, k=2×3×25×49=7350k = 2 \times 3 \times 25 \times 49 = 7350.
    4. Answer: 28. Let the integers be x−4,x−2,x,x+2,x+4x-4, x-2, x, x+2, x+4. Their sum is 5x=1205x = 120, so x=24x = 24. The greatest is 24+4=2824 + 4 = 28.
    5. Answer: 1. Any prime p>3p > 3 can be written as 6k±16k \pm 1. Squaring this gives (6k±1)2=36k2±12k+1(6k \pm 1)^2 = 36k^2 \pm 12k + 1. Both 36k236k^2 and 12k12k are divisible by 12, leaving a remainder of 1.
    6. Answer: 4. An integer has exactly three factors if and only if it is the square of a prime number. Prime squares less than 100 are 22=4,32=9,52=25,72=492^2=4, 3^2=9, 5^2=25, 7^2=49. (Note: 112=12111^2=121 is too large).
    7. Answer: -9. Write 0.000125 as a fraction: 1251,000,000=18,000\frac{125}{1,000,000} = \frac{1}{8,000}. 8,000=8×1000=23×(23×53)=26×538,000 = 8 \times 1000 = 2^3 \times (2^3 \times 5^3) = 2^6 \times 5^3. Thus, 2m×5n=2−6×5−32^m \times 5^n = 2^{-6} \times 5^{-3}. m=−6,n=−3m = -6, n = -3. m+n=−9m+n = -9.
    8. Answer: 26. Using Legendre's Formula, count multiples of 3, 9, 27, etc.: ⌊54/3floor+⌊54/9floor+⌊54/27floor=18+6+2=26\lfloor 54/3 floor + \lfloor 54/9 floor + \lfloor 54/27 floor = 18 + 6 + 2 = 26.
    9. Answer: n(n+1)n(n+1). The product of two consecutive integers is always even because one of them must be even. For more practice on parity, try our GRE Practice Questions with Explanations.
    10. Answer: 105. The factors 21 and 35 imply AA is divisible by 3,5,3, 5, and 77. The prime factors are 3×5×73 \times 5 \times 7. The number of factors for pa×qb×rcp^a \times q^b \times r^c is (a+1)(b+1)(c+1)(a+1)(b+1)(c+1). For 31×51×713^1 \times 5^1 \times 7^1, the number of factors is 2×2×2=82 \times 2 \times 2 = 8. Thus, A=105A = 105.
    Interactive quizQuestion 1 of 5

    1. If \( x \) is an even integer and \( y \) is an odd integer, which of the following must be an odd integer?

    Pick an answer to check

    Frequently Asked Questions

    What makes an integer question "hard" on the GRE?

    Hard integer questions typically involve large exponents, multiple variables with specific constraints, or properties like the number of factors and trailing zeros. They often require a combination of logic and number theory rather than simple arithmetic.

    How do I find the number of factors of a large integer?

    First, find the prime factorization of the number p1a×p2b×p3c...p_1^a \times p_2^b \times p_3^c.... The total number of factors is found by adding 1 to each exponent and multiplying them together: (a+1)(b+1)(c+1)...(a+1)(b+1)(c+1)....

    Is 1 considered a prime number on the GRE?

    No, by definition, 1 is not a prime number because a prime number must have exactly two distinct factors (1 and itself). Since 1 only has one factor, it is neither prime nor composite.

    How can I quickly determine if a large number is divisible by 4?

    A number is divisible by 4 if the last two digits of the number form a number that is divisible by 4. For example, 1,032 is divisible by 4 because 32 is divisible by 4.

    What is the strategy for remainder questions with large powers?

    The best strategy is to look for a pattern in the units digits or the remainders of smaller powers. This cyclical behavior usually repeats every 2 or 4 terms, allowing you to predict the result for any large exponent. You can also use the AI Question Generator to practice more of these pattern-based problems.

    Train smarter for the GRE.

    Use Bevinzey's adaptive GRE preparation tools to improve retention, accuracy, and performance.

    Practice GRE Questions

    Tags

    GRE

    Enjoyed this article?

    Share it with others who might find it helpful.

    Related Articles