No history yet

Linear Equation Modeling

From Words to Equations

Business problems often come disguised as stories. Your goal is to translate these stories into the language of algebra. The first step is to identify the key pieces of information: the knowns, the unknowns, and the relationships connecting them. Unknowns become variables (like xx or cc), known values are constants, and the relationships form an equation.

Think of it like this: an equation is a statement of balance. The left side must always equal the right side. Our job is to find the value of the unknown that keeps this balance true.

Let's take a simple scenario. A small bakery sells only one item: croissants. They know their total revenue for the day was $1,200. They also know that each croissant sells for $4. The question is, how many croissants did they sell?

The unknown here is the number of croissants sold. Let's call it cc. The knowns are the total revenue ($1,200) and the unit price ($4). The relationship is straightforward: the number of croissants sold multiplied by the price per croissant equals the total revenue.

Variable

noun

A symbol, usually a letter, that represents an unknown quantity in a mathematical expression or equation.

This gives us a clean linear equation.

4×c=12004 \times c = 1200

To solve for cc, we need to isolate it. Since cc is multiplied by 4, we perform the inverse operation: division. We must do this to both sides of the equation to maintain the balance.

4c4=12004\frac{4c}{4} = \frac{1200}{4}
c=300c = 300

Juggling Multiple Unknowns

Sometimes, a single equation isn't enough. Many business situations involve two or more unknown quantities that are related to each other. A classic example from economics is the relationship between supply and demand. Both depend on price, but in opposite ways. When this happens, we need a system of simultaneous equations.

Imagine a local farmer's market. A vendor is selling handmade ceramic mugs. They find that the number of mugs customers want to buy (quantity demanded, QdQ_d) goes down as the price (PP) goes up. At the same time, the number of mugs they are willing to make and sell (quantity supplied, QsQ_s) goes up as the price goes up—a higher price makes it more worthwhile to produce more.

Let's model these relationships with two simple linear equations:

  • Demand: Qd=1005PQ_d = 100 - 5P
  • Supply: Qs=20+10PQ_s = -20 + 10P

The market finds its natural balance at the equilibrium point, where the quantity demanded exactly equals the quantity supplied.

To find this point, we set the quantity demanded equal to the quantity supplied (Qd=QsQ_d = Q_s) and solve for the price (PP) where this occurs.

1005P=20+10P100 - 5P = -20 + 10P

Now, we solve for PP. A good first step is to get all the PP terms on one side and the constant numbers on the other. We can add 5P5P to both sides and add 2020 to both sides.

100+20=10P+5P120=15P\begin{aligned} 100 + 20 &= 10P + 5P \\ 120 &= 15P \end{aligned}

Finally, we divide by 15 to find the equilibrium price.

12015=P    P=8\frac{120}{15} = P \implies P = 8

With the price figured out, we can plug it back into either the supply or demand equation to find the equilibrium quantity. Let's use the demand equation:

Q=1005(8)=10040=60Q = 100 - 5(8) = 100 - 40 = 60

Now, let's test your understanding of translating business scenarios into linear equations.

Quiz Questions 1/5

What is the very first step in translating a business story into an algebraic equation?

Quiz Questions 2/5

A coffee shop sells a cup of coffee for $3. Their total revenue for a day was $960. If 'c' represents the number of cups of coffee sold, which equation correctly models this situation?

Being able to model situations with linear equations is a foundational skill in business and finance. It allows you to analyze relationships, find break-even points, and make predictions based on data.