Add and Subtract Rational Numbers
Help Questions
7th Grade Math › Add and Subtract Rational Numbers
A weather station records hourly temperature changes from noon: $$+3.5°F$$, $$-2.8°F$$, $$-4.1°F$$, $$+1.9°F$$, $$-5.2°F$$. To find the net temperature change, a meteorologist uses the expression $$3.5 + (-2.8 - 4.1 - 5.2) + 1.9$$. What is the error in this regrouping?
The expression is actually correct and properly applies both commutative and associative properties as written
The expression incorrectly changes $$+(-4.1)$$ to $$-4.1$$ within the parentheses, altering the calculation
The regrouping separates $$+1.9$$ incorrectly, which should be grouped with other positive terms for accuracy
The grouping violates the associative property because not all terms are properly grouped within parentheses
Explanation
The associative property requires all terms to be properly grouped when changing groupings in an expression. In the given expression $$3.5 + (-2.8 - 4.1 - 5.2) + 1.9$$, the term $$+1.9$$ is left outside the parenthetical grouping, creating an incomplete application of the property. A correct regrouping would be $$(3.5 + 1.9) + (-2.8 + (-4.1) + (-5.2))$$. Choice B is incorrect about sign notation. Choice C identifies the wrong issue. Choice D is wrong because the expression has a structural grouping error.
During a card game, Alex's score changes are: $$+24$$, $$-18$$, $$+15$$, $$-31$$, $$+8$$. He wants to calculate his total score change by grouping positive and negative values: $$(24 + 15 + 8) + (-18 + (-31))$$. What properties of operations justify this regrouping, and what is the total change?
Only commutative property is used; total change is $$-2$$ points because terms were reordered strategically
Only associative property is used; total change is $$+2$$ points because grouping doesn't affect the sum
Both commutative and associative properties are used; total change is $$+2$$ points from the strategic regrouping
Both commutative and associative properties are used; total change is $$-2$$ points from the regrouped calculation
Explanation
When you encounter problems involving reordering and regrouping numbers in addition, you need to identify which properties of operations allow these manipulations.
Let's trace through Alex's regrouping step by step. The original expression is $$+24 + (-18) + (+15) + (-31) + (+8)$$. Alex wants to group it as $$(24 + 15 + 8) + (-18 + (-31))$$.
First, he reordered the terms to put positives together and negatives together - this uses the commutative property, which allows you to change the order of addends. Then he grouped them with parentheses - this uses the associative property, which allows you to change how terms are grouped. So both properties are needed.
Now for the calculation: $$(24 + 15 + 8) + (-18 + (-31)) = 47 + (-49) = -2$$
Let's check why the other answers fail. Choice A claims only the commutative property is used, ignoring that parentheses represent regrouping (associative property). Choice B claims only the associative property is used, missing that terms were reordered first. Choice D gets the properties right but incorrectly calculates the total as $$+2$$ instead of $$-2$$.
The correct answer is C because both properties are used and the total change is $$-2$$ points.
Study tip: Remember that reordering terms requires the commutative property, while regrouping with parentheses requires the associative property. Most real problems involve both when you're strategically rearranging expressions.
A submarine's depth changes during a mission: starts at $$-125$$ feet, goes down $$78$$ feet, up $$45$$ feet, down $$156$$ feet, and up $$67$$ feet. Using properties of operations, which calculation method would be most efficient for finding the final depth?
Calculate $$-125 + (45 + 67) + (-78 - 156)$$ by using commutative property to group upward movements together
Calculate $$-125 + (-78 - 156) + (45 + 67)$$ by separating all downward and upward movements completely
Calculate $$(-125 - 78 - 156) + (45 + 67)$$ by combining initial depth with all downward movements first
Calculate $$-125 + (-78 + 45) + (-156 + 67)$$ by grouping each pair of opposite movements together
Explanation
Choice D uses the commutative property to rearrange terms and group upward movements $$(45 + 67 = 112)$$ and downward movements $$(-78 - 156 = -234)$$, giving $$-125 + 112 + (-234) = -247$$ feet. This is most efficient for mental calculation. Choice A groups pairs but isn't as strategic. Choice B has incorrect notation. Choice C incorrectly combines the starting depth with movements.
Jenny is working with the expression $$\frac{3}{4} - \frac{5}{6} + \frac{2}{3} - \frac{1}{2}$$. She wants to use properties of operations to group terms strategically. Which regrouping would be most efficient for mental calculation?
$$(\frac{3}{4} - \frac{5}{6}) + (\frac{2}{3} - \frac{1}{2})$$, because it maintains the original order while creating manageable pairs
$$(\frac{3}{4} + \frac{5}{6}) - (\frac{2}{3} + \frac{1}{2})$$, because it groups fractions with similar numerators for simplified calculation
$$(\frac{3}{4} + \frac{2}{3}) - (\frac{5}{6} + \frac{1}{2})$$, because it separates positive and negative terms into distinct groups
$$(\frac{3}{4} - \frac{1}{2}) + (\frac{2}{3} - \frac{5}{6})$$, because it pairs fractions with related denominators for easier computation
Explanation
Choice A pairs $$\frac{3}{4} - \frac{1}{2} = \frac{3}{4} - \frac{2}{4} = \frac{1}{4}$$ and $$\frac{2}{3} - \frac{5}{6} = \frac{4}{6} - \frac{5}{6} = -\frac{1}{6}$$, making mental calculation easier with related denominators. Choice B incorrectly changes subtraction to addition. Choice C keeps the original problematic order. Choice D incorrectly changes the signs and doesn't create easier computations.
Maria calculates her weekly budget changes: she spends $$\32.75$$ on groceries, earns $$\15.50$$ from babysitting, spends $$\8.25$$ on gas, and receives $$\12.00$$ as a gift. She rearranges the calculation as $$(15.50 + 12.00) + (-32.75 + (-8.25))$$ to group income and expenses separately. What is her net change, and which property allows this rearrangement?
Net change is $$+\13.50$$; distributive property allows factoring out common elements from the grouped expressions
Net change is $$-\13.50$$; associative property allows regrouping additions without changing the final sum result
Net change is $$-\13.50$$; commutative property allows rearranging the order of the rational number terms
Net change is $$+\13.50$$; commutative and associative properties work together to enable this strategic rearrangement
Explanation
The calculation is $$(15.50 + 12.00) + (-32.75 + (-8.25)) = 27.50 + (-41.00) = -13.50$$. The associative property allows regrouping additions (treating subtraction as adding negative numbers). Choice A has the correct answer but wrong property. Choices C and D have the wrong sign for the net change.
A stock's value changes over five days: $$-\2.75$$, $$+\4.25$$, $$-\1.50$$, $$-\3.80$$, $$+\2.15$$. An investor calculates the net change as $$(-2.75 - 1.50 - 3.80) + (4.25 + 2.15)$$. The result is $$-\1.65$$. Which statement about this calculation is correct?
The calculation violates the associative property because positive and negative terms cannot be grouped separately
The calculation correctly applies properties of operations and the final answer of $$-\1.65$$ is accurate
The calculation is correct in method but the arithmetic is wrong; the actual net change should be $$+\1.65$$
The calculation is incorrect because the commutative property doesn't allow changing negative terms to subtraction
Explanation
When working with positive and negative numbers, you can rearrange and group terms using the properties of operations to make calculations easier. This problem tests whether you understand these properties and can verify arithmetic with signed numbers.
The investor's approach is mathematically sound. By grouping negative changes $$(-2.75 - 1.50 - 3.80)$$ and positive changes $$(4.25 + 2.15)$$ separately, they're applying the commutative and associative properties correctly. The negative changes total $$-\8.05$$, and the positive changes total $$+\6.40$$. Adding these gives $$-8.05 + 6.40 = -\1.65$$. You can verify this by adding the original sequence in order: $$-2.75 + 4.25 + (-1.50) + (-3.80) + 2.15 = -\1.65$$. Both methods yield the same result, confirming the calculation is correct.
Choice A is wrong because the commutative property absolutely allows rearranging terms, including changing $$+(-1.50)$$ to $$-1.50$$. Choice B incorrectly claims the associative property is violated—grouping positive and negative terms separately is a perfectly valid application of this property. Choice D suggests the arithmetic is wrong and the answer should be positive $$\1.65$$, but this would mean the gains exceeded the losses, which isn't the case here.
Remember: when working with signed numbers, you can rearrange and group terms to simplify calculations, but always double-check your arithmetic. Grouping like signs together often makes the math cleaner and reduces errors.
In a chemistry lab, a solution's pH changes through several reactions. Starting at pH $$7.2$$, it decreases by $$1.8$$, increases by $$0.6$$, decreases by $$2.4$$, and increases by $$1.1$$. A student writes the calculation as $$7.2 + (-1.8 + 0.6) + (-2.4 + 1.1)$$. What property justifies this grouping, and what is the final pH?
Commutative property; final pH is $$4.7$$ because the order of operations has been rearranged appropriately
Associative property; final pH is $$4.7$$ because the grouping of additions can be changed without affecting the result
Associative property; final pH is $$5.5$$ because regrouping the terms allows for more efficient calculation methods
Distributive property; final pH is $$5.5$$ because negative values are distributed across the grouped terms correctly
Explanation
The associative property allows changing the grouping of additions. The calculation becomes: $$7.2 + (-1.8 + 0.6) + (-2.4 + 1.1) = 7.2 + (-1.2) + (-1.3) = 7.2 - 1.2 - 1.3 = 4.7$$. Choice A incorrectly identifies the property as commutative. Choices C and D give the wrong final answer of 5.5.
A runner’s elevation changes are recorded as integers. Evaluate: $-6-9$ (rewrite subtraction as addition if helpful).
$-3$
$15$
$3$
$-15$
Explanation
This question tests adding and subtracting rational numbers (integers, fractions, decimals, positive/negative) using properties of operations strategically. Sign rules: positive+positive (add magnitudes, positive result: 3+5=8), negative+negative (add magnitudes, negative result: -3+(-5)=-8), positive+negative or negative+positive (subtract smaller magnitude from larger, sign of larger: 8+(-5)=3, -8+5=-3). Subtraction as addition: p-q=p+(-q) (7-4=7+(-4)=3, 5-(-2)=5+2=7 subtracting negative adds). Properties: rearrange (commutative: a+b=b+a), group (associative: (a+b)+c=a+(b+c)), strategically (47+3+(-18) group as (47+3)+(-18)=50-18=32 easier mental math). Fractions: common denominator (1/2+1/3=3/6+2/6=5/6). For example, calculate -8+15-5, rewrite: -8+15+(-5) (subtraction as addition), rearrange: 15+(-8)+(-5) (positive first), group negatives: 15+(-8-5)=15+(-13)=2; or fractions: 1/2-3/4=1/2+(-3/4)=2/4+(-3/4)=-1/4; or decimals: 5.2-(-1.5)=5.2+1.5=6.7. Here, rewrite -6-9 as -6+(-9), add magnitudes 6+9=15, keep negative sign to get -15. A common error is treating negative+negative as subtraction, like -6-9 as 6-9=-3, or forgetting the negative result to get 15. Process: (1) rewrite subtractions as additions (p-q→p+(-q), makes all same operation), (2) identify signs (which positive, which negative), (3) apply rules (same signs: add magnitudes keep sign, different signs: subtract magnitudes use larger's sign), (4) for fractions: common denominators first (1/2=3/6, 1/3=2/6, then add/subtract), (5) for mixed forms: convert to one type (decimals or fractions), (6) use properties strategically (rearrange to make easier: group round numbers, opposites). Strategic examples: -97+100-3=100+(-97)+(-3) group: 100+(-100)=0; or 27+(-18)+3=(27+3)+(-18)=30-18=12. Mistakes: sign errors most common, fraction operations without denominators, not using properties for efficiency, arithmetic errors tracking negatives.
A student records a change in a bank of points in a classroom game. Evaluate: $-1.5 - \frac{3}{4}$ (convert to decimals or fractions).
$2.25$
$-0.75$
$-1.25$
$-2.25$
Explanation
This question tests adding and subtracting rational numbers (integers, fractions, decimals, positive/negative) using properties of operations strategically. Sign rules: positive + positive (add magnitudes, positive result: $3+5=8$), negative + negative (add magnitudes, negative result: $-3 + (-5) = -8$), positive + negative or negative + positive (subtract smaller magnitude from larger, sign of larger: $8 + (-5) = 3$, $-8 + 5 = -3$). Subtraction as addition: $p - q = p + (-q)$ ($7 - 4 = 7 + (-4) = 3$, $5 - (-2) = 5 + 2 = 7$ subtracting negative adds). Properties: rearrange (commutative: $a + b = b + a$), group (associative: $(a + b) + c = a + (b + c)$), strategically ($47 + 3 + (-18)$ group as $(47 + 3) + (-18) = 50 - 18 = 32$ easier mental math). Fractions: common denominator ($\frac{1}{2} + \frac{1}{3} = \frac{3}{6} + \frac{2}{6} = \frac{5}{6}$). For example, calculate $-8 + 15 - 5$, rewrite: $-8 + 15 + (-5)$ (subtraction as addition), rearrange: $15 + (-8) + (-5)$ (positive first), group negatives: $15 + (-8 - 5) = 15 + (-13) = 2$; or fractions: $\frac{1}{2} - \frac{3}{4} = \frac{1}{2} + (-\frac{3}{4}) = \frac{2}{4} + (-\frac{3}{4}) = -\frac{1}{4}$; or decimals: $5.2 - (-1.5) = 5.2 + 1.5 = 6.7$. Here, convert $-1.5 - \frac{3}{4}$ as $-1.5 + (-0.75) = -2.25$, or fractions: $-\frac{3}{2} - \frac{3}{4} = -\frac{6}{4} - \frac{3}{4} = -\frac{9}{4} = -2.25$. A common error is converting incorrectly, like $\frac{3}{4}$ as $0.34$ to get $-1.84$, or sign error to get $2.25$. Process: (1) rewrite subtractions as additions ($p - q \to p + (-q)$, makes all same operation), (2) identify signs (which positive, which negative), (3) apply rules (same signs: add magnitudes keep sign, different signs: subtract magnitudes use larger's sign), (4) for fractions: common denominators first ($\frac{1}{2} = \frac{3}{6}$, $\frac{1}{3} = \frac{2}{6}$, then add/subtract), (5) for mixed forms: convert to one type (decimals or fractions), (6) use properties strategically (rearrange to make easier: group round numbers, opposites). Strategic examples: $-97 + 100 - 3 = 100 + (-97) + (-3)$ group: $100 + (-100) = 0$; or $27 + (-18) + 3 = (27 + 3) + (-18) = 30 - 18 = 12$. Mistakes: sign errors most common, fraction operations without denominators, not using properties for efficiency, arithmetic errors tracking negatives.
A swimmer’s time improves by subtracting a negative amount. Evaluate: $5.2 - (-1.5)$.
$6.7$
$-6.7$
$3.7$
$-3.7$
Explanation
This problem tests adding and subtracting rational numbers (integers, fractions, decimals, positive/negative) using properties of operations strategically. Sign rules: positive+positive (add magnitudes, positive result: 3+5=8), negative+negative (add magnitudes, negative result: -3+(-5)=-8), positive+negative or negative+positive (subtract smaller magnitude from larger, sign of larger: 8+(-5)=3, -8+5=-3). For $5.2 - (-1.5)$, we apply the rule that subtracting a negative equals adding a positive: $5.2 - (-1.5) = 5.2 + 1.5$. Now we have positive+positive, so add magnitudes: $5.2 + 1.5 = 6.7$. A student might forget the double negative rule and compute $5.2 - 1.5 = 3.7$, or make a sign error. Process: (1) rewrite subtraction of negative as addition ($-(-1.5) = +1.5$), (2) identify signs (both positive), (3) apply rules (add magnitudes, keep positive), (4) calculate: 5.2+1.5=6.7.