GRE Quantitative Flashcards: Integer Properties Divisibility

Study Integer Properties Divisibility in GRE Quantitative with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.

GRE Quantitative

Integer Properties Divisibility

0 mastered0 still learning

0% Complete

QUESTION
1/ 23

What is the basic divisibility test for 33 in base 1010?

Tap card or press Space to flip

ANSWER

Divisible by 33 iff the sum of digits is divisible by 33. This rule works because 101(mod3)10 \equiv 1 \pmod{3}, so the number modulo 3 equals the digit sum modulo 3.

How well did you know it?

Card 1 / 23

What this deck covers

This deck focuses on Integer Properties Divisibility, giving you a quick way to review the definitions, rules, and examples that matter most for GRE Quantitative.

How to use these flashcards

Work through these flashcards in short sessions. Try to answer each prompt before flipping the card, then revisit any cards you miss until the explanation feels automatic.

All flashcards

Flashcard 1: What is the basic divisibility test for 33 in base 1010?

Answer: Divisible by 33 iff the sum of digits is divisible by 33. This rule works because 101(mod3)10 \equiv 1 \pmod{3}, so the number modulo 3 equals the digit sum modulo 3.

Flashcard 2: What is the remainder when 2102^{10} is divided by 33?

Answer: 11. 210=10242^{10} = 1024, and 1024÷3=3411024 \div 3 = 341 with remainder 1.

Flashcard 3: What is the basic divisibility test for 66 in base 1010?

Answer: Divisible by 66 iff divisible by 22 and by 33. Since 6=2*3 and they are coprime, divisibility requires both conditions.

Flashcard 4: What is the basic divisibility test for 99 in base 1010?

Answer: Divisible by 99 iff the sum of digits is divisible by 99. This follows since 101(mod9)10 \equiv 1 \pmod{9}, equating the number to its digit sum modulo 9.

Flashcard 5: What is the value of gcd(a,b)\gcd(a,b) when aa and bb are relatively prime?

Answer: gcd(a,b)=1\gcd(a,b)=1. Relatively prime integers share no common divisors other than 1.

Flashcard 6: What is the definition of the greatest common divisor gcd(a,b)\gcd(a,b) for integers aa and bb not both 00?

Answer: The greatest positive integer dividing both aa and bb. It identifies the largest positive integer that divides both without remainder.

Flashcard 7: What is the definition of the least common multiple lcm(a,b)\mathrm{lcm}(a,b) for nonzero integers aa and bb?

Answer: The least positive integer that is a multiple of both aa and bb. It specifies the smallest positive integer divisible by both aa and bb.

Flashcard 8: What is the remainder when 1050+310^{50}+3 is divided by 1010?

Answer: 33. 105010^{50} is divisible by 10, so adding 3 gives remainder 3.

Flashcard 9: Identify the result: If aba \mid b and aca \mid c, what must be true about a(bc)a \mid (b-c)?

Answer: a(bc)a \mid (b-c). Divisibility holds for differences of multiples.

Flashcard 10: What is lcm(a,0)\mathrm{lcm}(a,0) for a nonzero integer aa?

Answer: lcm(a,0)=0\mathrm{lcm}(a,0)=0. Using the gcd-lcm relation, it evaluates to 0 for nonzero aa.

Flashcard 11: What is the basic divisibility test for 1010 in base 1010?

Answer: Divisible by 1010 iff the last digit is 00. In base 10, ending in 0 means it's a multiple of 10.

Flashcard 12: What is the basic divisibility test for 55 in base 1010?

Answer: Divisible by 55 iff the last digit is 00 or 55. In base 10, these endings make the number a multiple of 5.

Flashcard 13: What is the relationship between gcd(a,b)\gcd(a,b) and lcm(a,b)\mathrm{lcm}(a,b) for nonzero integers aa and bb?

Answer: gcd(a,b)lcm(a,b)=ab\gcd(a,b)\,\mathrm{lcm}(a,b)=|ab|. This formula relates gcd and lcm through the absolute product of the integers.

Flashcard 14: What is gcd(a,0)\gcd(a,0) for a nonzero integer aa?

Answer: gcd(a,0)=a\gcd(a,0)=|a|. Every integer divides 0, so the gcd is the absolute value of aa.

Flashcard 15: What is the remainder when 71007^{100} is divided by 77?

Answer: 00. Any positive power of 7 is divisible by 7, leaving no remainder.

Flashcard 16: Identify the result: If aba \mid b, what must be true about a(bk)a \mid (bk) for any integer kk?

Answer: a(bk)a \mid (bk) for every integer kk. Scaling a multiple by any integer kk retains divisibility by aa.

Flashcard 17: Identify whether 357357 is divisible by 33.

Answer: Yes, 357357 is divisible by 33. Digit sum 3+5+7=153+5+7=15 is divisible by 3, confirming divisibility.

Flashcard 18: What is the basic divisibility test for 44 in base 1010?

Answer: Divisible by 44 iff the last two digits form a multiple of 44. The last two digits represent the number modulo 100, and divisibility by 4 checks modulo 4.

Flashcard 19: What does it mean to say that aa is divisible by bb (with b0b \ne 0) in the integers?

Answer: bab \mid a means a=bka=bk for some integer kk. This defines divisibility where aa is an integer multiple of bb.

Flashcard 20: What is the basic divisibility test for 22 in base 1010?

Answer: An integer is divisible by 22 iff its last digit is even. In base 10, even last digits ensure the number is even.

Flashcard 21: What is the basic divisibility test for 1212 in base 1010?

Answer: Divisible by 1212 iff divisible by 33 and by 44. 12=3*4 with coprime factors, so both divisibility tests must hold.

Flashcard 22: What is the basic divisibility test for 88 in base 1010?

Answer: Divisible by 88 iff the last three digits form a multiple of 88. The last three digits form the number modulo 1000, sufficient for divisibility by 8.

Flashcard 23: Identify the result: If aba \mid b and aca \mid c, what must be true about a(b+c)a \mid (b+c)?

Answer: a(b+c)a \mid (b+c). Divisibility preserves under addition of multiples.