-------------existingStyles.css----------- html { font-family: 'MathJax_Main', serif; ascent-override: 90%; descent-override: 20%; line-gap-override: 0%; } body { margin: 0; min-height: 100vh; background: linear-gradient(135deg, #0a0f1d 0%, #0d1426 100%); justify-content: center; align-items: center; font-family: 'Inter', sans-serif; color: white; padding: 5px; } .card { width: 100%; max-width: 100%; background: linear-gradient(135deg, #0b111f 0%, #111827 100%); border-radius: 20px; overflow-y: auto; box-shadow: 0 10px 30px rgba(0,0,0,0.6); } .header { padding: 25px 20px 15px; text-align: center; border-bottom: 1px solid rgba(255,206,0,0.3); background: rgba(17, 24, 39, 0.85); } .header h1 { font-family: 'Roboto Condensed', sans-serif; font-size: 2.2rem; font-weight: 900; color: #ffce00; margin: 0 0 10px; text-shadow: 0 0 20px rgba(255,206,0,0.6); line-height: 1.2; } .subject { color: #34d399; font-size: 1.5rem; letter-spacing: 0.6px; margin-bottom: 8px; font-weight: 600; } .website { color: #ff4d4d; font-size: 1.2rem; letter-spacing: 0.6px; font-weight: 600; } .main { display: flex; flex-direction: column; padding: 5px; } .panel { background: linear-gradient(145deg, rgba(17,24,39,0.95), rgba(10,14,26,0.98)); border-radius: 20px; padding: 5px; border: 1px solid rgba(255,206,0,0.25); box-shadow: 0 10px 30px rgba(0,0,0,0.6); display: flex; flex-direction: column; height: 100%; width: 100%; } .panel-title { font-family: 'Roboto Condensed', sans-serif; font-size: 1.6rem; font-weight: 900; color: #ffce00; text-align: center; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid rgba(255,206,0,0.3); } .formula-box { background: rgba(255,206,0,0.12); border-radius: 14px; padding: 20px; margin: 18px 0; border: 1px solid rgba(255,206,0,0.35); text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .math-formula { font-size: 2.2rem; font-weight: 700; color: #ffce00; margin: 8px 0; min-height:70px; } .properties-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 10px; } .property-item { display: flex; align-items: flex-start; padding: 14px; background: rgba(16,185,129,0.12); border-radius: 14px; border-left: 5px solid #10b981; } .property-icon { font-size: 1.7rem; margin-right: 14px; color: #10b981; min-width: 30px; text-align: center; margin-top: 3px; } .property-text { font-size: 1.25rem; line-height: 1.5; } .tips-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 10px; } .tip-item { display: flex; align-items: flex-start; padding: 14px; background: rgba(245,158,11,0.12); border-radius: 14px; border-left: 5px solid #f59e0b; } .tip-icon { font-size: 1.7rem; margin-right: 14px; color: #f59e0b; min-width: 30px; text-align: center; margin-top: 3px; } .tip-text { font-size: 1.25rem; line-height: 1.5; } .examples-list { display: flex; flex-direction: column; gap: 16px; margin: 10px 0; flex-grow: 1; } .example-item { background: rgba(59, 130, 246, 0.12); border-radius: 14px; padding: 18px; border: 1px solid rgba(59, 130, 246, 0.35); flex-grow: 1; display: flex; flex-direction: column; } .example-title { font-weight: 700; color: #ffffff; margin-bottom: 10px; font-size: 1.5rem; display: flex; align-items: center; } .example-title i { margin-right: 10px; font-size: 1.4rem; } .example-content { font-size: 1.15rem; line-height: 1.6; flex-grow: 1; } .answer-section { background: rgba(124, 45, 183, 0.15); border-radius: 14px; padding: 16px; margin-top: 12px; border-left: 4px solid #8b5cf6; } .answer-title { color: #a78bfa; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; } .answer-title i { margin-right: 8px; font-size: 1.2rem; } .rule-section { background: rgba(239, 68, 68, 0.12); border-radius: 12px; padding: 14px; margin-top: 12px; border-left: 4px solid #ef4444; } .rule-title { color: #f87171; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; } .rule-title i { margin-right: 8px; font-size: 1.1rem; } .definition-section { background: rgba(139, 92, 246, 0.12); border-radius: 12px; padding: 14px; margin-top: 12px; border-left: 4px solid #8b5cf6; } .definition-title { color: #c4b5fd; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; } .definition-title i { margin-right: 8px; font-size: 1.1rem; } .method-section { background: rgba(245, 158, 11, 0.12); border-radius: 12px; padding: 14px; margin-top: 12px; border-left: 4px solid #f59e0b; } .method-title { color: #fcd34d; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; } .method-title i { margin-right: 8px; font-size: 1.1rem; } .exercise-number { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: rgba(255,206,0,0.25); border-radius: 50%; font-weight: 700; margin-right: 10px; flex-shrink: 0; } .exercise-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; margin-top: 10px; } .exercise-card { background: rgb(8 10 10 / 70%); border-radius: 16px; padding: 18px; border: 1px solid rgb(245 200 12 / 100%); transition: transform 0.3s ease, box-shadow 0.3s ease; } .exercise-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); border-color: rgba(255,206,0,0.4); } .exercise-card-title { font-weight: 700; color: #ffce00; margin-bottom: 10px; display: flex; align-items: center; } .exercise-card-title i { margin-right: 10px; font-size: 1.3rem; } .exercise-card-content { font-size: 1.1rem; line-height: 1.5; } .step-by-step { background: rgba(16, 185, 129, 0.15); border-radius: 12px; padding: 12px; margin: 8px 0; border-left: 3px solid #10b981; } .step-title { color: #34d399; font-weight: 600; margin-bottom: 5px; } .highlight-term { background: rgba(255, 206, 0, 0.2); padding: 2px 6px; border-radius: 4px; font-weight: 600; } .identity-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 15px 0; } .identity-item { border: 1px solid #aaa; background: rgb(117 126 143 / 15%); padding: 15px; border-radius: 10px; text-align: center; min-height:60px; } .identity-formula { font-size: 1.8rem; font-weight: 700; color: #8cf50c; margin: 5px 0; } .identity-name { font-size: 1.1rem; color: #ffffff; margin-bottom: 5px; } .algebra-step { display: flex; justify-content: space-between; align-items: center; margin: 10px 0; font-size: 1.2rem; font-weight: 600; color: #ffce00; } .step-box { display: flex; flex-direction: column; align-items: center; padding: 10px; background: rgba(255,206,0,0.1); border-radius: 8px; min-width: 100px; } .step-label { font-size: 0.9rem; color: #fbbf24; margin-bottom: 5px; } .step-expression { font-size: 1.3rem; color: #ffce00; } .identity-table { width: 100%; border-collapse: collapse; margin: 15px 0; } .identity-table td, .identity-table th { border: 1px solid rgba(255,206,0,0.3); padding: 8px; text-align: center; } .identity-table th { background: rgba(255,206,0,0.2); color: #ffce00; } .result-box { font-family: monospace; font-size: 1.4rem; color: #34d399; text-align: center; margin: 15px 0; padding: 10px; background: rgba(16,185,129,0.1); border-radius: 8px; } @media (min-width: 768px) { .main { flex-direction: row; flex-wrap: wrap; } .header h1 { font-size: 2.5rem; } } @media (min-width: 1200px) { .panel { min-width: 350px; } } .mathjax-placeholder { min-height: 10em; /* reserve space */ } @media (max-width: 768px) { .algebra-step,.step-box,.morphology-diagram,.morphology-part { display: block; margin-bottom:5px; } } } .mathjax { min-height: 50px; /* reserve space */ } /* Q&A Section Styles */ .qa-container { margin-top: 30px; padding: 20px; } .qa-item { background: rgba(30, 41, 59, 0.7); border-radius: 12px; padding: 20px; margin-bottom: 20px; border: 1px solid rgba(59, 130, 246, 0.3); } .question-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(59, 130, 246, 0.3); } .user-info { display: flex; align-items: center; } .avatar { width: 40px; height: 40px; border-radius: 50%; background: #3b82f6; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: bold; } .username { font-weight: 600; color: #3b82f6; } .education-level { font-size: 0.9rem; color: #94a3b8; margin-left: 10px; } .question-content { font-size: 1.1rem; line-height: 1.6; margin-bottom: 15px; } .answer-header { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 15px; border-top: 1px solid rgba(16, 185, 129, 0.3); } .answer-content { font-size: 1.1rem; line-height: 1.6; margin-top: 15px; } .expert-education { font-size: 0.9rem; color: #34d399; } .qa-title { font-family: 'Roboto Condensed', sans-serif; font-size: 1.8rem; font-weight: 900; color: #ffce00; text-align: center; margin-bottom: 25px; padding-bottom: 12px; border-bottom: 2px solid rgba(255,206,0,0.3); } .graph-container { margin-top: 15px; padding: 10px; background: rgba(255,255,255, 0.05); border-radius: 10px; height: 300px; } /* Compact Infographic Panel Styles */ .infographic-panel { background: linear-gradient(135deg, #0f172a, #1e293b); border-radius: 15px; padding: 20px; margin: 15px; border: 1px solid #888; box-shadow: 0 0 30px rgba(255, 206, 0, 0.3); position: relative; overflow: hidden; max-width: 100%; margin-left: auto; margin-right: auto; } .infographic-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 206, 0, 0.3); } .infographic-title { font-family: 'Roboto Condensed', sans-serif; font-size: 1.8rem; font-weight: 900; color: #ffce00; margin: 0; } .infographic-icon { font-size: 2rem; color: #ffce00; } .compact-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 15px; } .rule-card { background: rgba(17, 24, 39, 0.8); border-radius: 10px; padding: 15px; border: 1px solid rgba(255, 206, 0, 0.2); } .rule-title { font-weight: 700; color: #ffce00; margin-bottom: 8px; font-size: 1.1rem; display: flex; align-items: center; } .rule-title i { margin-right: 8px; color: #f59e0b; } .rule-content { font-size: 0.95rem; color: #cbd5e1; line-height: 1.4; } .formula-small { font-size: 1.2rem; color: #34d399; margin: 5px 0; font-weight: 600; } .workflow-container { grid-column: 1 / -1; background: rgba(59, 130, 246, 0.1); border-radius: 10px; padding: 15px; margin-top: 10px; border: 1px solid rgba(59, 130, 246, 0.3); } .workflow-title { font-weight: 700; color: #60a5fa; margin-bottom: 10px; text-align: center; } .workflow-steps { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .workflow-step { flex: 1; text-align: center; padding: 10px; background: rgba(17, 24, 39, 0.7); border-radius: 8px; margin: 0 5px; min-width: 60px; } .step-number { display: inline-block; width: 30px; height: 30px; background: #3b82f6; color: white; border-radius: 50%; font-weight: 700; font-size: 0.9rem; line-height: 30px; margin-bottom: 5px; } .step-label { font-size: 0.8rem; color: #93c5fd; } .graph-placeholder { grid-column: 1 / -1; background: rgba(16, 185, 129, 0.1); border-radius: 10px; padding: 15px; margin-top: 10px; border: 1px solid rgba(16, 185, 129, 0.3); text-align: center; min-height: 100px; display: flex; align-items: center; justify-content: center; } .graph-title { font-weight: 700; color: #34d399; margin-bottom: 10px; } .graph-content { font-size: 0.9rem; color: #a7f3d0; } .cta-mini { grid-column: 1 / -1; background: linear-gradient(90deg, #ffce00, #f59e0b); color: #0f172a; padding: 12px; border-radius: 8px; margin-top: 15px; font-size: 1.1rem; font-weight: 700; text-align: center; } .graph-container { margin-top: 15px; padding: 10px; background: rgba(255,255,255, 1); border-radius: 10px; height: 300px; } ------------------end existingStyles.css-----

Solved Exercises on Multi-step Equations in Grade 8

Master multi-step equations: distributive property, combining like terms, and variable isolation through these 10 detailed exercises.

Solution: Exercises 1 to 5
1 Basic multi-step equation
Exercise 1
Solve: \(3x + 5 = 20\)
Definition:

Multi-step equation: An equation requiring more than one operation to isolate the variable

Variable: The unknown value we solve for (x in this case)

Constant: A fixed value that doesn't change (numbers like 5, 20)

Solving Strategy:
  1. Undo operations in reverse order of operations (PEMDAS)
  2. Perform the same operation on both sides of the equation
  3. Isolate the variable on one side
  4. Verify the solution by substituting back
Step 1: Subtract 5 from both sides

\(3x + 5 - 5 = 20 - 5\)

\(3x = 15\)

Step 2: Divide both sides by 3

\(\frac{3x}{3} = \frac{15}{3}\)

\(x = 5\)

Step 3: Verify the solution

Substitute \(x = 5\) into original equation:

\(3(5) + 5 = 15 + 5 = 20\) ✓

\(3x + 5 = 20\)
\(3x = 15\)
\(x = 5\)
\(x = 5\)
Final answer:

\(x = 5\)

Applied rules:

Balance rule: Perform the same operation on both sides

Inverse operations: Use subtraction to undo addition, division to undo multiplication

Verification: Check solution by substitution

2 Combining like terms
Exercise 2
Solve: \(4x + 3x - 2 = 19\)
Definition:

Like terms: Terms that have the same variable with the same exponent (e.g., 4x and 3x are like terms)

Step 1: Combine like terms on the left side

\(4x + 3x = 7x\)

So: \(7x - 2 = 19\)

Step 2: Add 2 to both sides

\(7x - 2 + 2 = 19 + 2\)

\(7x = 21\)

Step 3: Divide both sides by 7

\(\frac{7x}{7} = \frac{21}{7}\)

\(x = 3\)

Step 4: Verify the solution

Substitute \(x = 3\) into original equation:

\(4(3) + 3(3) - 2 = 12 + 9 - 2 = 19\) ✓

\(4x + 3x - 2 = 19\)
\(7x - 2 = 19\)
\(7x = 21\)
\(x = 3\)
\(x = 3\)
Final answer:

\(x = 3\)

Applied rules:

Combining like terms: Add coefficients of like terms

Balance rule: Maintain equality by doing the same to both sides

Inverse operations: Undo operations in reverse order

3 Distributive property
Exercise 3
Solve: \(2(x + 5) = 16\)
Definition:

Distributive property: \(a(b + c) = ab + ac\)

Step 1: Apply the distributive property

\(2(x + 5) = 2 \cdot x + 2 \cdot 5 = 2x + 10\)

So: \(2x + 10 = 16\)

Step 2: Subtract 10 from both sides

\(2x + 10 - 10 = 16 - 10\)

\(2x = 6\)

Step 3: Divide both sides by 2

\(\frac{2x}{2} = \frac{6}{2}\)

\(x = 3\)

Step 4: Verify the solution

Substitute \(x = 3\) into original equation:

\(2(3 + 5) = 2(8) = 16\) ✓

\(2(x + 5) = 16\)
\(2x + 10 = 16\)
\(2x = 6\)
\(x = 3\)
\(x = 3\)
Final answer:

\(x = 3\)

Applied rules:

Distributive property: Multiply the outside term by each inside term

Balance rule: Perform same operation on both sides

Verification: Substitute solution back into original equation

Solution: Exercises 6 to 10
4 Variables on both sides
Exercise 4
Solve: \(3x + 7 = 2x + 10\)
Definition:

Variables on both sides: When the variable appears on both sides of the equation, collect all variable terms on one side

Step 1: Subtract \(2x\) from both sides

\(3x + 7 - 2x = 2x + 10 - 2x\)

\(x + 7 = 10\)

Step 2: Subtract 7 from both sides

\(x + 7 - 7 = 10 - 7\)

\(x = 3\)

Step 3: Verify the solution

Substitute \(x = 3\) into original equation:

Left side: \(3(3) + 7 = 9 + 7 = 16\)

Right side: \(2(3) + 10 = 6 + 10 = 16\)

Both sides equal 16 ✓

\(3x + 7 = 2x + 10\)
\(x + 7 = 10\)
\(x = 3\)
\(x = 3\)
Final answer:

\(x = 3\)

Applied rules:

Collect like terms: Move all variable terms to one side

Balance rule: Same operation on both sides maintains equality

Verification: Check both sides equal the same value

5 Complex multi-step equation
Exercise 5
Solve: \(3(x - 4) + 2x = 18\)
Definition:

Complex multi-step equation: Requires multiple operations including distribution and combining like terms

Step 1: Apply the distributive property

\(3(x - 4) = 3 \cdot x - 3 \cdot 4 = 3x - 12\)

So: \(3x - 12 + 2x = 18\)

Step 2: Combine like terms

\(3x + 2x = 5x\)

So: \(5x - 12 = 18\)

Step 3: Add 12 to both sides

\(5x - 12 + 12 = 18 + 12\)

\(5x = 30\)

Step 4: Divide both sides by 5

\(\frac{5x}{5} = \frac{30}{5}\)

\(x = 6\)

Step 5: Verify the solution

Substitute \(x = 6\) into original equation:

\(3(6 - 4) + 2(6) = 3(2) + 12 = 6 + 12 = 18\) ✓

\(3(x - 4) + 2x = 18\)
\(3x - 12 + 2x = 18\)
\(5x - 12 = 18\)
\(5x = 30\)
\(x = 6\)
\(x = 6\)
Final answer:

\(x = 6\)

Applied rules:

Distributive property: Apply to terms inside parentheses first

Combine like terms: Simplify before isolating the variable

Inverse operations: Undo operations in reverse order

6 Equation with fractions
Exercise 6
Solve: \(\frac{x}{2} + 3 = 7\)
Step 1: Subtract 3 from both sides

\(\frac{x}{2} + 3 - 3 = 7 - 3\)

\(\frac{x}{2} = 4\)

Step 2: Multiply both sides by 2

\(2 \cdot \frac{x}{2} = 2 \cdot 4\)

\(x = 8\)

Step 3: Verify the solution

Substitute \(x = 8\) into original equation:

\(\frac{8}{2} + 3 = 4 + 3 = 7\) ✓

\(\frac{x}{2} + 3 = 7\)
\(\frac{x}{2} = 4\)
\(x = 8\)
\(x = 8\)
Final answer:

\(x = 8\)

7 Negative coefficients
Exercise 7
Solve: \(-2x + 8 = 14\)
Step 1: Subtract 8 from both sides

\(-2x + 8 - 8 = 14 - 8\)

\(-2x = 6\)

Step 2: Divide both sides by -2

\(\frac{-2x}{-2} = \frac{6}{-2}\)

\(x = -3\)

Step 3: Verify the solution

Substitute \(x = -3\) into original equation:

\(-2(-3) + 8 = 6 + 8 = 14\) ✓

\(-2x + 8 = 14\)
\(-2x = 6\)
\(x = -3\)
\(x = -3\)
Final answer:

\(x = -3\)

8 Verification exercise
Exercise 8
Verify that \(x = 4\) is the solution to \(5x - 3 = 2x + 9\).
Step 1: Substitute \(x = 4\) into left side

Left side: \(5(4) - 3 = 20 - 3 = 17\)

Step 2: Substitute \(x = 4\) into right side

Right side: \(2(4) + 9 = 8 + 9 = 17\)

Step 3: Compare both sides

Left side = Right side = 17 ✓

Step 4: Solve to confirm

\(5x - 3 = 2x + 9\)

\(5x - 2x = 9 + 3\)

\(3x = 12\)

\(x = 4\) ✓

Verification successful
Final answer:

\(x = 4\) is indeed the solution to \(5x - 3 = 2x + 9\).

9 Comparison exercise
Exercise 9
Solve: \(2(x + 3) = 3(x - 1)\)
Step 1: Apply distributive property to both sides

Left side: \(2(x + 3) = 2x + 6\)

Right side: \(3(x - 1) = 3x - 3\)

So: \(2x + 6 = 3x - 3\)

Step 2: Subtract \(2x\) from both sides

\(2x + 6 - 2x = 3x - 3 - 2x\)

\(6 = x - 3\)

Step 3: Add 3 to both sides

\(6 + 3 = x - 3 + 3\)

\(9 = x\)

Step 4: Verify the solution

Left side: \(2(9 + 3) = 2(12) = 24\)

Right side: \(3(9 - 1) = 3(8) = 24\)

Both sides equal 24 ✓

\(x = 9\)
Final answer:

\(x = 9\)

10 Complex multi-step equation
Exercise 10
Solve: \(4(2x - 3) - 3x = 5x + 2\)
Step 1: Apply distributive property

\(4(2x - 3) = 4 \cdot 2x - 4 \cdot 3 = 8x - 12\)

So: \(8x - 12 - 3x = 5x + 2\)

Step 2: Combine like terms on the left side

\(8x - 3x = 5x\)

So: \(5x - 12 = 5x + 2\)

Step 3: Subtract \(5x\) from both sides

\(5x - 12 - 5x = 5x + 2 - 5x\)

\(-12 = 2\)

Step 4: Analyze the result

\(-12 = 2\) is false, so this equation has no solution

No solution
Final answer:

This equation has no solution because it leads to a contradiction.

Detailed Summary: Multi-step Equations
Key Definitions

Multi-step Equation: An equation that requires more than one operation to solve, typically involving combining like terms, using the distributive property, or collecting variables on one side.

Variable: A symbol (usually a letter) that represents an unknown number or value.

Constant: A fixed value that does not change in an equation.

Coefficient: The numerical factor of a variable term (in 3x, the coefficient is 3).

Like Terms: Terms that have the same variable raised to the same power (e.g., 3x and 5x are like terms).

Solution: The value of the variable that makes the equation true.

Core Rules and Laws

Balance Rule:

Whatever you do to one side of an equation, you must do to the other side to maintain equality.

Distributive Property:

\(a(b + c) = ab + ac\)

Used to eliminate parentheses by multiplying the outside term with each inside term.

Inverse Operations:

  • Addition and subtraction are inverse operations
  • Multiplication and division are inverse operations
  • Use inverse operations to isolate the variable

Order of Operations (Reverse):

When solving, undo operations in reverse order: parentheses → exponents → multiplication/division → addition/subtraction

Step-by-Step Methods

Method 1: Basic Multi-step Equation

  1. Simplify both sides if possible (distribute, combine like terms)
  2. Move variable terms to one side and constants to the other
  3. Isolate the variable using inverse operations
  4. Verify by substituting the solution back into the original equation

Method 2: Equations with Parentheses

  1. Apply the distributive property to eliminate parentheses
  2. Combine like terms on each side
  3. Move variable terms to one side and constants to the other
  4. Solve using inverse operations

Method 3: Variables on Both Sides

  1. Choose one side for the variable terms (usually the side with the larger coefficient)
  2. Subtract the smaller variable term from both sides
  3. Move constants to the opposite side
  4. Isolate the variable

Method 4: Verification Process

  1. Substitute the solution back into the original equation
  2. Simplify both sides independently
  3. Confirm that both sides equal the same value
Examples: Simple to Advanced

Simple Example: \(2x + 3 = 11\)

\(2x = 8\), so \(x = 4\)

Intermediate Example: \(3(x + 2) = 15\)

\(3x + 6 = 15\), then \(3x = 9\), so \(x = 3\)

Advanced Example: \(2(x - 3) + 4x = 3(x + 1) - 5\)

\(2x - 6 + 4x = 3x + 3 - 5\)

\(6x - 6 = 3x - 2\)

\(3x = 4\), so \(x = \frac{4}{3}\)

Tips, Tricks, and Common Pitfalls

Tips:

  • Always perform the same operation on both sides of the equation
  • Check your solution by substituting it back into the original equation
  • Work systematically and show all steps to avoid mistakes
  • Pay attention to negative signs when distributing
  • Combine like terms before isolating the variable

Common Pitfalls:

  • Forgetting to distribute to all terms inside parentheses
  • Changing signs incorrectly when moving terms across the equals sign
  • Not applying operations to both sides equally
  • Mixing up order of operations when solving
  • Forgetting to verify the solution
Key Notes for Memorization

Memory Aids:

  • "What you do to one side, you must do to the other" (Balance Rule)

Quick Checks:

  • Does my solution make the original equation true?
  • Did I distribute to all terms in parentheses?
  • Are my signs correct when moving terms?
  • Have I combined like terms correctly?
Visual Learning: Multi-step Equations
\(a(x + b) = c \Rightarrow ax + ab = c\)
Distributive Property

Equation Solving Process

Original: \(3x + 5 = 20\)
Subtract 5: \(3x = 15\)
Divide by 3: \(x = 5\)
Maintain Balance Throughout!
1. Distribute
\(2(x+3) = 2x+6\)
2. Combine Like Terms
\(3x+2x = 5x\)
3. Collect Variables
\(3x-2x = x\)
4. Isolate Variable
\(x = \text{value}\)
\(3x + 7 = 2x + 10\)
\(3x - 2x = 10 - 7\)
\(x = 3\)
Balance Rule:
Whatever you do to one side,
you must do to the other side!
Key Properties:

Reflexive: \(a = a\) (an equation is equal to itself)

Symmetric: If \(a = b\), then \(b = a\)

Transitive: If \(a = b\) and \(b = c\), then \(a = c\)

Addition Property: If \(a = b\), then \(a + c = b + c\)

Multiplication Property: If \(a = b\), then \(ac = bc\)

Problem-Solving Strategies:
  1. Simplify first: Distribute and combine like terms
  2. Collect variables: Move all variable terms to one side
  3. Move constants: Move all constant terms to the other side
  4. Isolate variable: Use inverse operations to solve
  5. Verify solution: Substitute back into original equation
Tip 1: Always keep the equation balanced by doing the same operation to both sides.
Tip 2: Distribute carefully, especially with negative numbers.
Tip 3: Check your solution by substituting it back into the original equation.
Tip 4: Combine like terms before isolating the variable.
Important note: The goal is always to isolate the variable on one side of the equation.
Practical application: Used in solving real-world problems involving unknown values.

Questions & Answers

Question: I always get confused about which side to move the variable to when solving equations with variables on both sides. Does it matter which side I choose?

Answer: It doesn't matter which side you choose, but it's generally easier to move the variable to the side that originally has the larger coefficient. This avoids dealing with negative coefficients.

For example, in \(5x + 3 = 2x + 9\):

  • You could subtract \(2x\) from both sides: \(3x + 3 = 9\)
  • OR subtract \(5x\) from both sides: \(3 = -3x + 9\)

The first option is easier because it keeps the coefficient positive. Both lead to the same solution.

Question: My child is struggling with the distributive property in multi-step equations. How can I help them understand when and how to use it?

Answer: Explain the distributive property using these approaches:

  • Visual model: Think of it as "sharing" - the outside number shares with each inside number
  • Real-world example: "3 groups of (apples + oranges)" means "3×apples + 3×oranges"
  • Pattern recognition: Use it whenever there's a number directly next to parentheses
  • Step-by-step: Multiply the outside number by each term inside the parentheses

Practice with simple examples first: \(2(x + 3) = 2x + 6\) before moving to complex ones.

Question: How do I know if I should combine like terms first or distribute first when solving multi-step equations?

Answer: Generally, follow this order:

  1. First: Apply the distributive property to eliminate parentheses
  2. Second: Combine like terms on each side of the equation separately
  3. Third: Collect variables on one side and constants on the other
  4. Fourth: Isolate the variable

However, if you can combine like terms within parentheses first (like in \(2(x + 3 + 2)\)), do that before distributing. The key is to simplify as much as possible before distributing.