Creating Systems of Equations
🔍 What is This and Why is it Useful?
A system of equations is a set of two or more equations with the same variables. We use them to find a solution that satisfies all equations at once. This is super useful for solving real-world problems where multiple conditions must be met simultaneously, like figuring out costs or planning events.
📝 How to Create a System from a Word Problem
- Identify the Variables: Assign letters (like x and y) to the unknown quantities you need to find.
- Translate Words into Equations: Look for key phrases that describe relationships between the variables.
- Write the System: Write down the equations, one after the other, using the same variables.
✨ Worked Examples
Example 1: Concert Tickets
Problem: Adult tickets cost $5, child tickets cost $2. You sell 100 tickets and collect $350. Create a system.
Step 1: Let a = number of adult tickets, c = number of child tickets.
Step 2: "100 tickets total" → a + c = 100
"Collect $350" → 5a + 2c = 350
System: a + c = 100
5a + 2c = 350
Example 2: Numbers
Problem: The sum of two numbers is 12 and their difference is 4.
Step 1: Let x = first number, y = second number.
Step 2: "Sum is 12" → x + y = 12
"Difference is 4" → x - y = 4
System: x + y = 12
x - y = 4
⚠️ Common Mistakes to Avoid
- Inconsistent Variables: Using different letters for the same quantity in different equations.
- Misreading "Less Than" or "Difference": "5 less than x" is x - 5, not 5 - x.
- Forgetting the Total: When a problem gives a total number of items and a total cost, you'll often need one equation for the count and one for the cost.
💡 Tips & Tricks
- Underline Key Phrases: Circle the numbers and underline the relationship words (sum, total, difference, less than) in the problem.
- Define Variables Clearly: Always write "let x = ..." so you remember what your variables represent.
- Check Your Logic: After writing the system, ask yourself: "If I solve this, will it actually answer the question?"
🎯 How to Practice
Start simple! Practice by creating systems for situations around you. "If I buy 3 drinks and 2 snacks for $11..." Then, move to textbook problems. The key is getting comfortable turning a story into mathematical sentences. Try solving the systems you create using substitution or elimination to see if your answers make sense!