Algebra

Literal Equations and Formulas

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
⚑
Electrical

Voltage drop, wire sizing, load balancing

πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

🌑️
HVAC

Refrigerant charging, airflow, system sizing

A literal equation is an equation with two or more variables. Formulas you already know β€” like d=rtd = rt for distance, or A=lwA = lw for area β€” are literal equations. Solving a literal equation means rearranging it to isolate one specific variable, treating all other variables as if they were numbers. The algebra is identical to what you use for regular equations; the only difference is that your answer contains variables instead of a single number.

This skill is essential in science, trades, and finance, where you constantly need the same formula rearranged in different ways depending on what information you have.

The Core Idea: Treat Other Variables as Constants

When solving for a specific variable, pretend every other letter is just a number. Then use the same inverse operations you would with any linear equation.

Example 1: Solve d=rtd = rt for tt

You want tt alone. Right now tt is multiplied by rr, so divide both sides by rr:

dr=t\frac{d}{r} = t

t=drt = \frac{d}{r}

Answer: t=drt = \frac{d}{r}

This tells you: if you know the distance and the rate, divide to find the time.

Example 2: Solve A=12bhA = \frac{1}{2}bh for hh

You want hh alone. Start by eliminating the fraction β€” multiply both sides by 2:

2A=bh2A = bh

Now divide both sides by bb:

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

Answer: h=2Abh = \frac{2A}{b}

Rearranging Common Formulas

Let’s practice with formulas that appear across many fields.

Perimeter of a Rectangle

The formula is P=2l+2wP = 2l + 2w. Solve for ww.

Step 1 β€” Subtract 2l2l from both sides:

Pβˆ’2l=2wP - 2l = 2w

Step 2 β€” Divide both sides by 2:

w=Pβˆ’2l2w = \frac{P - 2l}{2}

Answer: w=Pβˆ’2l2w = \frac{P - 2l}{2}

Simple Interest

The formula is I=PrtI = Prt where II is interest, PP is principal, rr is rate, and tt is time. Solve for rr.

Step 1 β€” Divide both sides by PtPt:

r=IPtr = \frac{I}{Pt}

Answer: r=IPtr = \frac{I}{Pt}

Temperature Conversion

The formula is F=95C+32F = \frac{9}{5}C + 32. Solve for CC.

Step 1 β€” Subtract 32 from both sides:

Fβˆ’32=95CF - 32 = \frac{9}{5}C

Step 2 β€” Multiply both sides by 59\frac{5}{9}:

C=59(Fβˆ’32)C = \frac{5}{9}(F - 32)

Answer: C=59(Fβˆ’32)C = \frac{5}{9}(F - 32)

Circumference of a Circle

The formula is C=2Ο€rC = 2\pi r. Solve for rr.

r=C2Ο€r = \frac{C}{2\pi}

Answer: r=C2Ο€r = \frac{C}{2\pi}

Formulas with the Target Variable in Multiple Terms

When the variable you are solving for appears in more than one term, you need to factor it out.

Example 3: Solve ax+bx=cax + bx = c for xx

The variable xx appears in both terms on the left. Factor it out:

x(a+b)=cx(a + b) = c

Divide both sides by (a+b)(a + b):

x=ca+bx = \frac{c}{a + b}

Answer: x=ca+bx = \frac{c}{a + b}

Example 4: Solve 3xβˆ’bx=123x - bx = 12 for xx

Factor out xx:

x(3βˆ’b)=12x(3 - b) = 12

Divide by (3βˆ’b)(3 - b):

x=123βˆ’bx = \frac{12}{3 - b}

Answer: x=123βˆ’bx = \frac{12}{3 - b} (where bβ‰ 3b \neq 3)

Example 5: Solve S=a1βˆ’rS = \frac{a}{1 - r} for rr

This is the formula for the sum of an infinite geometric series.

Step 1 β€” Multiply both sides by (1βˆ’r)(1 - r):

S(1βˆ’r)=aS(1 - r) = a

Step 2 β€” Distribute:

Sβˆ’Sr=aS - Sr = a

Step 3 β€” Subtract SS from both sides:

βˆ’Sr=aβˆ’S-Sr = a - S

Step 4 β€” Divide by βˆ’S-S:

r=aβˆ’Sβˆ’S=Sβˆ’aSr = \frac{a - S}{-S} = \frac{S - a}{S}

Answer: r=Sβˆ’aSr = \frac{S - a}{S}

Real-World Application: Electrician β€” Ohm’s Law Rearrangements

Ohm’s Law is one of the most important formulas in electrical work:

V=IRV = IR

where VV = voltage (volts), II = current (amps), RR = resistance (ohms).

Electricians constantly rearrange this depending on what they need to find.

Solve for II (current):

I=VRI = \frac{V}{R}

Solve for RR (resistance):

R=VIR = \frac{V}{I}

Applied problem: An electrician is troubleshooting a circuit. The voltage source is 240 V and the circuit has two resistors in series with total resistance R1+R2R_1 + R_2. The measured current is 10 amps. What is the total resistance?

R=VI=24010=24Β ohmsR = \frac{V}{I} = \frac{240}{10} = 24 \text{ ohms}

If the electrician knows R1=14R_1 = 14 ohms, what is R2R_2?

Using R1+R2=24R_1 + R_2 = 24:

R2=24βˆ’14=10Β ohmsR_2 = 24 - 14 = 10 \text{ ohms}

Answer: The second resistor has a resistance of 10 ohms.

Real-World Application: HVAC β€” BTU Calculations

HVAC technicians use the sensible heat formula:

Q=1.08Γ—CFMΓ—Ξ”TQ = 1.08 \times \text{CFM} \times \Delta T

where QQ = heat (BTU/hr), CFM = cubic feet per minute of airflow, and Ξ”T\Delta T = temperature difference (Β°F).

Solve for CFM:

CFM=Q1.08Γ—Ξ”T\text{CFM} = \frac{Q}{1.08 \times \Delta T}

Problem: A system must deliver 32,400 BTU/hr of cooling. The desired temperature drop is 25Β°F. What airflow is needed?

CFM=32,4001.08Γ—25=32,40027=1,200\text{CFM} = \frac{32{,}400}{1.08 \times 25} = \frac{32{,}400}{27} = 1{,}200

Answer: The system needs 1,200 CFM of airflow. The technician uses this to select the correct duct size and fan speed.

Real-World Application: Nursing β€” Drip Rate Formula

Nurses use the IV drip rate formula:

Rate=VΓ—DT\text{Rate} = \frac{V \times D}{T}

where VV = total volume (mL), DD = drop factor (drops/mL), and TT = time (minutes).

Solve for TT (infusion time):

T=VΓ—DRateT = \frac{V \times D}{\text{Rate}}

Problem: A nurse must infuse 500 mL using a drop factor of 15 drops/mL. The prescribed drip rate is 25 drops per minute. How long will the infusion take?

T=500Γ—1525=7,50025=300Β minutes=5Β hoursT = \frac{500 \times 15}{25} = \frac{7{,}500}{25} = 300 \text{ minutes} = 5 \text{ hours}

Answer: The infusion will take 5 hours. The nurse documents the expected completion time in the patient’s chart.

Common Mistakes to Avoid

  1. Treating the target variable like a number. Remember that you are isolating a variable, so your final answer will contain other variables β€” that is correct.
  2. Forgetting to factor when the target variable appears in multiple terms. If xx shows up in two places, you must collect those terms and factor before dividing.
  3. Dividing by an expression that could be zero. When you write x=ca+bx = \frac{c}{a + b}, note that this requires a+b≠0a + b \neq 0.
  4. Incorrectly handling negative signs during rearrangement. When you move βˆ’Sr-Sr across the equals sign, it becomes +Sr+Sr β€” be systematic with sign changes.
  5. Stopping before fully isolating the variable. The answer to β€œsolve for hh” must have hh completely alone on one side: h=…h = \ldots, not 2h=…2h = \ldots.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Solve P=2l+2wP = 2l + 2w for ll

Subtract 2w2w: Pβˆ’2w=2lP - 2w = 2l

Divide by 2: l=Pβˆ’2w2l = \frac{P - 2w}{2}

Answer: l=Pβˆ’2w2l = \frac{P - 2w}{2}

Problem 2: Solve y=mx+by = mx + b for xx

Subtract bb: yβˆ’b=mxy - b = mx

Divide by mm: x=yβˆ’bmx = \frac{y - b}{m}

Answer: x=yβˆ’bmx = \frac{y - b}{m} (where mβ‰ 0m \neq 0)

Problem 3: Solve A=P(1+rt)A = P(1 + rt) for tt

Divide by PP: AP=1+rt\frac{A}{P} = 1 + rt

Subtract 1: APβˆ’1=rt\frac{A}{P} - 1 = rt

Divide by rr: t=APβˆ’1r=Aβˆ’PPrt = \frac{\frac{A}{P} - 1}{r} = \frac{A - P}{Pr}

Answer: t=Aβˆ’PPrt = \frac{A - P}{Pr}

Problem 4: Solve axβˆ’cx=dax - cx = d for xx

Factor out xx: x(aβˆ’c)=dx(a - c) = d

Divide by (aβˆ’c)(a - c): x=daβˆ’cx = \frac{d}{a - c}

Answer: x=daβˆ’cx = \frac{d}{a - c} (where aβ‰ ca \neq c)

Problem 5: Solve 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2} for R1R_1 (parallel resistance formula)

Subtract 1R2\frac{1}{R_2}: 1R1=1Rβˆ’1R2\frac{1}{R_1} = \frac{1}{R} - \frac{1}{R_2}

Find common denominator: 1R1=R2βˆ’RRR2\frac{1}{R_1} = \frac{R_2 - R}{RR_2}

Take the reciprocal: R1=RR2R2βˆ’RR_1 = \frac{RR_2}{R_2 - R}

Answer: R1=RR2R2βˆ’RR_1 = \frac{RR_2}{R_2 - R} (where R2β‰ RR_2 \neq R)

Problem 6: The power formula in electricity is P=IVP = IV. A 1,500-watt heater runs on a 120-volt outlet. Rearrange the formula and find the current.

Solve for II: I=PVI = \frac{P}{V}

I=1,500120=12.5I = \frac{1{,}500}{120} = 12.5

Answer: The current draw is 12.5 amps.

Key Takeaways

  • A literal equation has two or more variables β€” formulas like d=rtd = rt and V=IRV = IR are literal equations
  • To solve for a specific variable, treat all other variables as constants and use the same inverse operations as regular equations
  • When the target variable appears in multiple terms, collect those terms on one side and factor the variable out before dividing
  • Common formulas from geometry, physics, finance, and trades all follow the same rearrangement process
  • Always state restrictions β€” if you divide by an expression, note that it cannot equal zero
  • Rearranging formulas is a core skill in every trade and profession that uses math

Return to Algebra for more topics in this section.

Last updated: March 29, 2026