Algebra Flashcards

(39 cards)

1
Q

What are Algebraic Expressions?

A
  • A mathematical expression that has one+ variables, but without the =
    e.g. 4x, 2x + 3

3x + 5
Term: Anything separated by + or -
3: Coefficient: Integer connected to a variable
x: Variable: Represent unknown values
5: Constant: Terms that are not connected to variables

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

Polynomial

A
  • Sum of a finite number of terms (variables, coefficients, and constants) with positive exponents
    4x⁵ + 7x² -3x + 2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Polynomial Degree

A
  • Degree of a Term: The sum of the exponents of the variables in that term: 4x⁵ y² has a degree of 5 + 2 = 7
  • Degree of a Polynomial (Expression): The highest degree of any term in the polynomial: 4x⁵ + 7x² -3x + 2, the highest degree is 5 so the polynomial degree = 5
  • A constant has a degree of 0: 4x⁵ + 7x² -3x + 2→2⁰
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Algebraic Identities

A
  1. ax +bx = x(a+b)
  2. ax - bx = x(a-b)
  3. (a+b)² = a² + 2ab + b²
  4. (a-b)² = a² - 2ab + b²
  5. (a+b)(a-b) = a² - b²
  6. (a+b)³ = a³ + 3a²b + 3ab² + b³
  7. (a-b)³ = a³ - 3a²b + 3ab² - b³
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Common Exponent Mistakes

A
  1. xᵃ yᵇ ≠ (xy)ᵃ⁺ᵇ : b/c bases and exponents are different
  2. (xᵃ)ᵇ ≠ xᵃ+ᵇ : b/c you’re supposed to multiply the powers together
  3. (x+y)² ≠ x² + y² : It should be (x+y) (x+y)
  4. (-x)² ≠ -x² : It should be -x ・ -x
  5. √x²+y² ≠ x+y :You can’t square root like this when things are being added together
  6. a²/x+y ≠ a²/x + a²/y : We can’t split up the denominator like this.
  7. √(x+y)² ≠ x+y : With a square root, the result must be non-negative, so it should be |x+y|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Equations

A
  • Algebraic expressions with an equals sign
    x + 2 = 10
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Three Equation Rules

A
  1. You can add or subtract ANYTHING to both sides of the equation, as long as you’re adding or subtracting the same thing to both sides.
  2. You can multiply or divide both sides of the equation by almost anything. except 0
  3. When you have two equations involving the same variables, you can substitute information from one equation into the other.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Linear Equation

A

An equation with one or more variables in which each term is either a constant or a variable.
* One or more variables: x = 5
* Each variable is raised to the first power: y = 3x + 7

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

Absolute Value Equations

A

Set up two equations: one positive & one negative. Then solve each one separately.
NOTE: Absolute value equations can never be equal to a negative value.

|4x + 9| = 18
Equation 1: 4x + 9 = 18
Equation 2: 4x + 9 = -18

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

Are 2-Variable Equations Solvable?

A
  • Just one equation = Not solvable: x+y=10 There are an infinite number of (x,y) pair solutions.
  • Two distinct equations = Solvable
  • Two equal equations = Not solvable: x+y=10 and 2x+2y=20
  • Two identical equations equal to different values = Not solvable: If you have x+y=10 and x+y=13, well that doesn’t make any sense at all.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Systems of Equations & Solutions

A

A set of two more equations, each containing two or more variables
3x + y = 5
x - 27 = 3

NOTE: Systems of equations are solvable if the number of variables in each equation equals the number of equations in the set.

  • One Solution:
    1. 3x + 3y = 21
    1. 2x + 4y = 18
  • Infinite Solutions: If the two equations are equivalent
    1. x + y = 5
    1. 2x + 2y = 10
  • Zero Solutions: If the coefficients are equal but the constants are not
    1. 2x + y = 7
    1. 2x + y = 3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Elimination Method

A

You manipulate one or both of the equations so that, when you add one equation to the other or subtract one equation from the other, one of the variables is eliminated, allowing you to solve the system of equations.

  • Adding the equations to eliminate a variable:
    3x + 2y = 7
    5x - y = 9.5
    Multiply both sides of the second equation by 2: 2 (5x - y) = 9.5 x 2 to get 10x - 2y = 19
    You can add the two equations together to get rid of the y
  • Subtract the second equation from the first to eliminate a variable:
    4x + 5y = 11
    x + y = 5
    Multiply both sides of the second equation by 4: 4 (4x + 4y) = 20 x 4 to get 4x + 4y = 80
    You can subtract the second equation from the first to get rid of the x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Systems of Equations Shortcut

A

If the problem is asking you for x + y or x - y that’s an indication that the shortcut might apply.

3x + 2y = 10
2x + 3y = 30
What does x + y equal? Adding the two equations together, we get 5x + 5y =40
Then we can divide both sides by 5 to get x + y = 8

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

Quadratic Equation

A

A polynomial of the second degree, meaning it includes an x² term. Typically quadratic equations are set = 0

x²=7, 3x² + 4x = 10

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

Quadratic Formula

A
  • Used to find the value of x, x-intercepts of a parabola
  • General Quadratic Formula: ax² + bx + c = 0

x = [-b ± √(b² - 4ac)] / 2a

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

The Discriminant

A

Used to calculate how many solutions a quadratic equation has.
b² - 4ac

  • If result > 0→2 solutions
  • If result = 0→1 solution
  • If result < 0→No solutions
17
Q

Factoring Quadratic Equations

x² + 10x + 16 = 0

A

Splitting a quadratic equation into two parts
ax² + bx + c = 0

  1. Find two numbers such that their product = c and sum = b.
  2. Write in form (x + m)(x + n) = 0

x² + 10x + 16 = 0
8 + 2 = 10, 10 x 2 = 16
(x + 8)(x + 2) = 0

18
Q

Completing the Square

x² + 6x + 4 = 0

A

x² + 6x + 4 = 0 → (x + 3)² - 5 = 0

  1. Move the constant term to the right side: x² + 6x = -4
  2. Divide the b term ÷ 2 and square it (6 = 6÷2 = 3, 3² = 9) and add to both sides: x² + 6x +9 = -4 + 9
  3. Factor the left side and bring the constant back: (x + 3)² = 5→(x + 3)² -5 = 5-5 →(x + 3)² -5 = 0
19
Q

Factoring Quadratic Equations when the quadratic equation has a coefficient x² > 1

y = 3x² + 15x + 12

A

y = 3x² + 15x + 12

  1. Multiply 1st coefficient x constant: 3 x 12 = 36 and find two integers whose product is 36 and whose sum is middle term’s coefficient:15
  2. We then write the quadratic as y = 3x² + 3x + 12x + 12
  3. We can now group like terms and do a bit of factoring to get our final factored form
    y = (3x² + 3x) + (12x + 12)
    y = 3x (x + 1) + 12 (x + 1)
    y = (3x + 12)(x + 1)
20
Q

Absolute Value Quadratic
Finding # of solutions

|x²+5x|=4

A
  1. Set up two equations (one positive and one negative).
  2. Find the total number of solutions using the Discriminant
  3. If both of the equations we created have positive discriminants, then it’s possible for an absolute value quadratic to have 4 solutions. Of course this is not guaranteed. It depends on the discriminant values.

|x²+5x|=4
1. x² + 5x = 4→x² + 5x - 4 = 0→5² - 4(1)(-4) = 41→2 solutions
2. x² + 5x = -4→x² + 5x + 4 = 0→5² - 4(1)(4) = 9→2 solutions
3. Four total solutions

21
Q

Solving Inequalities (<,>)

A
  1. We can add or subtract anything we’d like to both sides. (The sign does NOT change direction)
  2. We can multiply or divide ONLY positive numbers. (The sign does NOT change direction)

* Sign Flipping: The inequality sign FLIPS in the below situations
1. If we multiply or divide by a negative value: -5x < 10→-5 ÷5 < 10 ÷5→x > -2
4. Absolute Values: Set up two inequalities. For the first, just remove the absolute value sign and change nothing else. For the second, make it negative and FLIP the sign.
|x| > 10→x >10, x < -10
5. Square Roots: Set up two inequalities. For the first, don’t change anything. For the second, make it negative and FLIP the sign.
x² > 10→x² >10, x² < -10

22
Q

Functions

e. g: f(x) = 2x + 3
e. g: f(x) = f(x + 1)

A
  • A machine that takes an INPUT and then spits out an OUTPUT.

f(x) = 2x + 3
* The input is what’s between the parentheses: x
* The output is what f(x) equals: 2x + 3
In the case that x = 4, then the input = 4, output = 2(4) + 3→11

  • You can set one function equal to another.
    f(x) = f(x + 1)
    the output of the left side of the equation f(x), is equal to the output of right side of the equation f(x + 1) even when we add 1 to the input.
    Even when we add 1 to the input, the output remains the same: if f(3) = 7, f(4) = 7, f(5) = 7 etc…
23
Q

Function Cases

If f(x + 7) = 2f(x), and f(3) = 10, what is f(17)?

A
  1. The Input Does Not Always Equal x
    f(x+5) = x³ - x²
    In this case, the input is x + 5. The problem might ask what is f(6).
    To solve, set x + 5 = 6→x = 1
    Plug x = 1 into the output equation x³ - x²→1³ - 1² = 0
  2. Functions Equal to Other Functions
    f(3x) = f(x)²
    In this case, the input is 3・x. When 3・x, the output gets squared.
    Input: Triple the input
    Output: Square the output
    f(2) = 5
    2x3 5²
    ↓  ↓
    f(6) = 25
    6x3 25²
    ↓  ↓
    f(18) = 625

When we add 7 to the input, We double the output. We know that f(3) = 10, so we substitute 3 for x and 10 for f(x)
f(3 + 7) = 2 x 10, f(10) = 20
f(10 + 7) = 2 x 20, f(17) = 40

24
Q

Domain & Range of Functions

A
  • Domain of a function: ALL possible input, x values.
    f(x) = √x, Since there cannot be a √neg, x has to be pos. So x ≥ 0
  • Range of a function: ALL possible output, f(x) values.
    f(x) = ¹⁄ₓ, Since denominator cannot be 0, x has to be all real numbers except 0
25
Even & Odd Functions
*** Even Function:** Even if the input is negative, the output will be the same. The exponents are either even numbers or 0 f(x) = x², when x =1, output is 1 and when x =-1, output is also 1 *** Odd Function:** If the input is negative, the output will be the same value but now the opposite sign. The exponents are odd numbers or 0 f(x) = x³, when x =1, output is 1 and when x =-1, output is -1
26
Words to Algebra
* "+ : more, in excess of * "- : under, remaining * x : increase by a factor, into * ÷ : third of, decrease by a factor, ratio * = : corresponds to, equivalent * exponent : raised to, times itself n times * decimal movement: x 10ⁿ = move decimal n places to the right, ÷10ⁿ = move decimal n places to the left
27
Simple Interest
Same amount of interest money each year t = p + pn(r/100) t: Total amount including interest p: principal/money deposited n: number of yrs r: interest rate
28
Compound Interest ## Footnote If we deposit $100 earning 8% annual interest that compounds quartley, how much will we have after 3 years?
The interest you receive each year gets bigger and bigger t = p(1+r/100)ⁿ t: Total amount including interest p: principal/money deposited n: number of yrs r: interest rate If the interest compounds several times per year: 1. Calculate interest rate of each compound time: annual interest rate÷compound times per yr 2. Calculate total compounding times in the asking period by multiplying the number of years x compound times per yr. 3. Calculate using formula ## Footnote 1. Interest Rate each compound: 8% ÷ 4 = 2% 2. Total compound times in 3 years: 3 x 4 = 12 times in 3 yrs 3. 100 (1 + 2%) ¹² →100 (1.02) ¹²
29
Mixture Problems ## Footnote Solution A contains 12% alcohol and Solution B contains 25%. If the combined solution contains 17%, what is the ratio of A to B?
A problem where you mix two or more solutions to create a combined mixture. You then have to calculate the percentage of some element in the combined mixture. asking element ÷ total combined mixture The Mixture Trick 1. Put the lower percentage on the left, the combined percentage in the middle, and the higher percentage on the right. 1. Calculate the "distance" between each number and the middle number. 1. The two "distance" we found in step 2 represent the initial mixing ratio. 2. A/B = "distance" of B/"distance" of A Solution A contains 12% alcohol and Solution B contains 25%. If the combined solution contains 17%, what is the ratio of A to B? 1. 12%......17%.....25% 1. "distance" between 17% - 12% = 5%, 25% - 17% = 8 1. The initial mixing ratio = 8:5 2. Since 17% is closer to 12%, the ratio is A/B = 8/5
30
The Distance Formula
Distance = Rate x Time
31
Conversions to note
* 1km = 1000m * 1L = 1000ml * 1 hr = 60 mins = 3600 secs * 1 mile = 5,280 feet = 1,760 yards
32
Relative Speed
Refers to one's speed RELATIVE (in comparison) to some other speed. * Toward each other: Add the speeds * Opposite Directions: Add the speeds * Catching up: Subtract the speeds
33
Work/Rate Problems
Work = Rate x Time * If working together: add the rates * If working against each other: subtract the rate * Identical machines: w = number of identital machines x rate x time
34
Sometimes More is Bad
For identical Machines, the more machines you have, the more work you can do. But Sometimes MORE IS BAD. For example, imagine we're sharing a dinner. The more people we have, the less food each person gets. Set a equal equation: '# of ppl x time = # of ppl x time If a water supply can last 30 people 12 days, how long would the water supply last if 40 people were present? Assume each person drinks the same amount of water each day. 30 ppl x 12 days = 40 ppl x time 30 x 12 = 40 x t→time = 360 ÷ 40 = 9 days
35
Sequences
An ordered list usually but not always, comprised of numbers. **Arithmetic:** * succeeding term is obtained by adding or subtracting a certain number from the previous term: 2, 4, 6, 8→2, 4(2**+2**), 6(4**+2**), 8(6**+2**) **Geometric:** * each succeeding term is obtained by multiplying or dividing a certain number from the previous term: 5, 10, 20, 40→5, 10(5**x2**), 20(10**x2**), 40(20**x2**) **Quadratic:** * The "second difference" of the terms is the same: 1, 12, 36, 73, 123 →First difference: 11, 24, 37, 50: 1, 12(1+11), 36(12+24), 73(36+37) →2nd difference: 13, 13, 13: 11, 24(24-11=**13**), 37(37-24=**13**), 50(50-37=**13**) **Harmonic:** * Where the reciprocal of the terms is an arithmetic sequence: ½, ⅓, ¼
36
Representing a sequence
* aₙ can be written as n itself. (1st term = a₁, 2nd term =a₂) * aₙ can be written as previous terms of the sequence (Previous term = aₙ₋₁, 2 terms previous =aₙ₋₂) * aₙ can be written as exceeding terms of the sequence (Next term = aₙ₊₁, 2 terms after =aₙ₊₂)
37
Series
* The sum of the first n terms of a sequence Sequence: 1, 2, 3, 4 Series: 1 + 2 + 3 + 4
38
The Summation Operator ## Footnote If the nth term of a sequence is 2n, what is the sum of the third through the sixth term of the sequence?
A common way to represent a series is by the summation operator, Σ. m Σ aₙ = aₓ + aₓ₊₁ + aₓ₊₂...+aₘ n=x * Σ (Sigma): The summation operator itself. * m: The upper index. This is the last value to be added * n=x: The lower index. This is the starting value. * aₙ (or other expression): The term to be summed. 6 Σ aᵢ i=3 If aₙ = 2n, the sequence will be 2 (1x2), 4 (2x2), 6 (3x2), 8 (4x2) 6 Σ 2ᵢ = 6(starting index is 3)+8+10+12 (ending index is 6) = 36 i=3 Keep in mind that you won't be expected to know the summation operator for the GRE and hence the above section can be considered as optional. ETS will instead describe the same thing without using the operator, so in the above example, one way they could phrase this would be "If the nth term of a sequence is 2n, what is the sum of the third through the sixth term of the sequence?"
39
Telescoping Series ## Footnote Find the sum of the first 100 terms of aₙ = ¹⁄ₙ - ¹⁄ₙ₊₂
* A type of sequence where the terms cancel out in such a way that it becomes quite easy to find the series. * The nth term of a telescoping sequence would look something like this: aₙ = ¹⁄ₙ - ¹⁄ₙ₊₂ Suppose we need to find the sum of the first 100 terms of the sequence. Try writing down the first few terms  1st   2nd  3rd  4th (¹⁄₁ - ⅓) + (½ - ¼) + (⅓ - ⅕) + (¼ - ⅙) 1. Terms that cancel out (⅓,¼) 1. Terms don't cancel out? ¹⁄₁, ½, -⅕, -⅙ (last 2 terms to subtract) 1. In terms of 100, the last 2 terms to subtract will be: -¹⁄₁₀₁, -¹⁄₁₀₂, so the formula for the sum of the first 100 terms will be: ¹⁄₁ + ½ - ¹⁄₁₀₁ - ¹⁄₁₀₂