Learn on PengiOpenstax Elementary Algebra 2EChapter 2: Solving Linear Equations and Inequalities

Lesson 2.6: Solve a Formula for a Specific Variable

In this lesson from OpenStax Elementary Algebra 2E, students learn how to apply the distance, rate, and time formula (d = rt) to solve real-world problems and how to isolate a specific variable in a formula by rearranging its terms. Learners practice translating word problems into equations, substituting known values, and solving for an unknown quantity such as distance, rate, or time. This foundational algebra skill prepares students to work fluently with a wide range of mathematical and scientific formulas.

Section 1

πŸ“˜ Solve a Formula for a Specific Variable

New Concept

Learn to rearrange any formula to solve for a specific variable. We'll start with the familiar distance formula, d=rtd=rt, and then apply the same algebraic steps to isolate any variable you need in various equations.

What’s next

You'll start with worked examples using the distance formula, d=rtd=rt. Soon, you will apply this skill in a series of interactive practice cards.

Section 2

Distance, Rate, and Time

Property

For an object moving at a uniform (constant) rate, the distance traveled, the elapsed time, and the rate are related by the formula:

d=rtd = rt

where dd = distance, rr = rate, and tt = time. To solve problems with this formula, first identify the knowns and unknowns, substitute the values into the formula, and then solve for the missing variable.

Examples

  • Lindsay drove for 4.5 hours at 60 miles per hour. How much distance did she travel? The distance is d=rt=60β‹…4.5=270d = rt = 60 \cdot 4.5 = 270 miles.
  • Lee wants to drive 600 miles. If he drives at a steady rate of 75 miles per hour, how many hours will the trip take? The time is t=dr=60075=8t = \frac{d}{r} = \frac{600}{75} = 8 hours.
  • A train trip from Boston to Washington D.C. is 440 miles and takes 5 hours. What was the average speed of the train? The rate is r=dt=4405=88r = \frac{d}{t} = \frac{440}{5} = 88 miles per hour.

Explanation

This formula connects speed, time, and distance. Think of it this way: the distance you cover is a product of how fast you travel (rate) and for how long (time). It is a fundamental principle used to describe motion.

Section 3

Solving a Formula for a Variable

Property

To solve a formula for a specific variable means to isolate that variable on one side of the equals sign with a coefficient of 1. All other variables and constants are on the other side of the equals sign. For example, to solve d=rtd = rt for tt, we divide both sides by rr to get t=drt = \frac{d}{r}.

Examples

  • Solve the formula d=rtd=rt for rr. To isolate rr, we divide both sides by tt. The new formula is r=dtr = \frac{d}{t}.
  • Solve the formula for the perimeter of a triangle, P=a+b+cP = a + b + c, for side bb. We subtract aa and cc from both sides, so b=Pβˆ’aβˆ’cb = P - a - c.
  • Solve the formula for volume, V=LWHV = LWH, for the width WW. We divide both sides by LL and HH. The result is W=VLHW = \frac{V}{LH}.

Explanation

Rearranging a formula lets you find any one piece of information if you know the others. It’s like rewriting a recipe to figure out how much flour you need based on the number of cookies you want to bake.

Section 4

Solving Formulas with Fractions

Property

When solving a formula that includes a fraction, like the area of a triangle A=12bhA = \frac{1}{2}bh, you can first clear the fraction by multiplying both sides of the equation by the denominator. Then, isolate the desired variable. To solve for hh, we get 2A=bh2A = bh, which simplifies to h=2Abh = \frac{2A}{b}.

Examples

  • Solve the formula A=12bhA = \frac{1}{2}bh for bb. First, multiply by 2 to get 2A=bh2A = bh. Then, divide by hh to get b=2Ahb = \frac{2A}{h}.
  • The formula for the average of two numbers is M=a+b2M = \frac{a+b}{2}. Solve for aa. Multiply by 2 to get 2M=a+b2M = a+b. Then subtract bb to get a=2Mβˆ’ba = 2M - b.
  • Solve the formula for the area of a trapezoid, A=12h(b1+b2)A = \frac{1}{2}h(b_1 + b_2), for hh. Multiply by 2: 2A=h(b1+b2)2A = h(b_1 + b_2). Then divide by (b1+b2)(b_1+b_2) to get h=2Ab1+b2h = \frac{2A}{b_1 + b_2}.

Explanation

To get a variable out of a fraction, first 'free' it by multiplying everything by the denominator. This clears the fraction and makes it much easier to isolate the variable you're looking for using standard algebra steps.

Section 5

Solving the Simple Interest Formula

Property

The formula I=PrtI = Prt calculates simple interest, where II is interest, PP is principal, rr is rate, and tt is time. To solve for a different variable, such as the principal (PP), you isolate it by dividing both sides by the other variables. The formula for principal becomes P=IrtP = \frac{I}{rt}.

Examples

  • Solve I=PrtI=Prt for tt. To isolate time, divide the interest by the principal and rate. The formula is t=IPrt = \frac{I}{Pr}.
  • Find the principal PP if the interest earned II was 300 dollars, the rate rr was 5%(0.05)5\% (0.05), and the time tt was 2 years. Using P=IrtP = \frac{I}{rt}, we get P=3000.05β‹…2=3000.1=3000P = \frac{300}{0.05 \cdot 2} = \frac{300}{0.1} = 3000 dollars.
  • Find the rate rr if 10000 dollars principal (PP) earned 2400 dollars interest (II) over 3 years (tt). Using r=IPtr = \frac{I}{Pt}, we get r=240010000β‹…3=240030000=0.08r = \frac{2400}{10000 \cdot 3} = \frac{2400}{30000} = 0.08 or 8%8\%.

Explanation

By rearranging the interest formula, you can find the initial investment (principal), the interest rate, or the time. This is useful for financial planning when you know your goal but need to figure out one of the starting conditions.

Section 6

Solving a Linear Equation for a Variable

Property

To solve a linear equation like 6x+5y=136x + 5y = 13 for one variable, use inverse operations to isolate it. To solve for yy, first subtract 6x6x from both sides to get 5y=13βˆ’6x5y = 13 - 6x. Then, divide by the coefficient of yy, which is 5, to get y=13βˆ’6x5y = \frac{13 - 6x}{5}.

Examples

  • Solve the formula 4x+3y=94x + 3y = 9 for yy. Subtract 4x4x from both sides to get 3y=9βˆ’4x3y = 9 - 4x. Then divide by 3 to get y=9βˆ’4x3y = \frac{9 - 4x}{3}.
  • Solve the formula xβˆ’y=βˆ’4x - y = -4 for yy. First, subtract xx to get βˆ’y=βˆ’4βˆ’x-y = -4 - x. Then multiply the entire equation by βˆ’1-1 to get y=4+xy = 4 + x.
  • Solve the perimeter formula P=2L+2WP = 2L + 2W for WW. Subtract 2L2L to get Pβˆ’2L=2WP - 2L = 2W. Then divide by 2 to get W=Pβˆ’2L2W = \frac{P - 2L}{2}.

Explanation

Think of this as getting the variable 'by itself'. First, move any terms added to or subtracted from the variable's term to the other side. Then, divide by the number multiplying your variable to finally isolate it.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 2: Solving Linear Equations and Inequalities

  1. Lesson 1

    Lesson 2.1: Solve Equations Using the Subtraction and Addition Properties of Equality

  2. Lesson 2

    Lesson 2.2: Solve Equations using the Division and Multiplication Properties of Equality

  3. Lesson 3

    Lesson 2.3: Solve Equations with Variables and Constants on Both Sides

  4. Lesson 4

    Lesson 2.4: Use a General Strategy to Solve Linear Equations

  5. Lesson 5

    Lesson 2.5: Solve Equations with Fractions or Decimals

  6. Lesson 6Current

    Lesson 2.6: Solve a Formula for a Specific Variable

  7. Lesson 7

    Lesson 2.7: Solve Linear Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Solve a Formula for a Specific Variable

New Concept

Learn to rearrange any formula to solve for a specific variable. We'll start with the familiar distance formula, d=rtd=rt, and then apply the same algebraic steps to isolate any variable you need in various equations.

What’s next

You'll start with worked examples using the distance formula, d=rtd=rt. Soon, you will apply this skill in a series of interactive practice cards.

Section 2

Distance, Rate, and Time

Property

For an object moving at a uniform (constant) rate, the distance traveled, the elapsed time, and the rate are related by the formula:

d=rtd = rt

where dd = distance, rr = rate, and tt = time. To solve problems with this formula, first identify the knowns and unknowns, substitute the values into the formula, and then solve for the missing variable.

Examples

  • Lindsay drove for 4.5 hours at 60 miles per hour. How much distance did she travel? The distance is d=rt=60β‹…4.5=270d = rt = 60 \cdot 4.5 = 270 miles.
  • Lee wants to drive 600 miles. If he drives at a steady rate of 75 miles per hour, how many hours will the trip take? The time is t=dr=60075=8t = \frac{d}{r} = \frac{600}{75} = 8 hours.
  • A train trip from Boston to Washington D.C. is 440 miles and takes 5 hours. What was the average speed of the train? The rate is r=dt=4405=88r = \frac{d}{t} = \frac{440}{5} = 88 miles per hour.

Explanation

This formula connects speed, time, and distance. Think of it this way: the distance you cover is a product of how fast you travel (rate) and for how long (time). It is a fundamental principle used to describe motion.

Section 3

Solving a Formula for a Variable

Property

To solve a formula for a specific variable means to isolate that variable on one side of the equals sign with a coefficient of 1. All other variables and constants are on the other side of the equals sign. For example, to solve d=rtd = rt for tt, we divide both sides by rr to get t=drt = \frac{d}{r}.

Examples

  • Solve the formula d=rtd=rt for rr. To isolate rr, we divide both sides by tt. The new formula is r=dtr = \frac{d}{t}.
  • Solve the formula for the perimeter of a triangle, P=a+b+cP = a + b + c, for side bb. We subtract aa and cc from both sides, so b=Pβˆ’aβˆ’cb = P - a - c.
  • Solve the formula for volume, V=LWHV = LWH, for the width WW. We divide both sides by LL and HH. The result is W=VLHW = \frac{V}{LH}.

Explanation

Rearranging a formula lets you find any one piece of information if you know the others. It’s like rewriting a recipe to figure out how much flour you need based on the number of cookies you want to bake.

Section 4

Solving Formulas with Fractions

Property

When solving a formula that includes a fraction, like the area of a triangle A=12bhA = \frac{1}{2}bh, you can first clear the fraction by multiplying both sides of the equation by the denominator. Then, isolate the desired variable. To solve for hh, we get 2A=bh2A = bh, which simplifies to h=2Abh = \frac{2A}{b}.

Examples

  • Solve the formula A=12bhA = \frac{1}{2}bh for bb. First, multiply by 2 to get 2A=bh2A = bh. Then, divide by hh to get b=2Ahb = \frac{2A}{h}.
  • The formula for the average of two numbers is M=a+b2M = \frac{a+b}{2}. Solve for aa. Multiply by 2 to get 2M=a+b2M = a+b. Then subtract bb to get a=2Mβˆ’ba = 2M - b.
  • Solve the formula for the area of a trapezoid, A=12h(b1+b2)A = \frac{1}{2}h(b_1 + b_2), for hh. Multiply by 2: 2A=h(b1+b2)2A = h(b_1 + b_2). Then divide by (b1+b2)(b_1+b_2) to get h=2Ab1+b2h = \frac{2A}{b_1 + b_2}.

Explanation

To get a variable out of a fraction, first 'free' it by multiplying everything by the denominator. This clears the fraction and makes it much easier to isolate the variable you're looking for using standard algebra steps.

Section 5

Solving the Simple Interest Formula

Property

The formula I=PrtI = Prt calculates simple interest, where II is interest, PP is principal, rr is rate, and tt is time. To solve for a different variable, such as the principal (PP), you isolate it by dividing both sides by the other variables. The formula for principal becomes P=IrtP = \frac{I}{rt}.

Examples

  • Solve I=PrtI=Prt for tt. To isolate time, divide the interest by the principal and rate. The formula is t=IPrt = \frac{I}{Pr}.
  • Find the principal PP if the interest earned II was 300 dollars, the rate rr was 5%(0.05)5\% (0.05), and the time tt was 2 years. Using P=IrtP = \frac{I}{rt}, we get P=3000.05β‹…2=3000.1=3000P = \frac{300}{0.05 \cdot 2} = \frac{300}{0.1} = 3000 dollars.
  • Find the rate rr if 10000 dollars principal (PP) earned 2400 dollars interest (II) over 3 years (tt). Using r=IPtr = \frac{I}{Pt}, we get r=240010000β‹…3=240030000=0.08r = \frac{2400}{10000 \cdot 3} = \frac{2400}{30000} = 0.08 or 8%8\%.

Explanation

By rearranging the interest formula, you can find the initial investment (principal), the interest rate, or the time. This is useful for financial planning when you know your goal but need to figure out one of the starting conditions.

Section 6

Solving a Linear Equation for a Variable

Property

To solve a linear equation like 6x+5y=136x + 5y = 13 for one variable, use inverse operations to isolate it. To solve for yy, first subtract 6x6x from both sides to get 5y=13βˆ’6x5y = 13 - 6x. Then, divide by the coefficient of yy, which is 5, to get y=13βˆ’6x5y = \frac{13 - 6x}{5}.

Examples

  • Solve the formula 4x+3y=94x + 3y = 9 for yy. Subtract 4x4x from both sides to get 3y=9βˆ’4x3y = 9 - 4x. Then divide by 3 to get y=9βˆ’4x3y = \frac{9 - 4x}{3}.
  • Solve the formula xβˆ’y=βˆ’4x - y = -4 for yy. First, subtract xx to get βˆ’y=βˆ’4βˆ’x-y = -4 - x. Then multiply the entire equation by βˆ’1-1 to get y=4+xy = 4 + x.
  • Solve the perimeter formula P=2L+2WP = 2L + 2W for WW. Subtract 2L2L to get Pβˆ’2L=2WP - 2L = 2W. Then divide by 2 to get W=Pβˆ’2L2W = \frac{P - 2L}{2}.

Explanation

Think of this as getting the variable 'by itself'. First, move any terms added to or subtracted from the variable's term to the other side. Then, divide by the number multiplying your variable to finally isolate it.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 2: Solving Linear Equations and Inequalities

  1. Lesson 1

    Lesson 2.1: Solve Equations Using the Subtraction and Addition Properties of Equality

  2. Lesson 2

    Lesson 2.2: Solve Equations using the Division and Multiplication Properties of Equality

  3. Lesson 3

    Lesson 2.3: Solve Equations with Variables and Constants on Both Sides

  4. Lesson 4

    Lesson 2.4: Use a General Strategy to Solve Linear Equations

  5. Lesson 5

    Lesson 2.5: Solve Equations with Fractions or Decimals

  6. Lesson 6Current

    Lesson 2.6: Solve a Formula for a Specific Variable

  7. Lesson 7

    Lesson 2.7: Solve Linear Inequalities