For $p(x) = x^2 + x - 2$, comparing with $ax^2 + bx + c$: $a = 1,\ b = 1,\ c = -2$.
Using the relations between zeroes and coefficients:
$$\alpha + \beta = \frac{-b}{a} = \frac{-1}{1} = -1$$
$$\alpha\beta = \frac{c}{a} = \frac{-2}{1} = -2$$
Now,
$$\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta}$$
$$\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = (-1)^2 - 2(-2) = 1 + 4 = 5$$
$$\therefore \frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{5}{-2} = \mathbf{-\dfrac{5}{2}}$$
Source: Chapter 2, Section 2.3 — Relationship between Zeroes and Coefficients of a Polynomial
---