Factors Flashcards

(24 cards)

1
Q

Finding how many different factors a number has

A
  1. Find the prime factorization of the number
  2. Add 1 to the value of each exponent of the prime factors, then multiply these results. The product is the answer

e.g., 2,160 = 24 x 33 x 51 → (4+1) x (3+1) x (1+1) = 40 factors

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

Total number of prime factors ≠ Total number of unique prime factors

A

e.g., 32 has a total of 5 prime factors but 1 unique prime factor of 2

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

“All the same factors” vs. “All the same unique prime factors”

A

What is the GCF of 24 and x?

  1. 24 and x share all the same factors
  2. 24 and x share all the same unique prime factors

Answer = A
→ “share all the same factors” means that the two numbers are the same

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

The number of unique prime factors in a number doesn’t change when that number is raised to a positive integer exponent

A

25 and 625 both have 1 unique prime factor

  • 25 = 52
  • 625 = 252 = 54
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

LCM Calculation

A

A prime factor is considered repeated when that prime factor is shared by at least 2 of the numbers in the set. It doesn’t need to be shared by all of the numbers to be considered a repeated prime factor

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

LCM Tips

A
  • If two positive integers, x and y, share no prime factors, the LCM of x and y is xy. Otherwise, LCM < xy.
  • For any set of positive integers, the LCM will always be ≥ the largest number in the set
  • The LCM provides all of the unique prime factors of some set of positive integers. Thus, the LCM provides all the unique prime factors of the product of the numbers in the set.
  • The LCM can be used to determine when two processes that occur at differing rates or times will coincide
  • If z is divisible by both x and y, z must also be divisible by the LCM(x, y). z must be at least the LCM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

GCF Tips

A
  • For any set of positive integers, the GCF will always be ≤ the smallest number in the set
  • Two consecutive integers will never share the same prime factors, i.e., GCF(n, n+1) = 1
  • When finding the GCF of more than 2 numbers, “common” means shared by all numbers
  • The GCF doesn’t provide all the prime factors of 2 numbers. e.g., GCF(p,q) = 6, is pq/240 an integer? Insufficient info.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Consecutive Integers: Common Factors

A

Two consecutive integers are co-prime, which means that they don’t share ANY common factor but 1.

Example:

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

The LCM and GCF when a positive integer y divides evenly into positive integer x

A
  • LCM = x
  • GCF = y

“y divides into x” = x / y

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

LCM + GCF Trick

A

xy = LCM(x, y) x GCF(x, y)

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

Converting a remainder from decimal form to fraction form

A

When a division of two integers results in a decimal, such as x/y = 9.48, we can’t be sure what the actual remainder is. However, the actual remainder must be a multiple of the most reduced fractional remainder, i.e., 12 in this case since 48/100 = 12/25

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

Remainder Operations

A

Remainders can be added (must correct for excess remainders at the end of addition) and subtracted (must correct for negative remainders). Just remember that when we add or subtract remainders, we need to keep them in order.

  • Remainder of (12+13+17)/5?
  • Remainders of 12, 13, 17 are 2, 3, 2
  • True remainder = (2+3+2)/5 = 1 R2 (answer = 2)

Same concept applies to multiplication.

  • Remainder of (12 x 13 x 17)/5?
  • Remainders of 12, 13, 17 are 2, 3, 2
  • True remainders = (2 x 3 x 2)/5 = 2 R2 (answer = 2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Remainder Algebra

A

Perform the Dividend = Divisor(Quotient) + Remainder equation when it can be set up that way. If using this method doesn’t yield a clear path, just test numbers.

If n is a positive integer, and r is the remainder when n3 - n is divided by 9, what is the value of r?

  1. n has a remainder of 1 when it’s divided by 9 → n = 9k + 1 → plug in n(n+1)(n-1) → divisible by 9
  2. n2 has a remainder of 1 when it’s divided by 9 → n2 = 9s + 1 → plug in n(n2-1) → divisible by 9
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Range of Possible Remainders

A

If a divisor is n, then possible remainders could be any integers ranging from 0 to (n-1), inclusive.

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

Remainder Patterns in Powers

A

What number must be subtracted from 2526 so that the resulting integer will be a multiple of 3?

  • Observe patterns. The remainders of 21÷3, 22÷3, 23÷3, 24÷3 are 2, 1, 2, 1, respectively.
  • 2526 ÷ 3 has a remainder of 1
  • Hence subtract 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Shortcut for Determining the Number of Primes in a Factorial

A

To determine the (largest) number of a prime number x that divides into y!:

  1. Divide y by x1, x2, x3, etc. Keep track of the quotients while ignoring any remainders. Stop dividing when y/xk produces a quotient of 0.
  2. Add the quotients from the previous divisions. The sum represents the number of prime number x in the prime factorization of y!.

THINK: How many x’s are in y!?

17
Q

What is the largest integer value of k, such that 400! / 5k is an integer?

A
400/5<sup>1</sup> = 80
400/5<sup>2</sup> = 16
400/5<sup>3</sup> = 3… remainder
400/5<sup>4</sup> = 0… remainder

Answer = 80 + 16 + 3 = 99

18
Q

Shortcut for Determining the Number of Non-Primes in a Factorial

A

To determine the (largest) number of a non-prime number x that divides into y!:

  1. Break x into prime factors
  2. Use the largest prime factor of x (because there will be fewer of this), apply the factorial divisibility shortcut.
  3. The quantity determined represents the largest number of x that divides into y!.
19
Q

What is the largest integer value of n, such that 40! / 6n is an integer?

A
6<sup>n</sup> = 2<sup>n</sup> x 3<sup>n</sup>
40/3<sup>1</sup> = 13…remainder
400/3<sup>2</sup> = 4…remainder
400/3<sup>3</sup> = 1… remainder
400/3<sup>4</sup> = 0… remainder

Answer = 13 + 4 + 1 = 18

20
Q

0! = ___

21
Q

If N2/M is an integer,

how many unique prime factors do N and M have relative to each other?

A

M must have fewer than or the same number of unique prime factors as N

22
Q

If n is a prime number between 0 and 100, how many positive divisors does n3 have?

A

4: n0, n1, n2, n3

23
Q

GCF and LCM: Hard Question

A

M and N are integers such that 6 < M < N. What is the value of N ?

  1. The greatest common divisor of M and N is 6.
  2. The least common multiple of M and N is 36.

Given that the greatest common divisor (GCD) of M and N is 6 and 6 < M < N, then it is possible that M = (6)(5) = 30 and N = (6)(7) = 42. However, it is also possible that M = (6)(7) = 42 and N = (6)(11) = 66; NOT sufficient.

Given that the least common multiple (LCM) of M and N is 36 and 6 < M < N, then it is possible that M = (4)(3) = 12 and N = (9)(2) = 18. However, it is also possible that M = (4)(3) = 12 and N = (9)(4) = 36; NOT sufficient.

Taking (1) and (2) together, it follows that 6 is a divisor of M and M is a divisor of 36. Therefore, M is among the numbers 6, 12, 18, and 36. For the same reason, N is among the numbers 6, 12, 18, and 36. Since 6 < M < N, it follows that M cannot be 6 or 36 and N cannot be 6. Thus, there are three choices for M and N such that M < N. These three choices are displayed in the table below, which indicates why only one of the choices, namely M = 12 and N = 18, satisfies both (1) and (2).

24
Q

Factor Hard Question

A

If n is a positive integer and n2 is divisible by 72, then the largest positive integer that must divide n is: 12

  • Since n2 is divisible by 72, n2 = 72k for some positive integer k.
  • Since n2 = 72k, then 72k must be a perfect square.
  • Since 72k = (23)(32)k, then k = 2m2 for some positive integer m in order for 72k to be a perfect square.
  • Then, n2 = 72k = (23)(32)(2m2) = (24)(32)m2 = [(22)(3)(m)]2, and n = (22)(3)(m). The positive integers that MUST divide n are 1, 2, 3, 4, 6, and 12. Therefore, the largest positive integer that must divide n is 12.