Algebra Flashcards
Simplifying expressions
Combine like terms by adding coefficients. Ex. 3xy + 2x -xy - 3x = 2xy - x
Multiplying polynomials using FOIL (First, Outer, Inner, Last)
(a + b)^2 = a^2 + 2ab + b^2; (a - b)^2 = a^2 - 2ab + b^2; (a^2 - b^2) = (a + b)(a - b)
Factoring using Greatest Common Factors
A # or variable that is a factor of each term in an algebraic expression can be factored out. Ex. 4x + 12 = 4(x + 3); 15y^2 - 9y = 3y(5y - 3)
Factoring using difference of squares
(a + b)(a - b) = (a^2 - b^2) ; Ex. (2x + 5)(2x - 5) = 4x^2 - 25 ; 4x^2 - 9y^2 = (2x + 3y)(2x - 3y)
Factoring using quadratic polynomials
x^2 + ax + b = (x + m)(x + n), where a is the sum of m and n, and b is their product
Factoring rational expressions
Ex. (x^2 - 9)/(4x - 12) = (x + 3)(x - 3)/4(x - 3) = (x + 3)/4
Golden rule of solving equations
“What you do to one side of an equation, you must also do to the other.”
Eliminating fractions
(a/b)(b/a) = 1 Ex. (2/5)x = 8 -> (5/2)(2/5)x = (5/2)8 -> x = 20
Solve: Multiply by the LCD
(3x/4) + (1/2) = (x/3), multiply by 12, (36x/4) + (12/2) = (12x/3) -> 9x + 6 = 4x, x = -(6/5)
Cross-multiplication
(a/b) = (c/d) -> ad = bc
Quadratic equations
ax^2 + bx + c, where a is not 0; if you can factor it to (x + a)(x - b) = 0, then the solutions are -a and b
Quadratic formula
If ax^2 + bx + c = 0, and a is not 0, then x = (-b ± √(b^2 - 4ac))/2a
Two variables/systems of equations (Substitution)
One equation is manipulated to express one variable in terms of the other. Then the expression is substituted in the other equation, then solve for that variable.
Two variables/systems of equations (Elimination)
Make the coefficients of one variable the same in both equations so that one variable can be eliminated either by + or - the equations.
Function notation
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 ( ). Similarly, if given a “strange operator” like xΔy and asked what aΔ2x is, just replace “x” and “y” with “a” and “2x.”