There exists a line through the origin that is tanget to the curve.
$y = mx$ is an equation through the origin.
$y = \sqrt {3x-5}$
We can do this without calculus. Find the places that the two curves intersect and find m such that there is one solution.
$y^2 = 3x - 5$
Substitute $y = mx$ on the LHS
$m^2x^2 -3x + 5 = 0$
use the quadratic formula:
$x = \frac 3 \pm \sqrt {9 - 20m^2}{2m^2}$
If there is one solution
$\sqrt {9 - 20m^2} = 0\\
m = \sqrt {\frac {9}{20}} = \frac {3}{2\sqrt 5} = \frac {3\sqrt 5}{10}\\
y = \frac{3\sqrt 5}{10} x$
If you want to use calculus
Find the derivative:
$\frac {dy}{dx} = \frac {3}{2\sqrt{3x - 5}}$
Now we need to find a line such that the slope of the line equals $\frac {dy}{dx}$ and intersects our curve at the appropriate point.
$\frac {y}{x} = \frac {\sqrt{3x - 5}}{x} = \frac {3}{2\sqrt{3x - 5}}\\
3x - 5 = \frac 32 x\\
x = (\frac 23)(5)
\frac {dy}{dx} = \frac {3}{2\sqrt5} $
And we have the same slope as above.
Which way did you think was easier?