Integer Properties Flashcards

1
Q

Integers

A

Whole, positive and negative numbers including 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Factor

A

If a x b = c

then a and b are factors of c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Divisor

A

If c/a = b

then a is a divisor of c because it divides evenly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Divisible

A

If c/a = b

then c is divisible by a because it divides cleanly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Factor Pairs

A

Find pairs of numbers that have a product of the given number.

Ex: 36

1, 36
2, 18
3, 12
4, 9
6, 6

A total of 9 factors (don’t count 6 twice!)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Negative Integers

A

It’s technically correct that +4 and -4 are factors/divisors of -12 and that -12 is divisible by +4 and -4 but the gmat won’t typically ask you to know this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Divisibility Rules for 2

A

All even numbers are divisible by 2

Look at the last digit to see if it’s even!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Divisibility Rule for 5

A

If the last digit of the number is a 5 or a 0, the number is divisible by 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Divisibility Rule for 4

A

If the last two digits in the number are divisible by 4, then the entire number is divisible by 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Divisibility Rule for 3

A

Add up all the digits in the number. If the sum is divisible by 3, then the entire number is divisible by 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Divisibility Rule for 9

A

Add up all the numbers. If the sum is divisible by 9, the entire number is divisible by 9.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Divisibility Rules for 6

A

For a number to be divisible by 6, it must be both

1) an even number (look at the last digit)
2) divisible by 3 (add up all the digits and if the sum is divisible by 3, the entire number is divisible by 3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Important Prime Number Facts

A

1) 1 is NOT a prime number because it only has one factor…itself.
2) 2 is the ONLY even prime number. All other even numbers are divisible by 2 and are therefore not prime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Testing whether a number less than 100 is prime

A

We have to check whether the given number under 100 is divisible by one of the prime Numbers less than 10 (2,3,5,7)

If the given number under 100 is NOT divisible by a prime divisor under 10, the number has to be prime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Fundamental Theorem of Arithmetic

A

Every positive integer greater than 1 must be:

1) a prime number

OR

2) expressed as a unique product of prime Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Prime Factorization

A

The unique product of prime Numbers for a number greater than 1 that is itself not a prime number.

The prime factorization of a number is like the DNA of the number, revealing all of its essential ingredients.

Any factor of q must be composed only of prime factors found in q.

17
Q

Find the number of factors that integer N has:

A

4 step process:

1) find the prime factorization of N and write it in terms of the powers of prime factors.
2) create a list of the exponents of prime factors (remember to use 1 for a prime factor that has no exponent!)
3) add 1 to every number on the list to create a new list
4) find the product of the new list. That product is the number of factors N has (including 1 and N itself)

Ex: How many factors does 21,600 have?

1) 21,600 = 216 x 100
= 36 x 6 x 10 x 10
= 6 x 6 x 6 x 10 x 10
= (3x2) x (3x2) x (3x2) x (5x2) x (5x2)
= 3^3 x 2^5 x 5^2

2) {3, 5, 2}
3) {4, 6, 3}
4) 4 x 6 x 3 = 72

21,600 has 72 different factors including 1 and 21,600

  • To find the odd factors, we’d basically repeat this process but ignore all factors of 2*
    1) 3^3 x 2^5 x 5^2
    2) {3, 2}
    3) {4, 3}
    4) 4 x 3 = 12

21,600 has 12 off factors

**we have no direct way to find the even factors of a number. We must first find the total number of factors, then the odd number of factors, and then subtract*

For 21,600
72 total factors
minus 12 odd factors =
60 even factors

*overall, the exponents of each prime factor of N delineate the possibilities for the individual factors of N

18
Q

Squares of Integers

A

1) in the prime factorization of a perfect square, each prime factor must have an even exponent

N^2 = N x N = (factors of N)(factors of N)

2) if the prime factorization of some unknown integer has all even exponents, that unknown number must be a perfect square

Ex: k = 2^6 x 3^4 x 5^2
k = (2^3 x 3^2 x 5)(2^3 x 3^2 x 5)
So k = 360^2

3) perfect squares always have an odd number of factors (because one of those factors pairs with itself)

36 = 1 and 36, 2 and 18, 3 and 12, 4 and 9, 6 and 6

But we only count the 6 once because it is one factor.

4) the only integers with odd numbers of factors are the perfect squares

19
Q

Greatest Common Factor

A

The greatest common factor of two numbers is the largest number on the list of common factors shared by both numbers.

To find the GCF, we start by finding the prime factorization for each number

Ex: Greatest common factor of 360 and 800

360 = 3^2 x 2^3 x 5

800 = 2^5 x 5^2

Next, we look at the highest powers are that they have in common for each factor.

In this example:
2 - 3
3 - 0
5 - 1

Finally we multiply that together! So:

GCF = 2^3 x 3^0 x 5^1
= 8 x 1 x 5
GCF = 40

20
Q

Least Common Multiple

A

Least Common Multiple (LCM) = Lowest Common Denominator (LCD)

LCM is the lowest multiple two numbers have in common.

To find the LCM, first find the GCF of the two numbers.

For example, 24 and 32

GCF = 2^3 = 8

Next, write each number in the form: 
GCF x (another factor)
24 = 8 x 3
32 = 8 x 4

The LCM is the product of these three factors:

LCM = 8 x 3 x 4
LCM = 96

LCM is the same as the LCD, which helps us quickly solve addition and subtraction in fractions.

Ex: 1/10 - 1/35

GCF of 10 and 35 is 5
10: 5 x 2
35: 5 x 7
LCD = 5 x 2 x 7 = 70

7/70 - 2/70 = 5/70 = 1/14

Tips:
1) if A is a factor of R, then the LCM of A and R must be R

  • ex: the LCM of 8 and 24 = 24
    2) if it’s obvious that A and B have no factors in common greater than 1, their LCM will have to be their product, A x B
21
Q

GCF-LCM Formula

A

For any two integers P and Q:

LCM = p x q / GCF

*MAKE SURE you simplify this fraction FIRST otherwise it will take way too long to solve.

22
Q

Even and Odd Integer Rules and Tricks

A

1) zero IS an even number (but not positive or negative)
2) evens and odds include both positive and negative numbers
3) evens and odds only pertain to integers - any non-integer is neither even nor odd
4) all even numbers are divisible by 2. Even numbers can be expressed as 2k, where k is any integer. The prime factorization of a positive even integer greater than two absolutely has to include 2.
5) no odd number is divisible by 2. Odd numbers can be expressed as (2k + 1) or (2k - 1), where k is any integer. The prime factorization of a positive odd number will never contain a factor of 2.
6) when looking at odd/even problems on GMAT, the first step should be to determine whether or not the test explicitly states the values are integers. If not, you usually can’t determine the answer because the odd/even rules don’t apply to non-integers.

23
Q

Adding/Subtracting Evens and Odds

A

Even +/- Even = Even
Odd +/- Odd = Even
Even +/- Odd = Odd
Odd +/- Even = Odd

Adding and subtracting “likes” = even

Adding and subtracting “dislikes” = odd

24
Q

Multiplying Evens and Odds

A

Even x Even = Even

Odd x Odd = Odd

Even x Odd = Even

Odd x Even = Even

As long as there is at least one even factor in a product, the product will be even.

The only way a product will be odd is if every single factor is odd.

25
Q

Dividing Evens and Odds

A

No general rules

Even / Even = even or odd or not an integer at all

Odd / Odd = odd or not an integer at all

Even / Odd = even or not an integer at all

Odd / Even = is never going to be an integer (because 2 in denominator with no way to cancel it)

26
Q

Remainder Equation

A

If D is dividend and S is divisor and Q is quotient and r is remainder, then:

D/S = Q + r/S

remainder is always greater than or equal to zero and less than the divisor.

27
Q

Rebuilding the Dividend Equation

A

If D is the dividend and S is the divisor and Q is the quotient and r is the remainder, then:

D = (S x Q) + r

Important when trying to find the dividend!