Integer Operations

Help Questions

ISEE Upper Level: Mathematics Achievement › Integer Operations

Questions 1 - 10
1

The temperature dropped from $$7°C$$ to $$-15°C$$ over a 6-hour period. If the temperature dropped at a constant rate, what was the temperature after the first 2 hours?

$$0°C$$

$$1°C$$

$$-1°C$$

$$3°C$$

Explanation

When you encounter a constant rate problem, you're dealing with linear change over time. The key is to find the total change, determine the rate per unit time, then apply that rate to find intermediate values.

The temperature dropped from $$7°C$$ to $$-15°C$$, so the total change is $$-15 - 7 = -22°C$$ over 6 hours. This gives us a constant rate of $$\frac{-22°C}{6 \text{ hours}} = -\frac{11}{3}°C$$ per hour.

After 2 hours, the temperature change would be $$2 \times(-\frac{11}{3}) = -\frac{22}{3}°C$$. Starting from $$7°C$$, the temperature after 2 hours is $$7 + (-\frac{22}{3}) = 7 - \frac{22}{3} = \frac{21-22}{3} = -\frac{1}{3}°C$$. Wait, let me recalculate this more carefully.

Actually, let's use a simpler approach. The temperature needs to drop $$22°C$$ total over 6 hours. In 2 hours, it drops $$\frac{2}{6} = \frac{1}{3}$$ of the total change: $$\frac{1}{3} \times 22 = \frac{22}{3} ≈ 7.33°C$$. So after 2 hours: $$7 - 7.33 = -0.33°C$$, which rounds to $$0°C$$.

Choice A ($$-1°C$$) assumes too much cooling occurred. Choice C ($$1°C$$) represents a smaller drop than actually happened. Choice D ($$3°C$$) significantly underestimates the temperature drop.

For constant rate problems, always find the rate first, then multiply by the specific time interval. Remember that "dropping" temperature means negative change, so be careful with your signs throughout the calculation.

2

What is the value of $$(-3)^4 - (-2)^5 + (-1)^{10}$$?

$$116$$

$$118$$

$$112$$

$$114$$

Explanation

When you encounter expressions with negative bases raised to powers, the key is carefully tracking how the negative sign behaves with even versus odd exponents.

Let's evaluate each term systematically. For $$(-3)^4$$, since 4 is even, the result is positive: $$(-3)^4 = 81$$. For $$(-2)^5$$, since 5 is odd, the result is negative: $$(-2)^5 = -32$$. For $$(-1)^{10}$$, since 10 is even, the result is positive: $$(-1)^{10} = 1$$.

Now substitute these values: $$(-3)^4 - (-2)^5 + (-1)^{10} = 81 - (-32) + 1 = 81 + 32 + 1 = 114$$.

Choice A (112) likely comes from miscalculating $$(-2)^5$$ as $$-30$$ instead of $$-32$$, or making an arithmetic error in the final addition. Choice C (116) could result from incorrectly evaluating $$(-1)^{10}$$ as $$-1$$ instead of $$1$$, then calculating $$81 + 32 + 3 = 116$$. Choice D (118) might occur if you forget that subtracting a negative number means adding its positive value, calculating $$81 - 32 + 1 = 50$$ and then making additional errors.

The correct answer is B (114).

Remember this pattern: negative bases raised to even powers become positive, while negative bases raised to odd powers stay negative. Also, be extra careful with the arithmetic when combining positive and negative terms—subtracting a negative is the same as adding a positive.

3

If $$x = -4$$ and $$y = -6$$, what is the value of $$|x - y| - |x + y|$$?

$$-2$$

$$8$$

$$-8$$

$$2$$

Explanation

When you encounter absolute value expressions with negative numbers, remember that absolute value always gives you the distance from zero, which is always positive or zero.

Let's substitute the given values $$x = -4$$ and $$y = -6$$ into the expression $$|x - y| - |x + y|$$.

First, calculate what's inside each absolute value:

  • $$x - y = (-4) - (-6) = -4 + 6 = 2$$
  • $$x + y = (-4) + (-6) = -10$$

Now apply the absolute values:

  • $$|x - y| = |2| = 2$$
  • $$|x + y| = |-10| = 10$$

Therefore: $$|x - y| - |x + y| = 2 - 10 = -8$$

Looking at the wrong answers: Choice B ($$-2$$) likely comes from incorrectly calculating $$|x - y| = |(-4) - (-6)| = |2| = 2$$ but then making an error with $$|x + y|$$, perhaps getting $$|-10| = 4$$ instead of $$10$$. Choice C ($$2$$) probably results from forgetting the subtraction and just calculating $$|x - y| = 2$$. Choice D ($$8$$) might come from calculating $$|x + y| - |x - y| = 10 - 2 = 8$$, which reverses the order of subtraction.

Study tip: Always work step-by-step with absolute value problems: substitute first, simplify inside the absolute value bars, then apply the absolute value operation, and finally perform any remaining operations. Double-check your arithmetic, especially with negative numbers.

4

Calculate: $$\frac{(-8) \times 15}{(-6) + (-4)}$$

$$12$$

$$16$$

$$10$$

$$14$$

Explanation

This question tests your ability to work with negative numbers and follow the order of operations correctly. When you see a fraction with operations in both the numerator and denominator, you must complete the operations within each part before dividing.

Let's work through this step by step. In the numerator, you have $$(-8) \times 15$$. When multiplying a negative by a positive, the result is negative: $$(-8) \times 15 = -120$$.

In the denominator, you have $$(-6) + (-4)$$. When adding two negative numbers, you add their absolute values and keep the negative sign: $$(-6) + (-4) = -10$$.

Now you can evaluate the fraction: $$\frac{-120}{-10}$$. When dividing two negative numbers, the result is positive: $$\frac{-120}{-10} = 12$$.

Looking at the wrong answers: Choice A ($$10$$) likely comes from incorrectly calculating the denominator as $$-6 + 4 = -2$$ instead of $$(-6) + (-4) = -10$$, then getting $$\frac{-120}{-12} = 10$$. Choice C ($$14$$) might result from sign errors in the numerator or denominator. Choice D ($$16$$) could come from multiple computational mistakes, possibly treating the denominator as $$(-6) - (-4) = -2$$ and making additional errors.

The key strategy here is to work methodically: handle the numerator and denominator separately, pay careful attention to negative number rules, and remember that dividing two negatives gives a positive result. Always double-check your signs at each step.

5

What is the value of $$(-7) - (-12) + (-5) - 8$$?

$$-6$$

$$-4$$

$$-8$$

$$-2$$

Explanation

When you encounter expressions with multiple positive and negative signs, the key is to carefully handle subtraction of negative numbers and then work left to right systematically.

Let's work through $$(-7) - (-12) + (-5) - 8$$ step by step. First, recognize that subtracting a negative number is the same as adding its positive: $$(-7) - (-12) = (-7) + 12 = 5$$.

Now the expression becomes: $$5 + (-5) - 8$$. Working left to right: $$5 + (-5) = 0$$, then $$0 - 8 = -8$$.

Looking at the wrong answers: Choice B ($$-6$$) likely comes from incorrectly calculating $$(-7) - (-12)$$ as $$-19$$ instead of $$5$$, then getting $$-19 + (-5) - 8 = -32$$, but making an arithmetic error. Choice C ($$-4$$) might result from treating $$- (-12)$$ as $$-12$$ instead of $$+12$$, giving $$(-7) + (-12) + (-5) - 8 = -32$$, then making calculation errors. Choice D ($$-2$$) could come from mishandling the signs throughout, perhaps calculating $$(-7) - (-12) = -19$$ and then incorrectly simplifying the rest.

The correct answer is A: $$-8$$.

Remember this strategy: when you see subtraction of a negative number, immediately rewrite it as addition of the positive. Then work left to right carefully, double-checking each step. These sign-heavy problems are designed to test your attention to detail with integer operations.

6

An elevator starts at floor $$-2$$ (2 floors below ground level). It goes up $$7$$ floors, then down $$12$$ floors, then up $$8$$ floors. On which floor does the elevator end up?

Floor $$3$$

Floor $$1$$

Floor $$-1$$

Floor $$-3$$

Explanation

This problem tests your ability to track position changes using positive and negative integers, where moving up adds to your position and moving down subtracts from it.

Start at floor $$-2$$ and track each movement step by step. Going up 7 floors means adding 7: $$-2 + 7 = 5$$. Now you're on floor 5. Next, going down 12 floors means subtracting 12: $$5 - 12 = -7$$. You're now on floor $$-7$$. Finally, going up 8 floors means adding 8: $$-7 + 8 = 1$$. The elevator ends up on floor 1.

Looking at the wrong answers: Choice B (Floor $$-1$$) likely comes from making a sign error in one of the calculations, perhaps miscalculating the final step as $$-7 + 8 = -1$$ instead of $$1$$. Choice C (Floor $$3$$) might result from incorrectly adding instead of subtracting in the middle step, getting $$5 + 12 = 17$$, then $$17 - 8 = 9$$, or from other computational errors. Choice D (Floor $$-3$$) could come from multiple sign errors or mixing up the direction of movements.

When solving elevator or number line problems, write out each step clearly and pay careful attention to signs. "Up" always means adding (positive direction) and "down" always means subtracting (negative direction). Double-check your arithmetic at each step rather than trying to do all the calculations at once, as sign errors are easy to make when working quickly.

7

What is the remainder when $$(-47)$$ is divided by $$8$$?

$$3$$

$$1$$

$$5$$

$$7$$

Explanation

When you encounter division problems involving negative numbers, remember that the remainder must always be non-negative and less than the divisor.

To find the remainder when $$(-47)$$ is divided by $$8$$, you need to express this in the form $$(-47) = 8q + r$$, where $$q$$ is the quotient and $$r$$ is the remainder with $$0 \leq r < 8$$.

First, find how $$47$$ divides by $$8$$: $$47 = 8 \times 5 + 7$$, so $$47$$ leaves remainder $$7$$ when divided by $$8$$. For the negative case, we have $$(-47) = -8 \times 5 - 7$$. To get a non-negative remainder, rewrite this as $$(-47) = -8 \times 5 - 8 + 8 - 7 = 8(-6) + 1$$. Therefore, the remainder is $$1$$.

You can verify this: $$8 \times(-6) = -48$$, and $$(-48) + 1 = -47$$

Looking at the wrong answers: Choice B ($$3$$) would give us $$8(-6) + 3 = -45$$, not $$-47$$. Choice C ($$5$$) would give us $$8(-6) + 5 = -43$$, not $$-47$$. Choice D ($$7$$) represents the remainder when positive $$47$$ is divided by $$8$$, but this doesn't work for $$-47$$ since $$8(-5) + 7 = -33$$, not $$-47$$.

The correct answer is A.

Study tip: When finding remainders for negative numbers, always ensure your final remainder is between $$0$$ and one less than the divisor. If you get a negative remainder, adjust by subtracting $$1$$ from the quotient and adding the divisor to the remainder.

8

Simplify: $$\frac{(-12) + (-18)}{(-6) - (-3)}$$

$$-5$$

$$10$$

$$5$$

$$-10$$

Explanation

When you see a complex fraction with negative numbers, work systematically through the order of operations: simplify the numerator and denominator separately, then divide.

Start with the numerator: $$(-12) + (-18)$$. Adding two negative numbers means you add their absolute values and keep the negative sign, giving you $$-30$$.

Next, handle the denominator: $$(-6) - (-3)$$. Subtracting a negative is the same as adding a positive, so this becomes $$(-6) + 3 = -3$$.

Now you have $$\frac{-30}{-3}$$. When dividing two negative numbers, the result is positive: $$\frac{-30}{-3} = 10$$.

Looking at the wrong answers: Choice A gives $$-10$$, which you'd get if you incorrectly made the final division negative instead of positive. Choice C gives $$-5$$, which could result from errors in both the sign and magnitude—perhaps miscalculating the numerator as $$-15$$ and then getting the sign wrong. Choice D gives $$5$$, which you might get if you correctly determined the sign should be positive but made an arithmetic error in calculating $$30 ÷ 3$$.

The correct answer is B: $$10$$.

Strategy tip: With negative number operations, handle signs methodically. Remember that subtracting a negative equals adding a positive, and dividing two numbers with the same sign (both negative here) always gives a positive result. Double-check your arithmetic at each step to avoid simple calculation errors.

9

What is the value of $$\frac{(-4)^3 \times(-2)^2}{(-8) \div 2}$$?

$$-64$$

$$-16$$

$$64$$

$$16$$

Explanation

This problem tests your ability to work with negative numbers, exponents, and order of operations. When you encounter expressions with multiple operations, always follow PEMDAS (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction) and pay careful attention to negative signs.

Let's evaluate each part step by step. First, calculate $$(-4)^3 = (-4) \times(-4) \times(-4) = 16 \times(-4) = -64$$. Next, find $$(-2)^2 = (-2) \times(-2) = 4$$. For the denominator, evaluate $$(-8) \div 2 = -4$$.

Now substitute these values: $$\frac{(-64) \times 4}{-4} = \frac{-256}{-4} = 64$$.

Choice A ($$-64$$) represents what you'd get if you incorrectly calculated just the numerator $$(-4)^3 \times(-2)^2 = -256$$ and then divided by positive 4 instead of negative 4. Choice C ($$-16$$) occurs if you make sign errors throughout, perhaps thinking $$(-4)^3 = 64$$ (forgetting the odd exponent keeps the negative) and $$(-8) \div 2 = 4$$. Choice D ($$16$$) results from multiple computational errors, likely involving incorrect handling of negative bases with exponents.

The correct answer is B: $$64$$.

Remember that odd exponents preserve the sign of negative bases while even exponents always yield positive results. Also, when dividing two negative numbers, the result is positive. Practice these sign rules systematically—they're frequently tested and small mistakes can lead you to attractive wrong answers.

10

A submarine starts at sea level and descends $$45$$ feet. It then ascends $$18$$ feet, descends $$27$$ feet, and finally ascends $$12$$ feet. What is the submarine's final depth below sea level?

$$48$$ feet below sea level

$$38$$ feet below sea level

$$42$$ feet below sea level

$$52$$ feet below sea level

Explanation

When you encounter problems involving movement above and below a reference point like sea level, think of this as working with positive and negative integers on a number line. Descending means moving in the negative direction (below sea level), while ascending means moving in the positive direction (toward or above sea level).

Let's track the submarine's position step by step, starting at sea level (position 0). First, it descends 45 feet, putting it at $$-45$$ feet. Then it ascends 18 feet: $$-45 + 18 = -27$$ feet. Next, it descends 27 feet: $$-27 - 27 = -54$$ feet. Finally, it ascends 12 feet: $$-54 + 12 = -42$$ feet below sea level.

Looking at the wrong answers: Choice B (38 feet) likely comes from incorrectly adding all the movements without considering direction: $$45 - 18 - 27 + 12 = 12$$, then perhaps subtracting from 50 or making another calculation error. Choice C (48 feet) might result from adding the two descents and subtracting only one ascent: $$45 + 27 - 18 = 54$$, then making an arithmetic mistake. Choice D (52 feet) could come from adding descents and subtracting ascents but making sign errors: $$45 + 27 - 18 - 12 = 42$$, then confusing this with 52.

The correct answer is A: 42 feet below sea level.

Strategy tip: For elevation problems, always establish your reference point (sea level = 0) and consistently use positive values for upward movement and negative values for downward movement. Track your running total after each step to avoid errors.

Page 1 of 3