12.1 Literal Equations

Key Takeaways

  • A literal equation is a formula with multiple letters; your job is to isolate one specified variable using inverse operations
  • Treat other letters as known constants while you solve; the algebra is the same as solving a one-variable equation
  • When the target variable appears in more than one term, collect like terms first, then factor it out if needed
  • Division by a letter expression is allowed when that expression is not zero—watch for that on multi-step items
  • On PERT Math, check by substituting numbers: plug values into both the original formula and your rearranged form
Last updated: July 2026

12.1 Literal Equations

Quick Answer: A literal equation (or formula) contains more than one letter. To solve for a specified variable, use inverse operations exactly as you would with numbers—add/subtract to clear terms, multiply/divide to clear coefficients—and isolate that letter alone on one side. Other letters act as fixed constants until you finish.

PERT Mathematics lists literal equations as its own competency. These items look different from “solve for x” drills because the answer is often an expression in other letters (for example, $b = \frac{2A}{h}$), not a single number. The skill transfers directly to science formulas, finance formulas, and later algebra courses—so mastering the process once pays off repeatedly.

What Makes an Equation “Literal”

A literal equation is any equation with two or more variables (letters) that represents a relationship among quantities. Common classroom formulas are literal equations:

FormulaMeaningTypical “solve for” targets
$A = \frac{1}{2}bh$Triangle area$b$ or $h$
$P = 2\ell + 2w$Rectangle perimeter$\ell$ or $w$
$d = rt$Distance–rate–time$r$ or $t$
$ax + by = c$Linear equation in two variables$y$ (slope-intercept form)
$C = \frac{5}{9}(F - 32)$Fahrenheit to Celsius$F$
$I = Prt$Simple interest$P$, $r$, or $t$

Test tip: The question always names the target variable in plain English (“Solve for $b$”) or with symbols (“Solve $A = \frac{1}{2}bh$ for $b$”). Circle that letter before you start so you do not isolate the wrong one.

Core Process: Inverse Operations on Letters

Think of every non-target letter as a known constant, the way 7 or −3 would be in a numerical equation. Apply the same undo steps:

  1. Simplify each side if needed (distribute, combine like terms).
  2. Move terms that do not contain the target by adding or subtracting them from both sides.
  3. Clear coefficients of the target by multiplying or dividing both sides by the same expression.
  4. Factor the target out when it appears in more than one term.
  5. State the answer with the target alone on the left (standard convention) and simplify fractions.

Inverse-Operation Map

Operation on the targetInverse to undo it
Added to the targetSubtract that quantity
Subtracted from the targetAdd that quantity
Multiplied by a factorDivide by that factor
Divided by a factorMultiply by that factor
Negated (multiplied by −1)Multiply both sides by −1

Order matters: undo addition/subtraction after you have collected the target, but undoing outer operations first is often clearer—work from the “outside in,” the same way you reverse order of operations.

Worked Example 1: Triangle Area for Base

Problem: Solve $A = \frac{1}{2}bh$ for $b$.

Step 1 — Clear the fraction. Multiply both sides by 2:

2A=bh2A = bh

Step 2 — Isolate $b$. Divide both sides by $h$ (assuming $h \neq 0$):

b=2Ahb = \frac{2A}{h}

Step 3 — Check with numbers. Let $A = 20$ and $h = 5$. Original: $\frac{1}{2}(b)(5) = 20 \Rightarrow \frac{5}{2}b = 20 \Rightarrow b = 8$. Rearranged: $b = \frac{2 \cdot 20}{5} = 8$. Match.

Why this appears on PERT: Many students multiply only one side by 2, or divide by $\frac{1}{2}$ incorrectly. Multiplying by 2 is safer than dividing by $\frac{1}{2}$ when you are under time pressure.

Worked Example 2: Linear Form for $y$

Problem: Solve $ax + by = c$ for $y$.

Step 1 — Subtract the non-target term. Subtract $ax$ from both sides:

by=caxby = c - ax

Step 2 — Divide by the coefficient of $y$. Divide both sides by $b$ (assuming $b \neq 0$):

y=caxby = \frac{c - ax}{b}

You may also write $y = \frac{c}{b} - \frac{a}{b}x$, which is slope-intercept style with slope $-\frac{a}{b}$ and intercept $\frac{c}{b}$. Both forms are algebraically equivalent; pick the form the answer choices use.

Common trap: Writing $y = c - ax - b$ or $y = c - ax \div b$ without grouping. Division applies to the entire right side: $\frac{c - ax}{b}$, not $c - \frac{ax}{b}$ unless you intentionally split the fraction correctly.

Worked Example 3: Perimeter for Length

Problem: Solve $P = 2\ell + 2w$ for $\ell$.

Step 1 — Subtract $2w$:

P2w=2P - 2w = 2\ell

Step 2 — Divide by 2:

=P2w2\ell = \frac{P - 2w}{2}

Equivalently, $\ell = \frac{P}{2} - w$. Factoring first is optional: $P = 2(\ell + w) \Rightarrow \frac{P}{2} = \ell + w \Rightarrow \ell = \frac{P}{2} - w$. Same result, fewer algebraic missteps for some students.

Worked Example 4: Target in More Than One Term

Problem: Solve $3x + 2xy = 10$ for $x$.

Here $x$ appears twice. Collect and factor:

Step 1 — Factor $x$ on the left:

x(3+2y)=10x(3 + 2y) = 10

Step 2 — Divide by the parenthesis:

x=103+2yx = \frac{10}{3 + 2y}

Check: If $y = 1$, original: $3x + 2x(1) = 10 \Rightarrow 5x = 10 \Rightarrow x = 2$. Formula: $\frac{10}{3+2} = 2$. Match.

PERT cue: When the same letter multiplies different terms, factor before dividing. Students who subtract $2xy$ without factoring often leave $x$ still tangled on both sides.

Worked Example 5: Temperature Formula for Fahrenheit

Problem: Solve $C = \frac{5}{9}(F - 32)$ for $F$.

Step 1 — Multiply both sides by $\frac{9}{5}$ (reciprocal of $\frac{5}{9}$):

95C=F32\frac{9}{5}C = F - 32

Step 2 — Add 32:

F=95C+32F = \frac{9}{5}C + 32

Check: $C = 100$ should give boiling point $F = 212$. $\frac{9}{5}(100) + 32 = 180 + 32 = 212$. Good.

Notice the parentheses: $F - 32$ is a single group. If you distribute $\frac{5}{9}$ first, you get $C = \frac{5}{9}F - \frac{160}{9}$, which is messier to reverse. Multiplying by the reciprocal first usually stays cleaner.

Special Cases and Guardrails

Division by an Expression

When you divide by a letter or multi-letter expression ($h$, $b$, $3 + 2y$), the result is valid only when that expression is not zero. PERT rarely asks you to state the restriction, but if an answer choice includes “$h \neq 0$” or a similar note, that choice may be the most complete. Prefer the simplified isolation form matching the options.

Negative Coefficients

If you solve $-2y = 6x - 8$ for $y$, divide by −2 and distribute the negative carefully:

y=6x82=3x+4y = \frac{6x - 8}{-2} = -3x + 4

Sign errors on the second term are frequent. Either divide each term separately: $\frac{6x}{-2} - \frac{8}{-2} = -3x + 4$, or factor a −2 from the right side first.

Fractions Already Present

Clear denominators early when helpful. For $\frac{m}{n} = \frac{p}{q}$ solved for $m$: cross-multiply $mq = np$, then $m = \frac{np}{q}$. Same inverse-operation logic as $m = n \cdot \frac{p}{q}$.

Strategy Card for PERT Items

StepActionWatch for
1Circle the target variableIsolating the wrong letter
2Expand / combine if neededHidden parentheses
3Move non-target termsAdding instead of subtracting
4Factor the target if multi-termLeaving target on both sides
5Divide by coefficient of targetForgetting to divide entire side
6Match form to choicesEquivalent but unsimplified forms
7Mental number check1–2 minutes max if stuck

Equivalent forms: $b = \frac{2A}{h}$ and $b = 2A \div h$ and $b = A \div \frac{h}{2}$ are the same. Choices may rearrange fractions. Convert your answer to the style of the options rather than assuming only one written form is correct.

Connecting Literal Equations to Linear Equations

When every letter except one is replaced by a number, a literal equation becomes an ordinary linear equation. For example, $2x + 5 = 17$ is $ax + b = c$ with $a = 2$, $b = 5$, $c = 17$. Solving for $x$ in $ax + b = c$ gives $x = \frac{c - b}{a}$—the same inverse steps you used above. Seeing this link prevents treating “formulas” as a mysterious separate topic.

PERT-Style Traps

  1. Partial multiplication: Multiplying only the left side by 2 in $A = \frac{1}{2}bh$.
  2. Wrong target: Solving for $h$ when asked for $b$.
  3. Dropped parentheses: Writing $y = c - ax / b$ without a fraction bar over $c - ax$.
  4. Sign flip errors when dividing by a negative coefficient.
  5. Stopping early: Leaving $by = c - ax$ when the question asks for $y$.
  6. Illegal “cancellation”: Canceling a letter that is only in one term of a sum (you cannot cancel $x$ from $x + 2$ against a lone $x$ elsewhere without factoring first).

Quick Practice Patterns to Memorize

  • Area triangle → $b = \frac{2A}{h}$, $h = \frac{2A}{b}$
  • $d = rt$ → $r = \frac{d}{t}$, $t = \frac{d}{r}$
  • $y = mx + b$ for $x$ → $x = \frac{y - b}{m}$
  • $ax + by = c$ for $y$ → $y = \frac{c - ax}{b}$
  • $I = Prt$ for $r$ → $r = \frac{I}{Pt}$

If you can rebuild each of these from inverse operations in under 30 seconds, you are ready for the literal-equation items on PERT Math.

Summary of the Isolation Mindset

Literal equations reward process consistency. Name the target, treat other letters as constants, undo operations in a careful order, factor when the target repeats, and verify with a quick substitution when time allows. The algebra is not new—it is the same linear-equation toolkit written with more letters—so confidence comes from deliberate practice on formulas you already recognize from geometry and science.

Test Your Knowledge

Solve $A = \frac{1}{2}bh$ for $b$. Which expression is correct?

A
B
C
D
Test Your Knowledge

Solve $ax + by = c$ for $y$.

A
B
C
D
Test Your Knowledge

Solve $3x + 2xy = 10$ for $x$.

A
B
C
D
Test Your Knowledge

Solve $C = \frac{5}{9}(F - 32)$ for $F$.

A
B
C
D