Lesson 48: Introduction to Variables

🎯 Goal

Understand what variables are, why we use them, and how they make math more flexible and powerful.

🤔 What is a Variable?

A variable is a letter or symbol that represents a number we don’t know yet—or a number that can change.

Example: “I have some apples, let’s call the number \( x \).”

📝 Why Do We Use Variables?

Example: The total cost of \( n \) candies at $2 each: \(\text{Total Cost} = 2 \times n\)

🔹 Common Terms

💡 Quick Tips

🔎 Examples

✏️ Try It Yourself!

  1. Let \( n \) be the number of books you buy. Each book costs $5. Write an expression for the total cost.
  2. Let \( x \) be your current age. Write an expression for your age in 5 years.
  3. Solve \( 2x + 7 = 15 \) for \( x \).

✅ Summary