No history yet

Algebra Fundamentals

Solving for x

Algebra often feels like a puzzle where your goal is to find the value of an unknown, usually called xx. The key is to keep the equation balanced. Whatever you do to one side of the equals sign, you must do to the other.

Let's start with a basic example: 2x+5=112x + 5 = 11. Our mission is to get xx by itself. First, we'll undo the addition. To get rid of the +5+5, we subtract 5 from both sides.

2x+55=1152x=6\begin{aligned}2x + 5 - 5 &= 11 - 5 \\ 2x &= 6\end{aligned}

Now, xx is being multiplied by 2. To undo that, we divide both sides by 2.

2x2=62x=3\begin{aligned}\frac{2x}{2} &= \frac{6}{2} \\ x &= 3\end{aligned}

The same principle applies when the variable appears on both sides. Just gather all the xx terms on one side and all the constant numbers on the other. For an equation like 4x3=2x+74x - 3 = 2x + 7, we can start by subtracting 2x2x from both sides.

4x2x3=2x2x+72x3=7\begin{aligned}4x - 2x - 3 &= 2x - 2x + 7 \\ 2x - 3 &= 7\end{aligned}

Now it's a simple two-step equation. Add 3 to both sides, then divide by 2, and you'll find that x=5x = 5. Sometimes, you'll need to use the distributive property first, which means multiplying a term outside a parenthesis by everything inside it. For 3(x2)=93(x - 2) = 9, we distribute the 3:

3(x)3(2)=93x6=9\begin{aligned}3(x) - 3(2) &= 9 \\ 3x - 6 &= 9\end{aligned}

From here, add 6 to both sides and then divide by 3 to get x=5x = 5.

Working with Inequalities

Inequalities work almost exactly like equations. You can add, subtract, multiply, and divide both sides to isolate the variable. There's just one special rule to remember: if you multiply or divide both sides by a negative number, you must flip the inequality sign.

Let's solve 2x+4<10-2x + 4 < 10. First, subtract 4 from both sides.

2x+44<1042x<6\begin{aligned}-2x + 4 - 4 &< 10 - 4 \\ -2x &< 6\end{aligned}

Now, we need to divide by -2. Because we're dividing by a negative number, we flip the << sign to a >> sign.

2x2>62x>3\begin{aligned}\frac{-2x}{-2} &> \frac{6}{-2} \\ x &> -3\end{aligned}

This means any number greater than -3 is a solution. Forgetting to flip the sign is a common mistake on the SAT, so be careful!

Lines and Functions

Many algebra problems on the SAT involve linear functions, which create straight lines when graphed. The most common form you'll see is the slope-intercept form:

y=mx+by = mx + b

In this equation:

  • mm is the slope of the line. It tells you how steep the line is and in which direction it goes. Think of it as "rise over run"—how much the line goes up (or down) for every unit it moves to the right.
  • bb is the y-intercept. This is the point where the line crosses the vertical y-axis. Its coordinates are always (0,b)(0, b).

You might also see function notation, like f(x)=mx+bf(x) = mx + b. Don't let this intimidate you. The notation f(x)f(x) is just a fancy way of saying yy. It's useful because it tells us the name of the function (in this case, ff) and what the input variable is (xx).

For example, if you have the function f(x)=2x+1f(x) = 2x + 1 and are asked to find f(3)f(3), you simply substitute 3 for every xx in the equation.

f(3)=2(3)+1=6+1=7\begin{aligned}f(3) &= 2(3) + 1 \\ &= 6 + 1 \\ &= 7\end{aligned}

This means that when the input is 3, the output is 7. On the graph of the line, this corresponds to the point (3,7)(3, 7). Let's visualize the function f(x)=2x+1f(x) = 2x + 1. Its y-intercept (bb) is 1, and its slope (mm) is 2, which we can write as 21\frac{2}{1}. This means for every 1 unit we move to the right, we move 2 units up.

Systems of Equations

Sometimes you'll be given two linear equations with two variables, like xx and yy. This is called a system of equations. The solution is the one pair of (x,y)(x, y) values that makes both equations true. Graphically, this is the point where the two lines intersect. There are two main algebraic methods for solving these systems.

1. Substitution Method This method is best when one variable is already isolated in one of the equations.

Consider this system:

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

The first equation tells us that yy is the same as 2x+12x + 1. We can substitute this expression for yy into the second equation:

3x+2(2x+1)=163x + 2(2x + 1) = 16

Now we have a single equation with only one variable, which we can solve. Distribute the 2, combine the xx terms, and solve to find x=2x = 2. To find yy, plug x=2x=2 back into either of the original equations. The first one is easier: y=2(2)+1=5y = 2(2) + 1 = 5. The solution is (2,5)(2, 5).

2. Elimination Method This method is useful when the equations are both in the form Ax+By=CAx + By = C. The goal is to add or subtract the equations to eliminate one variable.

Here's a new system:

{2x+3y=84x3y=10\begin{cases} 2x + 3y = 8 \\ 4x - 3y = 10 \end{cases}

Notice that the coefficients of yy are opposites (+3y+3y and 3y-3y). If we add the two equations together, the yy terms will cancel out.

\begin{array}{r@{}l} & 2x + 3y = 8 \\ +\quad & 4x - 3y = 10 \\ \hline & 6x + 0y = 18 \end{array}

This simplifies to 6x=186x = 18, so x=3x = 3. Now substitute x=3x=3 into either original equation to find yy. Using the first one: 2(3)+3y=82(3) + 3y = 8, which simplifies to 6+3y=86 + 3y = 8. Solving this gives 3y=23y=2, or y=23y = \frac{2}{3}. The solution is (3,23)(3, \frac{2}{3}).

Sometimes you might need to multiply one or both equations by a number first to get the coefficients to be opposites before you can eliminate a variable.

Ready to test your algebra skills? Let's try a few questions.

Quiz Questions 1/6

What is the value of x in the equation 5x6=2x+95x - 6 = 2x + 9?

Quiz Questions 2/6

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

Mastering these foundational skills will set you up for success on a huge portion of the SAT math section.