-------------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 Equations with Variables on Both Sides in Grade 8

Master equations with variables on both sides: collection of like terms, isolation, and verification through these 10 detailed exercises.

Solution: Exercises 1 to 5
1 Basic variables on both sides
Exercise 1
Solve: \(5x + 3 = 2x + 9\)
Definition:

Equation with variables on both sides: An equation where the variable appears on both the left and right sides of the equals sign

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

Like terms: Terms that have the same variable with the same exponent

Solving Strategy:
  1. Collect all variable terms on one side of the equation
  2. Collect all constant terms on the other side
  3. Isolate the variable using inverse operations
  4. Verify the solution by substituting back
Step 1: Subtract \(2x\) from both sides

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

\(3x + 3 = 9\)

Step 2: Subtract 3 from both sides

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

\(3x = 6\)

Step 3: Divide both sides by 3

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

\(x = 2\)

Step 4: Verify the solution

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

Left side: \(5(2) + 3 = 10 + 3 = 13\)

Right side: \(2(2) + 9 = 4 + 9 = 13\)

Both sides equal 13 ✓

\(5x + 3 = 2x + 9\)
\(5x - 2x = 9 - 3\)
\(3x = 6\)
\(x = 2\)
\(x = 2\)
Final answer:

\(x = 2\)

Applied rules:

Collection rule: Move all variable terms to one side

Balance rule: Perform same operation on both sides

Verification: Check solution by substitution

2 Negative coefficients
Exercise 2
Solve: \(7x - 4 = 3x + 8\)
Definition:

Coefficient: The numerical factor of a variable term (7 and 3 in this equation)

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

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

\(4x - 4 = 8\)

Step 2: Add 4 to both sides

\(4x - 4 + 4 = 8 + 4\)

\(4x = 12\)

Step 3: Divide both sides by 4

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

\(x = 3\)

Step 4: Verify the solution

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

Left side: \(7(3) - 4 = 21 - 4 = 17\)

Right side: \(3(3) + 8 = 9 + 8 = 17\)

Both sides equal 17 ✓

\(7x - 4 = 3x + 8\)
\(7x - 3x = 8 + 4\)
\(4x = 12\)
\(x = 3\)
\(x = 3\)
Final answer:

\(x = 3\)

Applied rules:

Variable collection: Move all x terms to one side

Constant collection: Move all constants to other side

Sign change: When moving terms across equals sign

3 Variables on both sides with distribution
Exercise 3
Solve: \(2(x + 3) = 3x + 1\)
Definition:

Distributive property: \(a(b + c) = ab + ac\), used to eliminate parentheses

Step 1: Apply the distributive property

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

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

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

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

\(6 = x + 1\)

Step 3: Subtract 1 from both sides

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

\(5 = x\)

Step 4: Verify the solution

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

Left side: \(2(5 + 3) = 2(8) = 16\)

Right side: \(3(5) + 1 = 15 + 1 = 16\)

Both sides equal 16 ✓

\(2(x + 3) = 3x + 1\)
\(2x + 6 = 3x + 1\)
\(2x - 3x = 1 - 6\)
\(-x = -5\)
\(x = 5\)
\(x = 5\)
Final answer:

\(x = 5\)

Applied rules:

Distribution first: Eliminate parentheses before collecting terms

Balance rule: Same operation on both sides maintains equality

Sign handling: Be careful with negative coefficients

Solution: Exercises 6 to 10
4 Complex variables on both sides
Exercise 4
Solve: \(4x - 2(x + 1) = 3x - 5\)
Definition:

Complex equation: An equation requiring multiple steps including distribution, combining like terms, and variable collection

Step 1: Apply the distributive property

\(-2(x + 1) = -2 \cdot x + (-2) \cdot 1 = -2x - 2\)

So: \(4x - 2x - 2 = 3x - 5\)

Step 2: Combine like terms on the left side

\(4x - 2x = 2x\)

So: \(2x - 2 = 3x - 5\)

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

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

\(-2 = x - 5\)

Step 4: Add 5 to both sides

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

\(3 = x\)

Step 5: Verify the solution

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

Left side: \(4(3) - 2(3 + 1) = 12 - 2(4) = 12 - 8 = 4\)

Right side: \(3(3) - 5 = 9 - 5 = 4\)

Both sides equal 4 ✓

\(4x - 2(x + 1) = 3x - 5\)
\(4x - 2x - 2 = 3x - 5\)
\(2x - 2 = 3x - 5\)
\(2x - 3x = -5 + 2\)
\(-x = -3\)
\(x = 3\)
\(x = 3\)
Final answer:

\(x = 3\)

Applied rules:

Distribution: Apply to terms inside parentheses first

Combine like terms: Simplify before collecting variables

Variable collection: Move all x terms to one side

5 Variables with fractions
Exercise 5
Solve: \(\frac{x}{2} + 3 = \frac{x}{3} + 4\)
Definition:

Fractional coefficients: When variables have fractional coefficients, eliminate fractions by multiplying both sides by the LCD

Step 1: Find the LCD of denominators (2 and 3)

LCD = 6

Step 2: Multiply both sides by 6

\(6\left(\frac{x}{2} + 3\right) = 6\left(\frac{x}{3} + 4\right)\)

\(6 \cdot \frac{x}{2} + 6 \cdot 3 = 6 \cdot \frac{x}{3} + 6 \cdot 4\)

\(3x + 18 = 2x + 24\)

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

\(3x + 18 - 2x = 2x + 24 - 2x\)

\(x + 18 = 24\)

Step 4: Subtract 18 from both sides

\(x + 18 - 18 = 24 - 18\)

\(x = 6\)

Step 5: Verify the solution

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

Left side: \(\frac{6}{2} + 3 = 3 + 3 = 6\)

Right side: \(\frac{6}{3} + 4 = 2 + 4 = 6\)

Both sides equal 6 ✓

\(\frac{x}{2} + 3 = \frac{x}{3} + 4\)
\(3x + 18 = 2x + 24\)
\(3x - 2x = 24 - 18\)
\(x = 6\)
\(x = 6\)
Final answer:

\(x = 6\)

Applied rules:

LCD elimination: Multiply by LCD to eliminate fractions

Distribution: Apply multiplication to each term

Variable collection: Standard procedure after eliminating fractions

6 Variables on both sides with decimals
Exercise 6
Solve: \(0.5x + 2 = 0.3x + 3.4\)
Step 1: Subtract \(0.3x\) from both sides

\(0.5x + 2 - 0.3x = 0.3x + 3.4 - 0.3x\)

\(0.2x + 2 = 3.4\)

Step 2: Subtract 2 from both sides

\(0.2x + 2 - 2 = 3.4 - 2\)

\(0.2x = 1.4\)

Step 3: Divide both sides by 0.2

\(\frac{0.2x}{0.2} = \frac{1.4}{0.2}\)

\(x = 7\)

Step 4: Verify the solution

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

Left side: \(0.5(7) + 2 = 3.5 + 2 = 5.5\)

Right side: \(0.3(7) + 3.4 = 2.1 + 3.4 = 5.5\)

Both sides equal 5.5 ✓

\(0.5x + 2 = 0.3x + 3.4\)
\(0.5x - 0.3x = 3.4 - 2\)
\(0.2x = 1.4\)
\(x = 7\)
\(x = 7\)
Final answer:

\(x = 7\)

7 Variables on both sides with negative variable terms
Exercise 7
Solve: \(5 - 2x = 3x + 15\)
Step 1: Add \(2x\) to both sides

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

\(5 = 5x + 15\)

Step 2: Subtract 15 from both sides

\(5 - 15 = 5x + 15 - 15\)

\(-10 = 5x\)

Step 3: Divide both sides by 5

\(\frac{-10}{5} = \frac{5x}{5}\)

\(-2 = x\)

Step 4: Verify the solution

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

Left side: \(5 - 2(-2) = 5 + 4 = 9\)

Right side: \(3(-2) + 15 = -6 + 15 = 9\)

Both sides equal 9 ✓

\(5 - 2x = 3x + 15\)
\(5 - 15 = 3x + 2x\)
\(-10 = 5x\)
\(x = -2\)
\(x = -2\)
Final answer:

\(x = -2\)

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

Left side: \(2(4) + 7 = 8 + 7 = 15\)

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

Right side: \(5(4) - 5 = 20 - 5 = 15\)

Step 3: Compare both sides

Left side = Right side = 15 ✓

Step 4: Solve to confirm

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

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

\(12 = 3x\)

\(x = 4\) ✓

Verification successful
Final answer:

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

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

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

Right side: \(2(x + 5) = 2x + 10\)

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

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

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

\(x + 6 = 10\)

Step 3: Subtract 6 from both sides

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

\(x = 4\)

Step 4: Verify the solution

Left side: \(3(4 + 2) = 3(6) = 18\)

Right side: \(2(4 + 5) = 2(9) = 18\)

Both sides equal 18 ✓

\(x = 4\)
Final answer:

\(x = 4\)

10 Special case: No solution
Exercise 10
Solve: \(2x + 5 = 2x + 8\)
Step 1: Subtract \(2x\) from both sides

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

\(5 = 8\)

Step 2: Analyze the result

\(5 = 8\) is a false statement

Step 3: Conclusion

This equation has no solution because it leads to a contradiction

Step 4: Explanation

When the variable terms cancel out and leave a false statement, there is no solution

No solution
Final answer:

This equation has no solution because it simplifies to the false statement \(5 = 8\).

Detailed Summary: Equations with Variables on Both Sides
Key Definitions

Equation with Variables on Both Sides: An equation where the variable appears on both sides of the equals sign, requiring collection of variable terms to one side.

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

Coefficient: The numerical factor of a variable term (the number in front of the variable).

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

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.

Collection Rule:

Move all variable terms to one side of the equation and all constant terms to the other side.

Sign Change Rule:

When moving a term across the equals sign, change its sign (positive becomes negative, negative becomes positive).

Inverse Operations:

  • Addition and subtraction are inverse operations
  • Multiplication and division are inverse operations
  • Use inverse operations to isolate the variable
Step-by-Step Methods

Method 1: Basic Variables on Both Sides

  1. Identify all variable terms and constant terms
  2. Move all variable terms to one side (typically the side with the larger coefficient)
  3. Move all constant terms to the other side
  4. Combine like terms on each side
  5. Isolate the variable using inverse operations
  6. Verify the solution by substituting 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. Collect variable terms on one side and constants on the other
  4. Solve using inverse operations

Method 3: Equations with Fractions

  1. Find the least common denominator (LCD) of all fractions
  2. Multiply both sides by the LCD to eliminate fractions
  3. Solve the resulting equation with variables on both sides

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: \(3x + 2 = x + 8\)

\(3x - x = 8 - 2\), so \(2x = 6\), and \(x = 3\)

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

\(2x + 6 = 3x + 1\), then \(6 - 1 = 3x - 2x\), so \(5 = x\)

Advanced Example: \(\frac{x}{2} + 3 = \frac{x}{3} + 4\)

Multiply by 6: \(3x + 18 = 2x + 24\), then \(x = 6\)

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 moving terms
  • Choose the side with the larger coefficient to minimize negative results

Common Pitfalls:

  • Forgetting to change signs when moving terms across the equals sign
  • Not applying operations to both sides equally
  • Mixing up the order of operations when solving
  • Forgetting to verify the solution
  • Mistakes in distribution with negative numbers
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 change signs when moving terms across the equals sign?
  • Have I collected all variables on one side and constants on the other?
  • Is my arithmetic correct?
Visual Learning: Equations with Variables on Both Sides
\(ax + b = cx + d \Rightarrow ax - cx = d - b\)
Variable Collection Rule

Variable Collection Process

\(5x + 3 = 2x + 9\)
\(5x - 2x = 9 - 3\)
\(3x = 6\)
\(x = 2\)
Collect Variables on One Side!
1. Identify Terms
\(5x + 3 = 2x + 9\)
2. Move Variables
\(5x - 2x = 9 - 3\)
3. Simplify
\(3x = 6\)
4. Solve
\(x = 2\)
\(4x - 2 = 2x + 6\)
\(4x - 2x = 6 + 2\)
\(2x = 8\)
\(x = 4\)
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 if needed
  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: Move variables to the side with the larger coefficient to avoid negatives.
Tip 3: Check your solution by substituting it back into the original equation.
Tip 4: Remember: signs change when moving terms across the equals sign.
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 equations that have variables on both sides. How can I help them understand the concept of collecting variables?

Answer: Use these approaches to explain variable collection:

  • Balance analogy: Think of the equation as a scale that must stay balanced
  • Grouping concept: "Collect" all the x terms on one side like collecting toys in one box
  • Real-world example: "If I have 3 apples here and 2 apples there, I can move them to be together"
  • Sign change rule: When moving across the equals sign, the sign changes

Practice with simple examples first before moving to complex ones.

Question: What happens when I try to solve an equation and the variables cancel out? Is that normal?

Answer: Yes, this happens and there are two possibilities:

  1. No Solution: When variables cancel out and you're left with a false statement (like \(5 = 8\)), there's no solution
  2. Infinitely Many Solutions: When variables cancel out and you're left with a true statement (like \(7 = 7\)), there are infinitely many solutions

For example, in \(2x + 5 = 2x + 8\), subtracting \(2x\) from both sides gives \(5 = 8\), which is false, so there's no solution.