Question

Difficulty: MediumFunctions and Custom Symbol Operations
For all real numbers xx, the function ff is defined by f(x)=x2kf(x) = x^2 - k, where kk is a constant. The custom operation \star is defined for all real numbers aa and bb by
ab=f(a+b)f(a)f(b)a \star b = f(a + b) - f(a) - f(b)
If 5(3)=125 \star (-3) = -12, what is the value of kk?
  1. 18Answer
  2. B
    12
  3. C
    -12
  4. D
    0
  5. E
    -42

Answer

The value of kk is 18.
Evaluating f(2)=4kf(2) = 4 - k, f(5)=25kf(5) = 25 - k, and f(3)=9kf(-3) = 9 - k yields 5(3)=(4k)(342k)=30+k5 \star (-3) = (4 - k) - (34 - 2k) = -30 + k. Setting 30+k=12-30 + k = -12 correctly gives k=18k = 18.

Step-by-Step Solution

1
Evaluate f(a+b)f(a+b) for a=5a=5 and b=3b=-3
a+b=5+(3)=2a + b = 5 + (-3) = 2, so f(2)=22k=4kf(2) = 2^2 - k = 4 - k.
Substitute the input a+b=2a+b = 2 into the function definition f(x)=x2kf(x) = x^2 - k.
2
Evaluate f(a)f(a) and f(b)f(b) individually
f(5)=52k=25kf(5) = 5^2 - k = 25 - k and f(3)=(3)2k=9kf(-3) = (-3)^2 - k = 9 - k.
Apply the function rule to inputs 5 and -3.
3
Substitute the evaluated expressions into the custom operation definition
5(3)=(4k)[(25k)+(9k)]=(4k)(342k)=30+k5 \star (-3) = (4 - k) - [(25 - k) + (9 - k)] = (4 - k) - (34 - 2k) = -30 + k.
Simplify the algebraic expression by combining like terms and distributing the negative sign.
4
Solve for kk using the given equation 5(3)=125 \star (-3) = -12
30+k=12    k=18-30 + k = -12 \implies k = 18.
Add 30 to both sides of the equation to isolate kk.

Key Concept

Evaluating custom binary operations by substituting function definitions and simplifying algebraic expressions.
Estimated Time:1m 30s
Rate this question