No history yet

Linear Equation Mastery

Juggling Variables

Solving a linear equation means finding the value of an unknown variable. You've likely done this by performing inverse operations to isolate the variable. But what happens when the equation gets more complex? The strategy is the same, but it requires a few more careful steps.

Consider an equation where the variable, let's call it xx, appears on both sides of the equals sign. Your first job is to herd all the xx terms to one side and all the constant numbers to the other. It doesn’t matter which side you choose for which.

Think of it like sorting laundry. You put all the shirts in one pile and all the socks in another. In algebra, we group variable terms and constant terms.

Let's solve 5x9=2x+35x - 9 = 2x + 3. To gather the variables, we can subtract 2x2x from both sides, which maintains the equation's balance. This gives us 3x9=33x - 9 = 3. Now it's a simple two-step equation. Add 9 to both sides to get 3x=123x = 12. Finally, divide by 3 to find that x=4x=4.

Sometimes, variables are tucked inside parentheses. This is where the becomes essential. It tells us how to multiply a single term by a group of terms. For an equation like 4(x+2)=204(x + 2) = 20, you first distribute the 4 to both xx and 2. This clears the parentheses, turning the equation into 4x+8=204x + 8 = 20. From there, it's a straightforward path to the solution: subtract 8 from both sides to get 4x=124x = 12, and divide by 4 to find x=3x=3.

Beyond Equals

Equations state that two expressions are equal. Inequalities, on the other hand, state that one expression is greater than, less than, or not equal to another. We use symbols like <<, >>, , and . The good news is that you solve them almost exactly like equations.

There's one crucial exception. Whenever you multiply or divide both sides of an inequality by a negative number, you must flip the direction of the inequality sign.

Why? Let's take a true statement: 5<85 < 8. If we multiply both sides by 2-2 without flipping the sign, we get 10<16-10 < -16, which is false. Flipping the sign makes it correct: 10>16-10 > -16. The flip keeps the relationship true.

Let's solve 3x+416-3x + 4 ≤ 16. First, subtract 4 from both sides: 3x12-3x ≤ 12. Now, we need to divide by -3. Because we're dividing by a negative number, we flip the sign. The solution is x4x ≥ -4. This means any number greater than or equal to -4, including -4, -3.5, 0, and 100, will make the original inequality true.

Solving a System

Often, problems involve more than one unknown. A system of linear equations is a set of two or more linear equations with the same variables. Solving the system means finding the single pair of values (x,y)(x, y) that makes all equations in the system true at the same time. Graphically, this is the point where the lines intersect.

One common method is substitution This works best when one equation is already solved for a variable, or can be easily. For example, consider this system:

{y=2x+13x+2y=9\begin{cases} y = 2x + 1 \\ 3x + 2y = 9 \end{cases}

Since we know yy is equivalent to 2x+12x+1, we can substitute this expression for yy into the second equation: 3x+2(2x+1)=93x + 2(2x+1) = 9. Now we have an equation with only one variable. Using the distributive property, we get 3x+4x+2=93x + 4x + 2 = 9. Combining like terms gives 7x=77x = 7, so x=1x=1. To find yy, plug x=1x=1 back into the simplest equation: y=2(1)+1y = 2(1) + 1, which gives y=3y=3. The solution is (1,3)(1, 3).

Another powerful method is elimination This is efficient when the coefficients of one variable are opposites. Consider this system:

{2x+3y=74x3y=5\begin{cases} 2x + 3y = 7 \\ 4x - 3y = 5 \end{cases}

Here, the coefficients for yy are 33 and 3-3. If we add the two equations together, the yy terms will cancel out: (2x+4x)+(3y3y)=7+5(2x + 4x) + (3y - 3y) = 7 + 5. This simplifies to 6x=126x = 12, so x=2x=2. Substitute x=2x=2 back into the first equation: 2(2)+3y=72(2) + 3y = 7, which is 4+3y=74 + 3y = 7. Subtracting 4 gives 3y=33y = 3, so y=1y=1. The solution is (2,1)(2, 1).

Sometimes you must first multiply one or both equations by a constant to create opposite coefficients before you can eliminate a variable.

Modeling the Real World

These techniques are more than just academic exercises. They are tools for making decisions. Imagine you're choosing between two gym memberships. Gym A costs $50 to join plus $20 per month. Gym B costs $10 to join plus $30 per month. When is Gym A the better deal?

We can model the cost of each gym with a linear equation, where CC is the total cost and mm is the number of months: Gym A: C=20m+50C = 20m + 50 Gym B: C=30m+10C = 30m + 10

To find out when the costs are equal, we can set the equations equal to each other: 20m+50=30m+1020m + 50 = 30m + 10. Solving for mm gives 40=10m40 = 10m, or m=4m=4. At 4 months, both gyms cost the same. Before 4 months, Gym B is cheaper. After 4 months, Gym A becomes the better value. This is a cost-benefit analysis powered by a system of equations.

Quiz Questions 1/5

What is the first step when solving the equation 4(x+2)=204(x + 2) = 20?

Quiz Questions 2/5

When solving a linear inequality, you must flip the inequality sign whenever you multiply or divide both sides by a negative number.

Solving equations and systems is a foundational skill for tackling more complex problems in math and science.