Learn & Review: Algebra 1 Basics for Beginners
Jan 23, 2026
Algebra 1 Basics for Beginners
audio
Media preview
Transcript
Transcript will appear once available.
summarize_document
Summary of Algebra 1 Concepts and Problem-Solving Techniques
This video provides a guide to solving various Algebra 1 problems, emphasizing a step-by-step approach and the importance of understanding fundamental concepts.
1. Solving One-Step Equations
- Concept: Isolate the variable (x) on one side of the equation by performing the opposite operation.
- Opposite Operations:
- Addition <-> Subtraction
- Multiplication <-> Division
- Exponent <-> Root/Radical
- Example:
x + 2 = 5- Subtract 2 from both sides:
x + 2 - 2 = 5 - 2 - Result:
x = 3
- Subtract 2 from both sides:
2. Solving Two-Step Equations
- Concept: Involves two operations. Use the reversal of the order of operations (PEMDAS in reverse) to determine which operation to undo first. Generally, deal with addition/subtraction before multiplication/division.
- Example:
2x + 3 = 11- Undo addition: Subtract 3 from both sides:
2x + 3 - 3 = 11 - 3->2x = 8 - Undo multiplication: Divide both sides by 2:
2x / 2 = 8 / 2 - Result:
x = 4
- Undo addition: Subtract 3 from both sides:
3. Solving Multi-Step Equations
- Concept: Similar to two-step equations, but may involve exponents or other operations. Apply the reversal of the order of operations.
- Example:
3x² + 8 = 20- Undo addition: Subtract 8 from both sides:
3x² + 8 - 8 = 20 - 8->3x² = 12 - Undo multiplication: Divide both sides by 3:
3x² / 3 = 12 / 3->x² = 4 - Undo exponent: Take the square root of both sides:
√x² = √4 - Result:
x = 2
- Undo addition: Subtract 8 from both sides:
4. Equations with Variables on Both Sides
- Concept: Move all terms containing the variable to one side of the equation and all constant terms to the other.
- Example:
4x + 5 = 9 + 2x- Move variable terms: Subtract
2xfrom both sides:4x - 2x + 5 = 9 + 2x - 2x->2x + 5 = 9 - Solve the resulting two-step equation:
- Subtract 5 from both sides:
2x + 5 - 5 = 9 - 5->2x = 4 - Divide both sides by 2:
2x / 2 = 4 / 2
- Subtract 5 from both sides:
- Result:
x = 2
- Move variable terms: Subtract
5. Absolute Value Equations
- Concept: Set up two separate equations: one where the expression inside the absolute value equals the positive value on the other side, and one where it equals the negative value.
- Example:
|x + 3| = 7- Equation 1:
x + 3 = 7->x = 4 - Equation 2:
x + 3 = -7->x = -10 - Solutions:
x = 4orx = -10
- Equation 1:
- Important Note: If there are terms outside the absolute value, isolate the absolute value expression first.
- Example:
|x + 1| + 6 = 9- Isolate absolute value: Subtract 6 from both sides:
|x + 1| = 3 - Solve:
x + 1 = 3->x = 2andx + 1 = -3->x = -4 - Solutions:
x = 2orx = -4
- Isolate absolute value: Subtract 6 from both sides:
- Example:
6. Radical Equations
- Concept: Isolate the radical term on one side of the equation, then eliminate the radical by raising both sides to the power corresponding to the root.
- Example:
√(x + 3) - 2 = 1- Isolate radical: Add 2 to both sides:
√(x + 3) = 3 - Eliminate square root: Square both sides:
(√(x + 3))² = 3²->x + 3 = 9 - Solve one-step equation: Subtract 3 from both sides:
x = 6 - Result:
x = 6
- Isolate radical: Add 2 to both sides:
7. Rational Equations
- Concept: Equations with variables in the denominator. Eliminate fractions by using the least common denominator or by cross-multiplication.
- Example:
4 / (x - 5) = 3 / x- Cross-multiply:
4 * x = 3 * (x - 5) - Simplify and solve:
4x = 3x - 15->x = -15 - Result:
x = -15
- Cross-multiply:
8. Changing the Subject of a Formula (Transposing)
- Concept: Rearrange a formula to solve for a specific variable, similar to solving equations.
- Example: Solve for
xiny = mx + b- Isolate
mx: Subtractbfrom both sides:y - b = mx - Isolate
x: Divide both sides bym:(y - b) / m = x - Result:
x = (y - b) / m
- Isolate
9. Solving Inequalities
- Concept: Similar to solving equations, but with an inequality sign (
<,>,≤,≥). - Key Rule: When multiplying or dividing both sides by a negative number, the direction of the inequality sign must be reversed.
- Example:
-3x + 1 > 7- Subtract 1 from both sides:
-3x > 6 - Divide by -3 (and reverse the sign):
x < -2 - Result:
x < -2
- Subtract 1 from both sides:
10. Combined Inequalities
- Concept: Solve by performing the same operation on all three parts of the inequality.
- Example:
-3 < x + 8 < 20- Subtract 8 from all three parts:
-3 - 8 < x + 8 - 8 < 20 - 8 - Result:
-11 < x < 12
- Subtract 8 from all three parts:
11. Graphing Inequalities
- Concept: Represent inequalities on a number line.
- Use an unshaded circle for
<or>. - Use a shaded circle for
≤or≥. - If the inequality is in the form
variable > numberorvariable < number, the arrow points in the same direction as the inequality sign.
- Use an unshaded circle for
- Example:
x > -4- Place an unshaded circle at -4.
- Draw an arrow pointing to the right (towards larger numbers).
12. Word Problems (Two-Step Equations)
- Concept: Translate the word problem into an algebraic equation. Identify the total, the group size (often with 'x'), and any remaining amount.
- Example: "To ship 2,500 gallons, Stan's company used 20 boxes and had 100 gallons left. How many gallons were in a box?"
- Let
xbe the number of gallons per box. - Equation:
20x + 100 = 2500 - Solve:
20x = 2400x = 120
- Answer: There were 120 gallons in each box.
- Let
- Faster Method:
(Total - Remainder) / Group = x->(2500 - 100) / 20 = 120
13. Word Problems (Translating Phrases)
- Concept: Translate verbal phrases into algebraic expressions.
- "added to" ->
+ - "thrice" ->
3 * - "is" ->
=
- "added to" ->
- Example: "Five added to thrice Michael's age is 50."
- Let Michael's age be
x. - Translation:
5 + 3x = 50 - Solve:
3x = 45x = 15
- Answer: Michael is 15 years old.
- Let Michael's age be
14. Functions
- Definition: A relation where each input value (
x) corresponds to exactly one output value (y). - Key Rule: No input value can have multiple output values. Multiple input values can map to the same output value.
- Example of NOT a function: The input
3maps to both6and8. - Example of a function: Input
4maps to8, and input5also maps to8. This is acceptable.
Ask Sia for quick explanations, examples, and study support.