I dont have a clue how to solve this kind of problem.
I dont know how to find out slope of $\ln x$.
$f(x) = \ln x$
line $p: 2x-y-3=0$
I have searched for slope of $\ln x$, I know how find out slope for one point, for example:
first I need to derivate the $\ln x$ ==> $1/x$ then I can calculate slope for every point, for example $x=5$ then it is $1/5$.
Also I know how to find out tangent parallel to $y =x^3$ if line p is $3x-y-4=0$
first step: derivate $y =x^3$ ==> $3x^2$, $y=3x-4$ ==> slope for line is $m=3$ and slope for $y =x^3$ is $3$
second step: $3x^2$=$3$ ==> $x=+-1$
third step: use $y - y0 = m*(x-x0)$
for positive one its $y-1=3*(x-1)$ because $f(1)=1^3$ ==>$ y = 3x-2$ then for negative one its $y=3x+2$.



The slope of the sought tangent line to the curve $f(x)=\ln{x}$ is going to be parallel to the line $y=2x-3$ which means that their slopes should be the same. Now, find what x-value (let's call it $x_0$) for the curve $f(x)=\ln{x}$ corresponds to a slope of $2$:
$$\frac{1}{x_0}=2\implies x_0=\frac{1}{2}$$
We have the slope, the x-value and the last piece of the puzzle that's missing is the y-value (let's call it $y_0$). A point and a slope—that's all the information you need to uniquely determine a line. The tangent line is going through our curve $f(x)=\ln{x}$ at the point $x_0=\frac{1}{2}$:
$$y_0=f\left(\frac{1}{2}\right)=\ln{\left(\frac{1}{2}\right)}=-\ln{2}$$
Now, just use the formula for the equation of a tangent line: $$y=f'(x_0)(x-x_0)+y_0\\ y=2\left(x-\frac{1}{2}\right)-\ln{2}\implies\\ y=2x-1-\ln{2}. $$
And that's the line which is tangent to the curve $f(x)=\ln{x}$ and parallel to the line $y=2x-3$ at the same time.