Sketching is up to you. Here's how you find the area. First of all, convert the equation of the straight line to $y$ as a function of $x$:
$$
y = \frac52 - x.
$$
Now we find the points of intersection of this function and $y = \frac1x$. Thus,
$$
\frac1x = \frac52 - x \\
\implies 2x^2 - 5x + 2 = 0 \\
\implies x = \frac{5 \pm 3}{4} = \frac12, 2
$$
The points of intersection are $(\frac12, 2)$ and $(2,\frac12)$. In the region enclosed by the two curves, $\frac52 - x > \frac1x$. Hence, we integrate their difference between them in the interval $[\frac12, 2]$ to get the area:
$$
A = \int_{0.5}^2 \left(\frac52 - x - \frac1x \right) dx \\
\implies A = \left[ \frac52 x - \frac12 x^2 - \ln x \right]_{0.5}^2.
$$
The rest is up to you to calculate.