lesson

Updated 6 days ago ยท 2 views
Imagine you order a pizza that costs 14plus2 for every extra topping you choose.
Instead of recalculating the price from scratch each time, you can write the total cost as 14+2t, where t is the number of toppings.
How do the individual symbols in that formula connect directly to what happens at the cash register?
Anatomy of an Expression
In algebra, an expression is a mathematical phrase made of numbers, variables, and operators without an equal sign. A term is a single number, a single variable, or numbers and variables multiplied together.
A fixed number that stands alone is a constant, while a number multiplying a variable is a coefficient.
๐A clean interactive diagram decomposing the expression '14 + 2t' for pizza pricing. Responsive container (max 500px width, min 320px). At the top, the expression '14 + 2t' is displayed with large clear font. Below it, two color-coded callout cards: Left card (accent coral #ff6b6b) points to '14' and labels it 'Constant Term: Base Price of Plain Pizza ($14)'. Right card (accent blue #22b7ff) points to '2t' and splits into two sub-labels: 'Coefficient: $2 per topping' and 'Variable (t): Number of toppings added'. Below the cards, a visual slider lets the user change t from 0 to 4, dynamically showing the pizza toppings appear on a circular pizza graphic and updating the calculation: '14 + 2(3) = $20'. Text in #1e2945, background #ffffff with rounded 12px corners and soft shadow.
In the pizza example, 14 is the flat base cost you pay regardless of toppings, while 2t represents the total variable cost that grows as t increases.
What happens when a real-world scenario involves more than one item changing at the same time?
Multiple Rates and Variables
Suppose a school sells student tickets for 5eachandadultticketsfor12 each. The total revenue from ticket sales is represented by 12a+5s.
๐A side-by-side visual breakdown of the expression '12a + 5s'. Box 1 (indigo highlight #4f46e5): '12a' with an adult icon, broken into '12 = price per adult ticket ($)' multiplied by 'a = quantity of adult tickets sold'. Plus sign in the middle. Box 2 (emerald highlight #10b981): '5s' with a student backpack icon, broken into '5 = price per student ticket ($)' multiplied by 's = quantity of student tickets sold'. At the bottom, a bracket spans both boxes with the label 'Sum of all ticket sales = Total Revenue ($)'. Clean card layout, light background (#f8fafc), dark navy text (#0f172a).
Each term (12a and 5s) represents the total money collected from one specific group of people, and the addition symbol joins them into total revenue.