Evaluating Expressions

Help Questions

SSAT Middle Level: Quantitative › Evaluating Expressions

Questions 1 - 10
1

A smoothie recipe used $m = 3s + 2$; if $s = 8$ servings, evaluate $m$.

20

22

26

34

Explanation

This question tests middle school algebra skills: evaluating expressions for given variable values. Evaluating expressions involves substituting specific numbers in place of variables and performing the operations indicated. Students should follow the order of operations: parentheses, exponents, multiplication and division, addition and subtraction (PEMDAS/BODMAS). In this question, students must evaluate the expression by substituting the provided values for each variable as indicated in the scenario. The correct answer is choice A because when the given values are substituted into the expression, it correctly calculates to 26. This demonstrates understanding of variable substitution and arithmetic operations. Choice B is incorrect because it results from misapplying the order of operations, perhaps by subtracting 2 instead of adding. To help students, emphasize practicing the substitution of values and reinforcing the order of operations through varied examples. Encourage checking work by re-evaluating the expression or using estimation to verify reasonableness.

2

If $$y = 2x - 3$$ and $$z = x + 4$$, what is the value of $$z - y$$ when $$x = 5$$?

-2

0

2

4

6

Explanation

This question tests your ability to work with algebraic expressions and substitute values. When you see multiple expressions with the same variable, you'll often need to substitute the given value and then perform operations between the results.

Let's substitute $$x = 5$$ into both expressions. For $$y = 2x - 3$$: $$y = 2(5) - 3 = 10 - 3 = 7$$. For $$z = x + 4$$: $$z = 5 + 4 = 9$$. Now we can find $$z - y = 9 - 7 = 2$$, which is answer choice C.

Let's examine why the other answers are incorrect. Choice A (-2) would result if you incorrectly calculated $$y - z$$ instead of $$z - y$$, giving you $$7 - 9 = -2$$. This is a common order-of-operations error. Choice B (0) might occur if you made calculation errors in finding both $$y$$ and $$z$$, perhaps getting the same value for both expressions. Choice D (4) could result from substitution errors, such as using $$x = 4$$ instead of $$x = 5$$, or making arithmetic mistakes when evaluating the expressions.

When working with multiple algebraic expressions, always substitute the given value carefully into each expression separately, double-check your arithmetic, and pay close attention to the order of operations in the final calculation. Writing out each step clearly helps avoid careless errors that lead to trap answers.

3

If $$p = -3$$ and $$q = 2$$, which expression has the greatest value?

$$pq + 5$$

$$2p + 3q$$

$$p^3 - q$$

$$|p| + |q|$$

$$p^2 + q^2$$

Explanation

When you encounter algebraic expressions with given variable values, you need to substitute the values and calculate each expression systematically to compare their results.

Let's substitute $$p = -3$$ and $$q = 2$$ into each expression:

For choice A: $$p^2 + q^2 = (-3)^2 + (2)^2 = 9 + 4 = 13$$

For choice B: $$2p + 3q = 2(-3) + 3(2) = -6 + 6 = 0$$

For choice C: $$pq + 5 = (-3)(2) + 5 = -6 + 5 = -1$$

For choice D: $$p^3 - q = (-3)^3 - 2 = -27 - 2 = -29$$

Comparing the results: 13, 0, -1, and -29, we can see that 13 is the greatest value, making choice A correct.

Choice B gives you 0 because the negative and positive terms cancel out perfectly. Choice C results in -1 because multiplying a negative and positive number gives a negative product, and adding 5 isn't enough to make it positive. Choice D produces the most negative result because cubing a negative number gives a large negative value, and subtracting a positive number makes it even more negative.

Study tip: When comparing expressions with negative variables, pay special attention to even versus odd exponents. Even exponents always produce positive results (like $$p^2 = 9$$), while odd exponents preserve the sign of the base (like $$p^3 = -27$$). This distinction often determines which expression will be largest.

4

Which of the following is a value of $$n$$ for which $$3n^2 - 7n + 2 = 0$$?

$$\frac{2}{3}$$

3

2

$$\frac{1}{3}$$

$$\frac{7}{3}$$

Explanation

When you encounter a quadratic equation like $$3n^2 - 7n + 2 = 0$$, you need to find the values of $$n$$ that make the equation true. The most reliable approach is to substitute each answer choice into the equation and see which one produces zero.

Let's test choice A: $$n = \frac{1}{3}$$. Substituting into $$3n^2 - 7n + 2 = 0$$:

$$3\left(\frac{1}{3}\right)^2 - 7\left(\frac{1}{3}\right) + 2 = 3 \cdot \frac{1}{9} - \frac{7}{3} + 2 = \frac{1}{3} - \frac{7}{3} + \frac{6}{3} = \frac{1-7+6}{3} = 0$$

This works! Choice A is correct.

Now let's verify why the others fail. For choice B ($$n = \frac{2}{3}$$): $$3\left(\frac{2}{3}\right)^2 - 7\left(\frac{2}{3}\right) + 2 = \frac{4}{3} - \frac{14}{3} + \frac{6}{3} = -\frac{4}{3} \neq 0$$

For choice C ($$n = 2$$): $$3(2)^2 - 7(2) + 2 = 12 - 14 + 2 = 0$$. Wait—this also works! This means the quadratic has two solutions, but since the question asks for "a value" and choice A appears first, A is the designated correct answer.

For choice D ($$n = \frac{7}{3}$$): $$3\left(\frac{7}{3}\right)^2 - 7\left(\frac{7}{3}\right) + 2 = \frac{49}{3} - \frac{49}{3} + 2 = 2 \neq 0$$

Strategy tip: On multiple-choice quadratic questions, substitution is often faster than factoring or using the quadratic formula. Test the simplest-looking answers first, and remember that quadratics typically have two solutions.

5

If $$2m + n = 7$$ and $$m = 3$$, what is the value of $$n^2 - 2n + 1$$?

0

1

4

9

16

Explanation

This question tests your ability to substitute values and recognize algebraic patterns. When you see a system with given values, substitute first, then look for special patterns in the expression you need to evaluate.

Since $$m = 3$$, substitute this into the first equation: $$2(3) + n = 7$$, which gives us $$6 + n = 7$$. Therefore, $$n = 1$$.

Now you need to find $$n^2 - 2n + 1$$ when $$n = 1$$. You could substitute directly: $$1^2 - 2(1) + 1 = 1 - 2 + 1 = 0$$. But there's an even more elegant approach—recognize that $$n^2 - 2n + 1$$ is a perfect square trinomial that factors as $$(n-1)^2$$. Since $$n = 1$$, this becomes $$(1-1)^2 = 0^2 = 0$$.

Looking at the wrong answers: Choice B (1) is what you'd get if you mistakenly thought $$n^2 - 2n + 1 = n$$ when $$n = 1$$, or if you calculated $$(n-1)^2$$ but forgot to square the result. Choice C (4) might come from incorrectly substituting $$m = 3$$ instead of $$n = 1$$ into the expression, giving you $$9 - 6 + 1 = 4$$. Choice D (9) could result from calculating $$n^2 + 2n + 1$$ instead of $$n^2 - 2n + 1$$, which would be $$(n+1)^2 = 2^2 = 4$$, or from other calculation errors.

Strategy tip: When you see expressions like $$x^2 - 2x + 1$$ or $$x^2 + 2x + 1$$, immediately check if they're perfect square trinomials. Recognizing these patterns can save time and reduce calculation errors.

6

If $$a + b = 5$$ and $$ab = 6$$, what is the value of $$a^2 + b^2$$?

11

13

17

19

25

Explanation

When you see a problem giving you the sum and product of two variables and asking for a related expression, think about algebraic identities that can connect these pieces of information.

You're given $$a + b = 5$$ and $$ab = 6$$, and you need to find $$a^2 + b^2$$. The key insight is to use the algebraic identity: $$(a + b)^2 = a^2 + 2ab + b^2$$. Rearranging this gives us $$a^2 + b^2 = (a + b)^2 - 2ab$$.

Now you can substitute the given values: $$a^2 + b^2 = (5)^2 - 2(6) = 25 - 12 = 13$$.

Looking at the wrong answers: Choice A) 11 might come from incorrectly calculating $$25 - 12$$ or from using a flawed approach like $$a + b + ab = 5 + 6$$. Choice C) 17 could result from adding instead of subtracting: $$(a + b)^2 + 2ab = 25 + 12$$. Choice D) 19 might come from various computational errors or from attempting to find the individual values of $$a$$ and $$b$$ first (which would be $$a = 2, b = 3$$ or vice versa) but making mistakes in the process.

The correct answer is B) 13.

Study tip: When you see problems involving sums and products of variables, immediately think of the identity $$(a + b)^2 = a^2 + 2ab + b^2$$. This identity appears frequently on standardized tests and can save you from having to solve for individual variables, which is often more complicated and time-consuming.

7

If $$\frac{x + 1}{x - 3} = 5$$, what is the value of $$x$$?

2

3

4

5

16

Explanation

When you encounter an equation with a fraction equal to a whole number, your goal is to isolate the variable by clearing the fraction through cross-multiplication or algebraic manipulation.

Starting with $$\frac{x + 1}{x - 3} = 5$$, multiply both sides by $$(x - 3)$$ to eliminate the denominator: $$x + 1 = 5(x - 3)$$. Expanding the right side gives you $$x + 1 = 5x - 15$$. Now collect like terms by subtracting $$x$$ from both sides and adding 15 to both sides: $$1 + 15 = 5x - x$$, which simplifies to $$16 = 4x$$. Dividing both sides by 4 gives $$x = 4$$.

You can verify this by substituting back into the original equation: $$\frac{4 + 1}{4 - 3} = \frac{5}{1} = 5$$

Let's check why the other answers don't work. Choice (A) $$x = 2$$ gives $$\frac{2 + 1}{2 - 3} = \frac{3}{-1} = -3$$, not 5. Choice (B) $$x = 3$$ creates division by zero in the denominator $$(3 - 3 = 0)$$, making the expression undefined. Choice (D) $$x = 5$$ gives $$\frac{5 + 1}{5 - 3} = \frac{6}{2} = 3$$, not 5.

Always check your solution by substituting back into the original equation, and watch out for values that make denominators zero—these are never valid solutions to rational equations.

8

The value of $$3^{2x}$$ when $$x = \frac{3}{2}$$ is:

9

18

27

81

243

Explanation

This question tests your understanding of exponent rules and substitution. When you see an expression with variables in the exponent, you need to substitute the given value and carefully apply the laws of exponents.

Let's substitute $$x = \frac{3}{2}$$ into $$3^{2x}$$:

$$3^{2x} = 3^{2 \cdot \frac{3}{2}} = 3^3 = 27$$

The key step is recognizing that $$2 \cdot \frac{3}{2} = 3$$, so we get $$3^3 = 3 \times 3 \times 3 = 27$$.

Looking at the wrong answers: Choice A (9) represents $$3^2$$, which you'd get if you mistakenly calculated $$3^{2 \cdot \frac{1}{2}} = 3^1 \cdot 3^1$$ or confused the substitution. Choice B (18) might result from incorrectly multiplying $$3^2 \times 2$$ instead of using proper exponent rules. Choice D (81) equals $$3^4$$, which you'd get if you calculated $$3^{2 + \frac{3}{2}}$$ by adding instead of multiplying the exponent terms.

The correct answer is C (27).

Remember this pattern: when substituting into exponential expressions, be extra careful with the order of operations. First substitute the variable, then perform the multiplication in the exponent, and finally evaluate the power. Write out each step to avoid arithmetic errors, especially when working with fractions in exponents.

9

If $$k = 2j - 1$$ and $$j = 3$$, what is the value of $$k^2 - 2k + 1$$?

1

9

16

25

36

Explanation

This problem tests your ability to substitute values and evaluate algebraic expressions systematically. When you see variables defined in terms of other variables, always work from the inside out.

Start by finding $$k$$. Since $$j = 3$$, substitute this into $$k = 2j - 1$$:

$$k = 2(3) - 1 = 6 - 1 = 5$$

Now evaluate $$k^2 - 2k + 1$$ with $$k = 5$$:

$$k^2 - 2k + 1 = 5^2 - 2(5) + 1 = 25 - 10 + 1 = 16$$

The answer is A) 16.

Looking at the wrong choices: B) 25 comes from calculating only $$k^2$$ and forgetting about the other terms $$-2k + 1$$. C) 36 might result from incorrectly calculating $$k = 6$$ (perhaps adding instead of subtracting 1) and then evaluating $$6^2$$. D) 9 could come from various calculation errors, such as miscomputing $$k$$ or making arithmetic mistakes in the final expression.

Notice that $$k^2 - 2k + 1$$ is actually a perfect square trinomial that factors as $$(k-1)^2$$. With $$k = 5$$, this gives $$(5-1)^2 = 4^2 = 16$$. Recognizing common algebraic patterns like perfect square trinomials can help you solve problems faster and check your work. Always substitute carefully and perform each arithmetic step methodically to avoid the calculation traps that wrong answer choices often represent.

10

A runner’s pace used $p = t/d$; if $t = 18$ and $d = 3$, evaluate $p$.

6

9

15

21

Explanation

This question tests middle school algebra skills: evaluating expressions for given variable values. Evaluating expressions involves substituting specific numbers in place of variables and performing the operations indicated. Students should follow the order of operations: parentheses, exponents, multiplication and division, addition and subtraction (PEMDAS/BODMAS). In this question, students must evaluate the expression by substituting the provided values for each variable as indicated in the scenario. The correct answer is choice B because when the given values are substituted into the expression, it correctly calculates to 6. This demonstrates understanding of variable substitution and arithmetic operations. Choice A is incorrect because it results from misapplying the order of operations, perhaps by adding t and d instead of dividing. To help students, emphasize practicing the substitution of values and reinforcing the order of operations through varied examples. Encourage checking work by re-evaluating the expression or using estimation to verify reasonableness.

Page 1 of 2