Factors, Multiples, Sets, and Sequences Flashcards
In this deck, you will review the concepts of GCF and LCM and ways to find them. It provides an overview of types of sets and sequences tested on the SAT with necessary formulas and examples. At the end of this deck, you will find practice questions that reinforce your knowledge and test it from different angles.
What is a factor of a number?
What numbers have a factor of 1?
A factor, or divisor, is a number that divides a larger number without a remainder.
All integers have 1 as a factor.
Factors can be negative.
Examples:
7 is a factor of 56 because 56/7 = 8 -7 is a factor of 42 because 42/-7 = -6
What is a multiple?
A multiple is the product of any number and an integer. That integer divides the multiple evenly, without a remainder.
Multiples can be negative.
Examples:
Multiples of 7 include -21, -7, 7, 21, 28, 35, etc.
Define:
Greatest Common Factor
The Greatest Common Factor (GCF) of two numbers is the largest factor the two numbers have in common.
How do you find the GCF of two numbers?
- List all factors of each given number separately
- Find the largest factor that appears in all lists
Example:
Find the GCF of 6 and 9.
The factors of 6 are 1, 2, 3, 6; the factors of 9 are 1, 3, 9.
The GCF is 3.
What is prime factorization?
Prime factorization is a way to present a positive integer as a product of prime numbers.
Example:
Factor 96 into prime factors.
96 = 2 x 2 x 2 x 2 x 2 x 3
Write the product in exponential form.
96 = 25 x 3
How do you find the GCF of two numbers using prime factorization?
- Factor each number into primes
- Select common factors by pairs
- Multiply these factors
- The result is the GCF
Example:
Find the GCF of 24 and 36.
24 = 2 x 2 x 2 x 3
36 = 2 x 2 x 3 x 3
The GCF is 2 x 2 x 3 = 12
Define:
Least Common Multiple
The Least Common Multiple (LCM) is the smallest multiple two numbers have in common.
How do you find the LCM using successive multiplication?
- Multiply the bigger number by 1, 2, 3, …
- Repeat with the smaller number
- Check both lists to see the smallest common multiple
Example:
Find the LCM of 10 and 15.
Multiples of 15 are 15, 30, 60, 90, etc.
Multiples of 10 are 10, 20, 30, 40, etc.
30 is the LCM of 10 and 15.
How can you find the LCM of two numbers by using the GCF?
- Find the product of the two numbers
- Divide the product by the GCF of both numbers
Example:
Find the LCM of 10 and 15.
First step… 10 x 15 = 150.
The GCF of 10 and 15 is 5.
150 ÷ 5 = 30 is the LCM of 10 and 15.
How can you find the LCM of two numbers using prime factorization?
- Factor each number into primes
- Take the number with most factors to start a list
- Add to the list the missing factors from other numbers
Example:
Find the LCM of 6, 8 and 18.
6 = 2 x 3 ; 8 = 2 x 2 x 2 ; 18 = 2 x 3 x 3
Let’s start the list with 8: 2 x 2 x 2. You don’t need to use 2 from other numbers. Add 3 x 3 from 18 to the list.
The LCM = 2 x 2 x 2 x 3 x 3 = 72
How do you find the LCM of 9 and 12 using prime factors with larger exponents?
Factor both numbers into primes:
9 = 3 x 3 ; 12 = 2 x 2 x 3
Write each product using exponents:
3 x 3 = 32 ; 2 x 2 x 3 = 22 x 3
Multiply factors with the larger exponent:
32 x 22 = 36
The LCM of 9 and 12 is 36
Define:
set
A set is a collection of numbers.
The distinct objects within a set can be called elements.
{ } are used to denote a set.
What is the difference between a finite set and an infinite set?
If you can list all the elements of a set, it is finite.
Example:
{4,10,16, 20} is a finite set of 4 numbers.
Otherwise, the set is infinite.
Example:
{1, 2, 3, 4…} is the set of all natural numbers and is infinite.
Define:
empty set
A set that has no elements is an empty set.
Define:
union of sets
The union of sets is the set of all the elements from those sets, without repetition.
U denotes union.
Example:
Set X contains all prime numbers less than 10. Set Y contains all odd numbers less than 10.
X = {2, 3, 5, 7} ; Y = {1, 3, 5, 7, 9}
X U Y = {1, 2, 3, 5, 7, 9}
Define:
intersection of sets
An intersection of sets is the set of elements common to all sets.
An element must be in all sets to be in the intersection.
∩ is used to denote intersection.
Example:
Set X is all prime numbers less than 10. Set Y is all odd numbers less than 10. Find the intersection set.
X = {2, 3, 5, 7} ; Y = {1, 3, 5, 7, 9}
X ∩ Y = {3, 5, 7}
What is a Venn Diagram?
A Venn Diagram is made up of two or more overlapping circles. It is used to show relationships between sets. The overlapping area (intersection) shows common elements between sets.
How would you solve this problem using a Venn diagram?
There are 35 students in a class. 12 are taking French. 20 are taking Spanish. If 3 students are taking both French and Spanish, how many students don’t take any language classes?
We can draw a Venn Diagram and label the information.
- “C” - students taking both French and Spanish = 3
- “A” - students who take only French = 12 - 3
- “B” - students who take only Spanish = 20 - 3
A + C + B = 3 + 9 + 17 = 29 (these are students who take either French or Spanish or both)
That leaves 6 students unaccounted for. These are the ones who do not take any language classes.
Define:
sequence
A sequence, or progression, is a list of numbers in a specified pattern.
The following are types of sequences you might see on the SAT: arithmetic, geometric, and Fibonacci sequences.
Define:
arithmetic sequence
In an arithmetic sequence, the difference between any two consecutive terms is constant.
This constant is called the “common difference” d.
Examples:
3, 6, 9, 12, 15… (d = 3)
10, 6, 2, -2, -6… (d = - 4)
How do you find the common difference (d) in an arithmetic sequence?
The common difference (d) can be calculated by finding the difference of any two consecutive terms in an arithmetic sequence.
d = an - an-1
Example:
In 2, 6, 10, 14, 18…. sequence common difference (d) equals 4.