Answer:
Option C.
Step-by-step explanation:
If we have two functions:
f(x) and g(x)
the product is given by:
(f*g)(x) = f(x)*g(x)
So, if here we have
f(x) = √(3*x)
g(x) = √(48*x)
And remembering that the square root is distributive, so:
√a*√b = √(a*b)
We can write:
(f*g)(x) = f(x)*g(x) = √(3*x)*√(48*x) = √(3*x*48*x)
= √(3*48*x*x) = √(144*x^2) = √(144)*√(x^2)
And here we can use that:
12*12 = 144, then √144 = 12
and
x*x = x^2, then √x^2 = x
So:
√(144)*√(x^2) = 12*x
Then the correct option is C.