An excellent question on functions, although there is a tiny bit of co-ordinate geometry and algebra involved.
The general form of a linear expression is ax + b. This is exactly what the question statement is trying to give as information. If you miss this bit, you may end up thinking that both statements are required together to solve the question.
So, let f(x) = ax + b where a and b are constants and a≠0. If we need the value of f(1), we will have to find out the values of a and b.
From statement I alone, we can say,
a(x-3) + b = ax + b + 1, which on simplification, yields,
ax – 3a = ax + 1.
Simplifying the above equation, we get a = -\(\frac{1}{3}\). But, we do not know the value of b.
In co-ordinate geometry terms, this means that we know the slope of the line but we do not know its y-intercept. This essentially means that we do not know the equation of the line.
f(x) always represents a unique point on a line/curve. Because we do not know the equation of the line, it’s not possible to find a unique value for f(1).
Statement I alone is insufficient. Options A and D can be eliminated. Possible answers are B, C and E.
From statement II alone, we know f(5) = 2 f(3). This means,
5a + b = 2(3a + b), which simplifies to a = -b. Plugging in the value of a in the original equation for the function, we have, f(x) = -bx +b which yields f(x) = b(x-1).
From this, we can definitely say f(1) = b(1-1) = 0. Therefore, statement II alone is sufficient. The correct answer option is B.
Remember, in a DS question, it's important to test out the individual statements before combining. If you want to do this more often rather than getting into the trap of subsconsciously combining the statements, you have to learn to analyse the question statements and question data more.
Hope this helps!