Write Expressions With Numbers and Variables

Help Questions

6th Grade Math › Write Expressions With Numbers and Variables

Questions 1 - 10
1

Maria buys $$n$$ notebooks for $$\3$$ each and $$p$$ pens for $$\2$$ each. She also pays a $$\1.50$$ handling fee that applies to her entire order. Which expression represents the total amount Maria spends?

$$5np + 1.50$$

$$3n + 2p + 1.50(n + p)$$

$$3(n + 1.50) + 2(p + 1.50)$$

$$3n + 2p + 1.50$$

Explanation

The total cost is the sum of: cost of notebooks ($$3n$$), cost of pens ($$2p$$), and the one-time handling fee ($$1.50$$). This gives $$3n + 2p + 1.50$$. Choice B incorrectly applies the handling fee to each item. Choice C incorrectly adds the handling fee to each type of item separately. Choice D incorrectly multiplies $$n$$ and $$p$$ together.

2

A school is ordering pizza for a field trip. They need $$1$$ pizza for every $$4$$ students, plus $$2$$ extra pizzas for the teachers. If there are $$s$$ students going on the trip, which expression represents the total number of pizzas needed?

$$\frac{s + 8}{4}$$

$$4s + 2$$

$$\frac{s}{4} + 2$$

$$\frac{s + 2}{4}$$

Explanation

When you see word problems involving rates and additional quantities, break down the problem into parts and translate each piece into mathematical language.

Let's work through this step by step. You need 1 pizza for every 4 students, which means you divide the total number of students by 4 to find how many pizzas the students need: $$\frac{s}{4}$$. Then you need 2 extra pizzas specifically for teachers. Since these are separate requirements, you add them together: $$\frac{s}{4} + 2$$. This matches answer choice B.

Now let's see why the other answers don't work. Choice A gives $$\frac{s + 2}{4}$$, which incorrectly treats the 2 teacher pizzas as if they follow the same 4-to-1 ratio as the students. This would mean you only get half a pizza for teachers instead of 2 whole pizzas. Choice C gives $$4s + 2$$, which multiplies students by 4 instead of dividing—this would give you way too many pizzas (4 per student instead of 1 per 4 students). Choice D gives $$\frac{s + 8}{4}$$, which adds 8 to the number of students before dividing by 4. This treats the teacher pizzas as if they were equivalent to 8 students, but 8 ÷ 4 = 2, so while this coincidentally gives the right number of teacher pizzas, it incorrectly mixes them into the student ratio.

Remember: when problems have different rates or rules for different groups, handle each group separately, then combine the results. Don't try to force everything into one ratio.

3

Lisa is making fruit punch by mixing juice and soda. She uses $$3$$ times as much juice as soda. If she uses $$s$$ cups of soda, and she wants to add $$2$$ cups of ice for every $$5$$ cups of total liquid (juice plus soda), which expression represents the total cups of ice she should add?

$$\frac{2s}{5} + \frac{6s}{5}$$

$$\frac{8s}{5}$$

$$2s + 6s$$

$$\frac{2(s + 3s)}{5}$$

Explanation

Lisa uses $$s$$ cups of soda and $$3s$$ cups of juice, for a total of $$s + 3s = 4s$$ cups of liquid. She needs $$2$$ cups of ice for every $$5$$ cups of liquid, so she needs $$\frac{2 \cdot 4s}{5} = \frac{8s}{5}$$ cups of ice. Choice A shows the calculation but isn't simplified. Choice B incorrectly separates the ice calculation for juice and soda. Choice C forgets to apply the 2-to-5 ratio.

4

A rectangular garden has a length that is $$4$$ meters longer than twice its width. If the width is $$w$$ meters, which expression represents the perimeter of the garden?

$$2w + 4$$

$$4w + 8$$

$$3w + 4$$

$$6w + 8$$

Explanation

The width is $$w$$ and the length is $$2w + 4$$. The perimeter formula is $$2(\text{length} + \text{width}) = 2(2w + 4 + w) = 2(3w + 4) = 6w + 8$$. Choice B uses the incorrect perimeter formula $$2\text{length} + 2\text{width}$$ but makes an error. Choice C represents length plus width, not perimeter. Choice D represents just the length.

5

A taxi company charges a base fee of $$\2.50$$ plus $$\0.75$$ for each quarter-mile traveled. If a passenger travels $$m$$ quarter-miles, which expression represents the total cost of the trip?

$$2.50 + 0.75m$$

$$3.25m$$

$$0.75(2.50 + m)$$

$$2.50m + 0.75$$

Explanation

When you see a word problem about costs with both a fixed fee and a variable rate, you're dealing with linear expressions. The key is identifying what stays the same (fixed cost) versus what changes based on usage (variable cost).

Let's break down this taxi problem step by step. The company charges $$\2.50$$ as a base fee - this is what you pay no matter how far you travel. Then they add $$\0.75$$ for each quarter-mile you go. If you travel $$m$$ quarter-miles, you'll pay $$0.75 \times m$$ dollars for the distance portion. Your total cost is the base fee plus the distance charge: $$2.50 + 0.75m$$.

Looking at the wrong answers: Choice A ($$3.25m$$) incorrectly combines the base fee and per-quarter-mile rate into one coefficient, eliminating the fixed cost structure entirely. Choice C ($$2.50m + 0.75$$) swaps the fixed and variable parts - it treats the base fee as if it multiplies by distance and the per-quarter-mile rate as fixed. Choice D ($$0.75(2.50 + m)$$) uses the distributive property incorrectly, suggesting you pay $$0.75 \times 2.50$$ plus $$0.75 \times m$$, which doesn't match the problem's structure.

The correct answer is B: $$2.50 + 0.75m$$.

Study tip: In cost problems, always identify the fixed cost first (what you pay regardless), then add the variable cost (rate × quantity). The pattern is: Fixed Cost + (Rate × Variable).

6

Carmen is making bracelets. Each bracelet requires $$15$$ small beads and $$3$$ large beads. She wants to make $$b$$ bracelets, but she already has $$20$$ small beads and $$8$$ large beads from a previous project. Which expression represents the number of small beads Carmen still needs to buy?

$$15(b - 20)$$

$$15b - 20$$

$$15b + 20$$

$$15 - 20b$$

Explanation

When you encounter word problems involving expressions, start by identifying what you need to find and then build the expression step by step using the given information.

Carmen needs $$15$$ small beads per bracelet, so for $$b$$ bracelets she needs $$15b$$ small beads total. However, she already has $$20$$ small beads, which means she needs fewer beads than the full amount. To find how many she still needs to buy, subtract what she already has from what she needs: $$15b - 20$$. This is answer choice C.

Let's examine why the other options are incorrect. Choice A, $$15(b - 20)$$, suggests she's making $$(b - 20)$$ bracelets instead of $$b$$ bracelets, which changes the entire problem. Choice B, $$15b + 20$$, adds her existing beads to the total needed, which would give her more beads than necessary rather than finding what she still needs. Choice D, $$15 - 20b$$, reverses the relationship entirely and doesn't make sense in context since it suggests she needs fewer beads as she makes more bracelets.

When solving "how many more do I need" problems, remember the key formula: Total needed minus what you already have equals what you still need. Watch for this pattern in word problems where someone has some materials but needs to buy additional amounts to complete a project.

7

Jake has $$x$$ baseball cards. His sister has $$3$$ fewer cards than twice the number Jake has. His brother has $$5$$ more cards than Jake. Which expression represents the total number of cards all three siblings have together?

$$4x - 2$$

$$6x - 2$$

$$4x + 2$$

$$2x + 8$$

Explanation

When you encounter word problems involving multiple people with different amounts, break down each person's quantity separately before combining them.

Let's identify what each sibling has. Jake has $$x$$ cards. His sister has "3 fewer cards than twice the number Jake has," which means $$2x - 3$$. His brother has "5 more cards than Jake," which gives us $$x + 5$$.

To find the total, add all three expressions: $$x + (2x - 3) + (x + 5)$$. Combine like terms: $$x + 2x + x - 3 + 5 = 4x + 2$$. This matches answer choice D.

Looking at the wrong answers: Choice A ($$2x + 8$$) likely comes from misreading the sister's amount as $$2x + 3$$ instead of $$2x - 3$$. Choice B ($$6x - 2$$) suggests incorrectly multiplying Jake's cards by 6 instead of properly identifying each person's amount. Choice C ($$4x - 2$$) correctly gets $$4x$$ for the variable terms but miscalculates the constants, probably by treating both the sister's "3 fewer" and brother's "5 more" as negative values.

The key strategy here is to translate each phrase carefully into mathematical expressions, then combine systematically. Watch for words like "fewer" (subtract) and "more" (add), and remember that "twice a number" means multiply by 2. Always double-check your translation of each person's amount before adding them together.

8

A movie theater charges $$\12$$ for adult tickets and $$\8$$ for student tickets. On a particular day, they sold $$a$$ adult tickets and $$s$$ student tickets. The theater also collected $$\45$$ in concession sales for every $$10$$ tickets sold. Which expression represents the theater's total revenue for that day?

$$12a + 8s + 4.5(a + s)$$

$$20(a + s) + 45$$

$$12a + 8s + 45$$

$$12a + 8s + \frac{45(a + s)}{10}$$

Explanation

When you see a word problem asking for total revenue with multiple income sources, you need to identify each revenue stream and express it mathematically.

The theater has three sources of revenue: adult tickets at $$\12$$ each ($$12a$$), student tickets at $$\8$$ each ($$8s$$), and concession sales. The key insight is understanding the concession sales: $$\45$$ for every 10 tickets sold.

Since $$a + s$$ represents the total number of tickets sold, the concession revenue is $$\frac{45(a + s)}{10}$$. You can simplify this fraction: $$\frac{45}{10} = 4.5$$, so the concession revenue becomes $$4.5(a + s)$$. The total revenue is $$12a + 8s + 4.5(a + s)$$, which matches answer choice C.

Let's examine why the other options are incorrect. Answer A shows $$\frac{45(a + s)}{10}$$, which is mathematically equivalent to the correct answer but isn't simplified—while not wrong, C is the more streamlined form. Answer B adds only $$\45$$ regardless of ticket sales, ignoring that concession sales depend on the number of tickets sold. Answer D uses $$\20$$ per ticket (averaging adult and student prices) but this oversimplifies the problem since adults and students pay different amounts.

Remember: when dealing with rates like "X dollars per Y items," multiply the rate by the total number of items. Always check if you can simplify fractions—test makers often present the simplified version as the correct answer.

9

Let $n$ be a number. Which expression represents 2 more than twice $n$?

$2n+2$

$2-n$

$n+4$

$2(n+2)$

Explanation

This question tests writing algebraic expressions from verbal descriptions using variables (letters representing numbers) and operation symbols (+, -, ×, ÷). Translating words to algebra: "more than/sum" → addition (+), "less than/difference" → subtraction (-), "times/product" → multiplication (coefficient: 3x means 3 times x), "divided by/quotient" → division (x/4). Order matters for non-commutative: "5 less than n" means subtract 5 FROM n (n-5, not 5-n reversed), "n divided by 4" means n/4 (not 4/n). Variable represents number: x, n, y are placeholders (unknown or any number in context). For example, "7 more than a number" uses variable n for number, "more than" means add, expression: n+7; "product of 3 and x" means 3 times x: 3x; "twice a number plus 5" means 2 times n plus 5: 2n+5 (not 2(n+5) which would be twice the sum); "x divided by 8" means x/8. The correct translation for '2 more than twice n' is 2n + 2, which matches choice A. A common error is applying the 'more than' to the whole, like writing 2(n + 2) instead of 2n + 2, or confusing with subtraction to get something like n - 2. To write expressions: (1) identify operation words (more→add, times→multiply, less→subtract, divided→divide), (2) choose variable (n, x, y for "a number"), (3) determine order (for subtraction/division: "less than" and "divided by" require careful order—"5 less than n" is n-5, subtract from first quantity), (4) write expression (n+5, 3x, x-7, y/4), (5) verify (if n=10: "5 more than n" gives 10+5=15✓, makes sense). Key phrases: "more than" adds to variable (n+5), "less than" subtracts from variable (n-7), "times" multiplies (3n coefficient notation), "of" often means multiply (half of n: (1/2)n=n/2). Mistakes: reversing order for subtraction/division (most common: less than and divided by backward), wrong operation (confusing sum and product), coefficient unclear (writing 3×x instead of 3x, acceptable but coefficient notation preferred).

10

A ribbon is $y$ centimeters long. It is cut into 4 equal pieces. Which expression gives the length of one piece?

$y-4$

$4y$

$\dfrac{4}{y}$

$\dfrac{y}{4}$

Explanation

This question tests writing algebraic expressions from verbal descriptions using variables (letters representing numbers) and operation symbols (+, -, ×, ÷). Translating words to algebra: 'more than/sum' → addition (+), 'less than/difference' → subtraction (-), 'times/product' → multiplication (coefficient: 3x means 3 times x), 'divided by/quotient' → division (x/4). Order matters for non-commutative: '5 less than n' means subtract 5 FROM n (n-5, not 5-n reversed), 'n divided by 4' means n/4 (not 4/n). Variable represents number: x, n, y are placeholders (unknown or any number in context). For example, '7 more than a number' uses variable n for number, 'more than' means add, expression: n+7; 'product of 3 and x' means 3 times x: 3x; 'twice a number plus 5' means 2 times n plus 5: 2n+5 (not 2(n+5) which would be twice the sum); 'x divided by 8' means x/8. The correct translation for the length of one piece of a y cm ribbon cut into 4 equal pieces is y/4, which matches choice C. A common error is reversing the division, like writing 4/y instead of y/4, or using multiplication like 4y. To write expressions: (1) identify operation words (more→add, times→multiply, less→subtract, divided→divide), (2) choose variable (n, x, y for 'a number'), (3) determine order (for subtraction/division: 'less than' and 'divided by' require careful order—'5 less than n' is n-5, subtract from first quantity), (4) write expression (n+5, 3x, x-7, y/4), (5) verify (if n=10: '5 more than n' gives 10+5=15✓, makes sense). Key phrases: 'more than' adds to variable (n+5), 'less than' subtracts from variable (n-7), 'times' multiplies (3n coefficient notation), 'of' often means multiply (half of n: (1/2)n=n/2). Mistakes: reversing order for subtraction/division (most common: less than and divided by backward), wrong operation (confusing sum and product), coefficient unclear (writing 3×x instead of 3x, acceptable but coefficient notation preferred).

Page 1 of 4