Exponent Expressions

Help Questions

SSAT Middle Level: Quantitative › Exponent Expressions

Questions 1 - 10
1

Two plants grow: $2^5$ cm vs $2^6$ cm; which is larger?

Neither

They are equal

$2^6$

$2^5$

Explanation

This question tests the SSAT Middle Level skill of evaluating expressions with exponents, focusing on understanding the properties of exponents. Exponents represent repeated multiplication of a base number, and understanding this helps in evaluating expressions accurately. In this specific question, comparing $2^5$ (32) and $2^6$ (64) shows that $2^6$ is larger. The correct choice, $2^6$, shows the accurate application of the exponent rule by recognizing higher exponents yield larger results for bases greater than 1. A common distractor might be thinking they are equal, demonstrating a misunderstanding of exponent differences. Teaching strategies include practicing exponent rules through repeated exercises and using real-world examples like plant growth to solidify understanding. Encourage students to visualize exponentiation as multi-step multiplication rather than simple addition.

2

A microbe is $4\times10^{-3}$ m; base $10$, exponent $-3$: value?

-0.004

0.0004

0.004

0.04

Explanation

This question tests the SSAT Middle Level skill of evaluating expressions with exponents, focusing on understanding the properties of exponents. Exponents represent repeated multiplication of a base number, and understanding this helps in evaluating expressions accurately. In this specific question, the expression $4×10^{-3}$ is used to illustrate negative exponents, where $10^{-3}$ means 1/1000, resulting in 0.004. The correct choice, 0.004, shows the accurate application of the exponent rule which states that a negative exponent means taking the reciprocal. A common distractor might be making it negative, like -0.004, demonstrating a misunderstanding of negative exponents. Teaching strategies include practicing exponent rules through repeated exercises and using real-world examples like microbe sizes to solidify understanding. Encourage students to visualize exponentiation as multi-step multiplication rather than simple addition.

3

A star is $6.2\times10^4$ km away; base $10$, exponent $4$: value?

6,020

62,000

6,200

620,000

Explanation

This question tests the SSAT Middle Level skill of evaluating expressions with exponents, focusing on understanding the properties of exponents. Exponents represent repeated multiplication of a base number, and understanding this helps in evaluating expressions accurately. In this specific question, the expression $6.2×10^4$ is used to illustrate scientific notation, where $10^4$ means 10,000, resulting in 62,000. The correct choice, 62,000, shows the accurate application of the exponent rule which states that the base 10 is multiplied by itself four times. A common distractor might be miscounting zeros, such as 6,200, demonstrating a misunderstanding of place value. Teaching strategies include practicing exponent rules through repeated exercises and using real-world examples like astronomical distances to solidify understanding. Encourage students to visualize exponentiation as multi-step multiplication rather than simple addition.

4

What is the value of $$(2^3)^2 \cdot(2^2)^3$$?

$$2^{10}$$

$$4^{11}$$

$$8^6$$

$$2^{11}$$

$$2^{12}$$

Explanation

When you see expressions with exponents raised to other exponents, you're working with the power rule of exponents. This rule states that $$(a^m)^n = a^{m \cdot n}$$ - you multiply the exponents together.

Let's break down $$(2^3)^2 \cdot(2^2)^3$$ step by step. First, apply the power rule to each part separately. For $$(2^3)^2$$, multiply the exponents: $$2^{3 \cdot 2} = 2^6$$. For $$(2^2)^3$$, do the same: $$2^{2 \cdot 3} = 2^6$$.

Now you have $$2^6 \cdot 2^6$$. When multiplying powers with the same base, you add the exponents: $$2^6 \cdot 2^6 = 2^{6+6} = 2^{12}$$.

Looking at the wrong answers: Choice (A) $$2^{10}$$ results from incorrectly adding exponents in the first step (getting $$2^5 \cdot 2^5$$) instead of multiplying them. Choice (B) $$2^{11}$$ might come from miscalculating somewhere in the middle steps - perhaps getting $$2^5 \cdot 2^6$$ and then correctly adding those exponents. Choice (D) $$4^{11}$$ represents a fundamental confusion about bases and exponents, possibly thinking $$2^2 = 4$$ means you should change the entire expression to base 4.

The answer is (C) $$2^{12}$$.

Remember this pattern: $$(a^m)^n = a^{mn}$$ and $$a^m \cdot a^n = a^{m+n}$$. Many SSAT exponent problems combine these two rules, so practice identifying when to multiply exponents versus when to add them.

5

If $$4^x = 64$$, what is the value of $$2^x$$?

4

8

16

32

64

Explanation

When you encounter equations with exponents where the bases are related, look for ways to express both sides using the same base to make the problem easier to solve.

Starting with $$4^x = 64$$, notice that both 4 and 64 can be written as powers of 2. Since $$4 = 2^2$$ and $$64 = 2^6$$, you can rewrite the equation as $$(2^2)^x = 2^6$$. Using the power rule for exponents, $$(2^2)^x = 2^{2x}$$, so the equation becomes $$2^{2x} = 2^6$$. When the bases are equal, the exponents must be equal: $$2x = 6$$, which gives you $$x = 3$$. Therefore, $$2^x = 2^3 = 8$$.

Looking at the wrong answers: Choice (A) 4 might tempt you if you confused $$2^x$$ with the base 4 from the original equation, but these are completely different expressions. Choice (C) 16 equals $$2^4$$, which you'd get if you mistakenly thought $$x = 4$$ - this could happen if you incorrectly solved $$4^x = 64$$ and got the wrong value for $$x$$. Choice (D) 32 equals $$2^5$$, suggesting $$x = 5$$, which might result from computational errors when converting to the same base or solving for $$x$$.

Remember this strategy: when dealing with exponential equations, try to express everything using the same base, especially when you see numbers that are clearly powers of 2 (like 4, 8, 16, 32, 64). This technique transforms complex-looking problems into straightforward algebra.

6

Which expression has the same value as $$\frac{6^4}{6^2}$$?

$$3^2$$

$$6^6$$

$$12^2$$

$$6^2$$

$$6^8$$

Explanation

When you see fractions with the same base raised to different powers, you're working with the quotient rule for exponents. This rule states that when dividing powers with the same base, you subtract the exponents: $$\frac{a^m}{a^n} = a^{m-n}$$.

Let's apply this to $$\frac{6^4}{6^2}$$. Since both the numerator and denominator have base 6, we subtract the exponents: $$6^{4-2} = 6^2$$. You can verify this by thinking about what the original expression means: $$\frac{6 \times 6 \times 6 \times 6}{6 \times 6}$$. The two 6's in the denominator cancel with two of the 6's in the numerator, leaving $$6 \times 6 = 6^2$$.

Choice A ($$6^2$$) is correct because it equals our simplified result.

Choice B ($$6^6$$) represents a common error where students add the exponents instead of subtracting them. This would be the result if you were multiplying $$6^4 \times 6^2$$, not dividing.

Choice C ($$6^8$$) occurs when students multiply the exponents, which would apply to a situation like $$(6^4)^2$$, not division of powers.

Choice D ($$3^2$$) might tempt students who incorrectly think they should divide the base along with applying an exponent rule, but the quotient rule only affects the exponents when the bases are identical.

Remember: when dividing powers with the same base, subtract the exponents. When multiplying, add them. When raising a power to a power, multiply the exponents.

7

If $$2^x = 32$$ and $$3^y = 27$$, what is the value of $$x^y$$?

15

25

81

125

243

Explanation

This question tests your ability to solve exponential equations and then evaluate expressions with those solutions. When you see equations like $$2^x = 32$$ and $$3^y = 27$$, you need to find the values of the variables by recognizing powers of the bases.

To solve $$2^x = 32$$, think about what power of 2 equals 32. Since $$2^5 = 32$$, we have $$x = 5$$. Similarly, for $$3^y = 27$$, we need the power of 3 that equals 27. Since $$3^3 = 27$$, we have $$y = 3$$.

Now we can find $$x^y = 5^3 = 5 \times 5 \times 5 = 125$$.

Looking at the wrong answers: Choice (A) gives 25, which you'd get if you calculated $$5^2$$ instead of $$5^3$$ - this means you found $$x$$ correctly but used $$y = 2$$ instead of $$y = 3$$. Choice (C) gives 243, which equals $$3^5$$ - this suggests you switched the values and calculated $$y^x$$ instead of $$x^y$$. Choice (D) gives 15, which is simply $$x \times y = 5 \times 3$$ - this means you added the exponents instead of using one as the base and the other as the exponent.

When solving exponential equations on the SSAT, first convert the right side to a power of the base if possible, then read off the exponent. Always double-check which variable should be the base and which should be the exponent in your final calculation.

8

Which of the following equals $$2^{10} - 2^9$$?

$$2^9$$

$$2^8$$

$$2^1$$

$$2^{10}$$

$$2^{19}$$

Explanation

When you encounter expressions with the same base but different exponents being subtracted, look for ways to factor out common terms rather than calculating each power separately.

To solve $$2^{10} - 2^9$$, notice that both terms share a factor of $$2^9$$. You can factor this out: $$2^{10} - 2^9 = 2^9 \cdot 2^1 - 2^9 \cdot 1 = 2^9(2 - 1) = 2^9 \cdot 1 = 2^9$$.

Alternatively, you can think of this as $$2^{10} - 2^9 = 2 \cdot 2^9 - 2^9 = 2^9(2 - 1) = 2^9$$. Either way, the answer is $$2^9$$, which is choice B.

Let's examine why the other choices are incorrect. Choice A ($$2^8$$) would be the result if you mistakenly thought $$2^{10} - 2^9 = 2^{10-9} = 2^1 = 2$$, then confused this with $$2^8$$. Choice C ($$2^{10}$$) ignores the subtraction entirely. Choice D ($$2^1$$) comes from the common error of subtracting exponents: $$10 - 9 = 1$$, so $$2^1$$. However, you cannot simply subtract exponents when subtracting exponential expressions.

The key strategy here is recognizing factoring opportunities with exponential expressions. When you see terms with the same base, factor out the greatest common power before performing operations. This approach is much more efficient than calculating $$2^{10} = 1024$$ and $$2^9 = 512$$, then subtracting to get 512. Remember: factor first, calculate last.

9

If $$3^a = 9$$ and $$3^b = 27$$, what is $$3^{a+b}$$?

36

81

243

729

2187

Explanation

This question tests your understanding of exponent rules, specifically how to work with powers that have the same base. When you see exponential equations like these, think about converting the numbers to the same base first.

Start by expressing 9 and 27 as powers of 3. Since $$9 = 3^2$$ and $$27 = 3^3$$, you can rewrite the given equations as $$3^a = 3^2$$ and $$3^b = 3^3$$. This means $$a = 2$$ and $$b = 3$$.

Now you can find $$3^{a+b} = 3^{2+3} = 3^5$$. To calculate $$3^5$$, multiply: $$3^5 = 3 \times 3 \times 3 \times 3 \times 3 = 243$$. The answer is C.

Let's examine why the other choices are wrong. Choice A (36) might tempt you if you mistakenly added the original values: $$9 + 27 = 36$$. However, when dealing with exponents, you don't simply add the results. Choice B (81) equals $$3^4$$, which you might get if you miscalculated $$a + b$$ as 4 instead of 5. Choice D (729) equals $$3^6$$, which could result from incorrectly thinking $$a + b = 6$$.

Remember this key exponent rule: when multiplying powers with the same base, you add the exponents, so $$3^a \times 3^b = 3^{a+b}$$. For SSAT exponent problems, always convert to the same base when possible, then use the fundamental rules of exponents rather than trying to work with the calculated values directly.

10

What is the value of $$\frac{5^7}{5^4} \cdot 5^2$$?

$$5^3$$

$$25^3$$

$$125^2$$

$$5^5$$

$$5^9$$

Explanation

When you see expressions with exponents being multiplied or divided, you're working with the laws of exponents. These rules help you simplify complex expressions efficiently.

Let's work through this step by step. You have $$\frac{5^7}{5^4} \cdot 5^2$$. First, handle the division: when dividing powers with the same base, subtract the exponents. So $$\frac{5^7}{5^4} = 5^{7-4} = 5^3$$.

Now you have $$5^3 \cdot 5^2$$. When multiplying powers with the same base, add the exponents: $$5^3 \cdot 5^2 = 5^{3+2} = 5^5$$. This confirms that choice B is correct.

Let's examine why the other answers are wrong. Choice A ($$5^3$$) represents only the first step of the calculation—you'd get this if you forgot to multiply by $$5^2$$ at the end. Choice C ($$5^9$$) comes from a common mistake: adding all the exponents without properly handling the division first ($$7 + 4 + 2 = 13$$ is wrong, but $$7 + 2 = 9$$ suggests confusion about the division step). Choice D ($$25^3$$) might tempt you because $$25 = 5^2$$, but this completely misapplies the exponent rules and doesn't follow from the given expression.

Remember this key strategy: always work left to right with exponent expressions, applying one rule at a time. Division means subtract exponents, multiplication means add exponents—but only when the bases are the same. Master these two rules and you'll handle most exponent problems confidently.

Page 1 of 3