|
>>
|
No. 307
File
127758674292.png
- (744.23KB
, 795x596
, PanjiSemirang.png
)
The presence of two variables x and y within the function boggled me at the start, but this function f(x) still has a single-variable input and output. So I tried to sketch the graph in the 2D coordinate plane and then guess which function would fit. There's probably a more elegant way of solving this.
Let x = y = 1
By the first given,
f(1*1) = 1f(1) + 1f(1)
f(1) = 2f(1)
f(1) = 0
Let x = y = -1
By the first given,
f(1) = -1f(-1) - 1f(-1)
f(1) = -2f(-1)
0 = -2f(-1)
f(-1) = 0
|