Question

Difficulty: EasyFunction Definitions, Evaluation, and Custom Operators

For all real numbers aa and bb, the custom operation \star is defined by ab=(a+b)23ba \star b = (a + b)^2 - 3b. What is the value of 424 \star 2?

  1. 30Answer
  2. B
    24
  3. C
    14
  4. D
    33
  5. E
    18

Answer

30
Substituting a=4a = 4 and b=2b = 2 into the definition (a+b)23b(a + b)^2 - 3b gives (4+2)23(2)=626=366=30(4 + 2)^2 - 3(2) = 6^2 - 6 = 36 - 6 = 30.

Step-by-Step Solution

1
Identify the values assigned to the custom operator variables
a=4a = 4 and b=2b = 2
The expression 424 \star 2 corresponds to evaluating aba \star b where aa is the first operand and bb is the second operand.
2
Substitute a=4a = 4 and b=2b = 2 into the operator definition (a+b)23b(a + b)^2 - 3b
(4+2)23(2)(4 + 2)^2 - 3(2)
Direct substitution into the given algebraic definition.
3
Perform the operations in parentheses and exponentiation
626=3666^2 - 6 = 36 - 6
First add inside the parentheses (4+2=64 + 2 = 6), then square the sum (62=366^2 = 36), and multiply 3×2=63 \times 2 = 6.
4
Subtract to find the final value
30
Subtracting 66 from 3636 yields 3030.

Key Concept

Custom Operator Evaluation
Estimated Time:45s
Rate this question