Math Formulas Flashcards
Order of Operations
PEMDAS
- Parentheses
- Exponentiation
- Multiplication/Division
- Addition/Subtraction
Commutative Property
a + b = b + a
a * b = b * a
«_space;does not work with division or subtraction»_space;
Associative Property
(a + b) + c = a + (b + c)
(a * b) * c = a * (b * c)
«_space;does not work with division or subtraction»_space;
Distributive Property
a * (b + c) = ab + ac
a * (b - c) = ab - ac
1 [is / is not] prime
1 is not prime
2 [is / is not] prime
2 is prime; it is the smallest prime number and the only even prime
Prime Numbers < 60
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59
Prime Factorization
dividing a number up into its constituent primes
Ex: 21 = 3 x 7
60 = 2 x 2 x 3 x 5
How many factors does 720 have?
prime factorization: (24) x (32) x (5)
all factors can be written as: (2a) x (3b) x (5c)
for 720: a = 0, 1, 2, 3, or 4 »_space; 5 options
b = 0, 1, or 2 »_space; 3 options
c = 0 or 1 »_space; 2 possibilities
number of factors = 532 = 30
What is the GCF of 12 and 30
6
explanation: factors of 12 are 1, 2, 3, 4, 6. factors of 30 are 1, 2, 3, 5, 6, 10, 15»_space; GCF
Fractions:
(1/x) + (1/y) = ?
(1/x) + (1/y) = (x + y)/(xy)
%change = ?
(final - original)
% change = —————————
(original)
(ya) x (yb) = ?
(ya) x (yb) = y**(a+b)
(xa) / (xb) = ?
(xa) / (xb) = x**(a - b)
(xa)b = ?
(xa)b = x**(a*b)
x**(1/2) = ?
x**(1/2) = sqrt(x)
x**(2/3) = ?
x(2/3) = cuberoot(x2)
x**(-1) = ?
x**(-1) = (1/x)
x**(-2) = ?
x(-2) = 1/(x2)
2sqrt(7) + 9sqrt(7) = ?
2sqrt(7) + 9sqrt(7) = 11*sqrt(7)
«_space;roots can be added like variables»_space;
(x + 2)(x + 7) = ?
Using FOIL:
(x**2) + 9x + 14
(a + b)**2
a2 + 2ab + b2
(a - b)**2
a2 - 2ab + b2
(a + b)(a - b)
(a2) - (b2)
factor using quadratic polynomials:
(x**2) + ax + b = ?
(x**2) + ax + b = (x + m)(x + n)
where a = m+n;
where b = m*n
Eliminate fractions by multiplying by _________
the Least Common Denominator (LCD)
cross-multiplication:
a/b = c/d»_space; ?
cross-multiplication:
a/b = c/d»_space; ad = bc
quadratic equation
b +/- sqrt( (b**2) - 4ac)
x = ————————————— ;
2a
where a != 0
2 methods to solve equations in two variables / systems of equations:
- Substitution
(solve for one variable in terms of the other »_space; substitute »_space; solve) - Elimination
(add the equations together »_space; if one variable cancels out, then solve for the remaining variable)
if given f(x) and asked what f(something else) is, _____________________________
simply replace every instance of x in the “…” expression with whatever is now in the parentheses
(same rule applies for functions with strange symbols)