Question

Difficulty: MediumOrder of Operations and Number Properties

For all real numbers aa and bb, a custom operation \ast is defined by ab=a22ba \ast b = a^2 - 2b. What is the value of the expression 2(34)2 \ast (3 \ast 4)?

  1. 2Answer
  2. B
    -4
  3. C
    8
  4. D
    -52
  5. E
    -3

Answer

2
Evaluating the parentheses first gives 34=322(4)=98=13 \ast 4 = 3^2 - 2(4) = 9 - 8 = 1. Substituting this back into the expression yields 212 \ast 1. Evaluating this gives 222(1)=42=22^2 - 2(1) = 4 - 2 = 2, which is the correct value.

Step-by-Step Solution

1
Evaluate the expression inside the parentheses: 343 \ast 4.
34=322(4)=98=13 \ast 4 = 3^2 - 2(4) = 9 - 8 = 1
According to the order of operations, expressions inside parentheses must be evaluated first.
2
Substitute the result back into the main expression.
2(34)=212 \ast (3 \ast 4) = 2 \ast 1
The evaluated value of the parentheses is substituted back to continue solving.
3
Evaluate 212 \ast 1 using the operation definition.
21=222(1)=42=22 \ast 1 = 2^2 - 2(1) = 4 - 2 = 2
Applying the definition of the custom operation to the remaining terms yields the final answer.

Key Concept

Order of Operations and Custom Arithmetic Operations
Estimated Time:1m 0s
Rate this question