Question

Difficulty: HardFunction Definitions, Evaluation, and Custom Operators

For all non-zero real numbers aa and bb, the custom binary operator \star is defined by ab=a2b2aba \star b = \frac{a^2 - b^2}{ab}. A function ff is defined for all positive numbers xx by f(x)=(x+1)xf(x) = (x + 1) \star x. What is the value of f(3)f(2)f(3) \star f(2)?

  1. A
    370-\frac{3}{70}
  2. B
    5170\frac{51}{70}
  3. 5170-\frac{51}{70}Answer
  4. D
    5645-\frac{56}{45}
  5. E
    6-6

Answer

5170-\frac{51}{70}
First, evaluate the inner function values: f(3)=43=423243=712f(3) = 4 \star 3 = \frac{4^2 - 3^2}{4 \cdot 3} = \frac{7}{12} and f(2)=32=322232=56=1012f(2) = 3 \star 2 = \frac{3^2 - 2^2}{3 \cdot 2} = \frac{5}{6} = \frac{10}{12}. Next, evaluate the outer operation (712)(1012)=(7/12)2(10/12)2(7/12)(10/12)=4910070=5170\left(\frac{7}{12}\right) \star \left(\frac{10}{12}\right) = \frac{(7/12)^2 - (10/12)^2}{(7/12)(10/12)} = \frac{49 - 100}{70} = -\frac{51}{70}. Hence, the correct response is 5170-\frac{51}{70}.

Step-by-Step Solution

1
Evaluate f(3)f(3) using the definition of f(x)f(x) and the custom operator \star.
f(3)=(3+1)3=43=42324×3=16912=712f(3) = (3 + 1) \star 3 = 4 \star 3 = \frac{4^2 - 3^2}{4 \times 3} = \frac{16 - 9}{12} = \frac{7}{12}
By definition, f(x)=(x+1)xf(x) = (x+1) \star x. Setting x=3x=3 yields 434 \star 3.
2
Evaluate f(2)f(2) using the definition of f(x)f(x) and the custom operator \star.
f(2)=(2+1)2=32=32223×2=946=56f(2) = (2 + 1) \star 2 = 3 \star 2 = \frac{3^2 - 2^2}{3 \times 2} = \frac{9 - 4}{6} = \frac{5}{6}
Setting x=2x=2 in f(x)f(x) yields 323 \star 2.
3
Evaluate f(3)f(2)=(712)(56)f(3) \star f(2) = \left(\frac{7}{12}\right) \star \left(\frac{5}{6}\right).
(712)(1012)=(712)2(1012)2(712)(1012)=4910014470144=5170\left(\frac{7}{12}\right) \star \left(\frac{10}{12}\right) = \frac{\left(\frac{7}{12}\right)^2 - \left(\frac{10}{12}\right)^2}{\left(\frac{7}{12}\right)\left(\frac{10}{12}\right)} = \frac{\frac{49 - 100}{144}}{\frac{70}{144}} = -\frac{51}{70}
Apply the rule uv=u2v2uvu \star v = \frac{u^2 - v^2}{uv} with u=712u = \frac{7}{12} and v=1012v = \frac{10}{12}.

Key Concept

Custom non-commutative binary operators and function evaluation
Estimated Time:2m 0s
Rate this question