Bunuel
If \(f(a*b) = f(a) + f(b)\), what is the value of \(f(1)\)?
A. 1
B. -1
C. 0
D. 2
E. -2
Sonia2023, I will not get into too much depth of functions, but what would suffice for GMAT is that function is a relationship between input and output. You give an input and you get a related output.
In maths, we generally talk in terms of x and y.
So if y=3x+2…..input is x and output you will get is y.
x=2, y=8 or x=0, y=2 and so on.
Now what do you do with these values?
You can draw the points as coordinates in X-Y plane.
Now this y is nothing but f(x). So, y=f(x)=3x+2.
f(1) = 3*1+2 =5 and similarly values for other f(2) etc can be found.
Let us get back to the question.
f(a*b) = f(a)+f(b)
So, it tell us that when you substitute x as the product of two numbers, it is equal to sum of values of functions when the values are put separately.
if we take f(x) as 3x+2, f(a*b)=3(a*b)+2
So 3ab+2=3a+2+3b+2……3ab=3(a+b)+2
But we do not know exactly what f(x) is.
Here we are dealing with f(1)?
So, surely one of a or b should be 1 to get f(1).
f(a*1)=f(1)+f(a)
You can take b also as 1 => f(1*1)=f(1)+f(1)…..f(1)=f(1)+f(1)….f(1)=0
Or, you solve f(a*1)=f(1)+f(a) to get f(1)=0