Word Problem Modeling: Translating real-world constraints into mathematical equations
- Read the problem carefully and identify what you need to find
- Define variables to represent unknown quantities
- Translate the given information into mathematical equations
- Solve the system of equations
- Verify your solution in the context of the problem
- State your answer in complete sentences
Let \(x\) = number of pens bought
Let \(y\) = number of notebooks bought
Constraint 1: Total number of items is 8 → \(x + y = 8\)
Constraint 2: Total cost is $19 → \(2x + 3y = 19\)
\[ \begin{cases} x + y = 8 \\ 2x + 3y = 19 \end{cases} \]
From the first equation: \(x = 8 - y\)
Substitute into the second equation: \(2(8 - y) + 3y = 19\)
\(16 - 2y + 3y = 19\)
\(16 + y = 19\)
\(y = 3\)
\(x = 8 - y = 8 - 3 = 5\)
Total items: \(x + y = 5 + 3 = 8\) ✓
Total cost: \(2x + 3y = 2(5) + 3(3) = 10 + 9 = 19\) ✓
The customer bought 5 pens and 3 notebooks.
• Word Problem Translation: Convert verbal constraints to mathematical equations
• Variable Definition: Clearly define what each variable represents
• Solution Verification: Check that the solution satisfies the original problem constraints
Age Problems: Word problems involving current or future ages of people
Let \(s\) = Sarah's current age
Let \(t\) = Tom's current age
Relationship 1: Sarah is twice as old as Tom → \(s = 2t\)
Relationship 2: Sum of their ages is 30 → \(s + t = 30\)
\[ \begin{cases} s = 2t \\ s + t = 30 \end{cases} \]
Substitute the first equation into the second: \(2t + t = 30\)
\(3t = 30\)
\(t = 10\)
Using the first equation: \(s = 2t = 2(10) = 20\)
Is Sarah twice as old as Tom? \(20 = 2(10) = 20\) ✓
Do their ages sum to 30? \(20 + 10 = 30\) ✓
Sarah is 20 years old and Tom is 10 years old.
• Age Relationships: Translate "twice as old" into multiplication
• Substitution Method: Use the equation already solved for one variable
• Verification: Check solution against all original conditions
Motion Problems: Problems involving distance, rate, and time relationships
Let \(t\) = time in hours after departure
Let \(d_A\) = distance traveled by Car A
Let \(d_B\) = distance traveled by Car B
Car A: \(d_A = 60t\)
Car B: \(d_B = 40t\)
Since the cars travel in opposite directions, their combined distances equal the separation distance
\(d_A + d_B = 300\)
\[ \begin{cases} d_A = 60t \\ d_B = 40t \\ d_A + d_B = 300 \end{cases} \]
Substitute the first two equations into the third:
\(60t + 40t = 300\)
\(100t = 300\)
\(t = 3\)
Car A: \(d_A = 60(3) = 180\) miles
Car B: \(d_B = 40(3) = 120\) miles
Total distance: \(180 + 120 = 300\) miles ✓
Time: 3 hours
The cars will be 300 miles apart after 3 hours.
• Distance Formula: \(d = rt\) (distance = rate × time)
• Motion Problems: When objects move in opposite directions, add distances
• System Reduction: Use substitution to reduce to a single variable
Word Problem: A real-world situation expressed in words that can be modeled with mathematical equations
Variable: A symbol representing an unknown quantity in the problem
Constraint: A condition or limitation described in the problem that must be satisfied
Modeling: The process of translating a word problem into mathematical equations
- Read Carefully: Understand what the problem is asking
- Identify Unknowns: Determine what quantities need to be found
- Define Variables: Assign letters to represent unknown quantities
- Find Relationships: Identify how the quantities are related
- Set Up Equations: Translate relationships into mathematical equations
- Solve System: Use substitution or elimination to find the solution
- Check Solution: Verify that the solution makes sense in the context of the problem
- State Answer: Express the answer in the context of the original problem
• Distance formula: \(d = rt\) (distance = rate × time)
• Total value: \(\text{Number of items} \times \text{Price per item}\)
• Age relationships: "is twice as old" → \(x = 2y\), "sum is" → \(x + y = \text{value}\)
• Mixture problems: \(\text{Amount} \times \text{Concentration} = \text{Pure substance}\)
Investment Problems: Problems involving money invested at different interest rates
Let \(x\) = amount invested at 5% interest
Let \(y\) = amount invested at 7% interest
Constraint 1: Total investment is $10,000 → \(x + y = 10000\)
Constraint 2: Total interest is $600 → \(0.05x + 0.07y = 600\)
\[ \begin{cases} x + y = 10000 \\ 0.05x + 0.07y = 600 \end{cases} \]
From the first equation: \(x = 10000 - y\)
Substitute into the second equation:
\(0.05(10000 - y) + 0.07y = 600\)
\(500 - 0.05y + 0.07y = 600\)
\(500 + 0.02y = 600\)
\(0.02y = 100\)
\(y = 5000\)
\(x = 10000 - y = 10000 - 5000 = 5000\)
Total investment: \(x + y = 5000 + 5000 = 10000\) ✓
Total interest: \(0.05(5000) + 0.07(5000) = 250 + 350 = 600\) ✓
$5,000 was invested at 5% interest and $5,000 was invested at 7% interest.
• Interest Formula: Interest = Principal × Rate
• Investment Problems: Total investment = sum of individual investments
• Total Interest: Sum of interests from each account
Mixture Problems: Problems involving combining different concentrations to achieve a desired concentration
Let \(x\) = liters of 20% acid solution
Let \(y\) = liters of 50% acid solution
Constraint 1: Total volume is 30 liters → \(x + y = 30\)
Constraint 2: Pure acid content: \(0.20x + 0.50y = 0.30(30)\)
So: \(0.2x + 0.5y = 9\)
\[ \begin{cases} x + y = 30 \\ 0.2x + 0.5y = 9 \end{cases} \]
From the first equation: \(x = 30 - y\)
Substitute into the second equation:
\(0.2(30 - y) + 0.5y = 9\)
\(6 - 0.2y + 0.5y = 9\)
\(6 + 0.3y = 9\)
\(0.3y = 3\)
\(y = 10\)
\(x = 30 - y = 30 - 10 = 20\)
Total volume: \(x + y = 20 + 10 = 30\) liters ✓
Pure acid: \(0.2(20) + 0.5(10) = 4 + 5 = 9\) liters
Percentage: \(\frac{9}{30} = 0.3 = 30\%\) ✓
The chemist should use 20 liters of the 20% acid solution and 10 liters of the 50% acid solution.
• Mixture Formula: Amount × Concentration = Pure Substance
• Volume Constraint: Sum of individual volumes equals total volume
• Concentration Equation: Sum of pure substances equals total pure substance
Word Problem: A mathematical problem expressed in everyday language that requires mathematical modeling to solve
Variable: A symbol (usually a letter) that represents an unknown quantity in a mathematical expression
Constraint: A condition or limitation that must be satisfied by the solution
Modeling: The process of creating mathematical equations to represent a real-world situation
- Comprehend the Problem: Read and understand what is being asked
- Identify Unknowns: Determine what quantities are unknown
- Define Variables: Assign variables to represent the unknowns
- Translate Information: Convert verbal statements to mathematical equations
- Formulate System: Write the system of equations based on constraints
- Solve System: Use appropriate method to find the solution
- Verify Solution: Check that the solution makes sense in the context
- Express Answer: State the answer in the context of the original problem
• Distance: \(d = rt\) (distance = rate × time)
• Interest: \(I = Prt\) (interest = principal × rate × time)
• Mixture: \(\text{Amount} \times \text{Concentration} = \text{Pure Substance}\)
• General: \(\text{Total} = \sum(\text{Individual Components})\)
Cost: 2x + 3y = 19 (pens and notebooks)
Age: s = 2t (Sarah and Tom)
Motion: d_A + d_B = 300 (cars moving apart)
Analysis: The chart shows how different word problem types can be modeled with linear equations.
- Cost problems: Focus on total quantities and values
- Age problems: Focus on relationships between ages
- Motion problems: Focus on distance and time relationships