
For the fourth option,
Given $x \in(0,1) $ implying that $[x] = 0$. And thus on equating $ f(x_0) = g(x_0) $,
I find that $\sin(\pi x_0 ) = x_0$
I have no idea how to solve for x here. What should I do?
Edit:- On drawing a rough graph, I did find the option to be true, as the graph of $y = \sin(\pi x)$ will intersect the graph of $ y=x $ in the given interval.
So is that enough to prove the option? Or should I find the value at that point as well to verify my answer with reference to the graph?
The value of $x$ that makes
$$\sin(\pi x) = x$$
cannot be solved for explicitly in terms of canonized special functions. However, you do not actually need an explicit solution to prove that a solution exists. It is rather easy to do this with the intermediate value theorem. In particular, modify the equation to
$$\sin(\pi x) - x = 0$$
and then you will want to find two points $x_l$ and $x_h$ so that, setting $f_2(x) := \sin(\pi x) - x$ for convenience of writing, provably $f_2(x_l) < 0$ and $f_2(x_h) > 0$. It will then follow, given that $f_2$ is continuous, from the IVT that a solution exists.