Prove that there exists a ∈ R so that the area bound by the curves $y = x^2$ and y=ax+1 is equal to 5.
I was trying to solve this question but I can't really seem to understand how to approach it since there is no information on how the curves will intersect.

Although @RossMillikan gave you the answer, i'll add the specific calculation for the value of $a$ which solves your question.
First thing first you have to find the points of intersection of the parabola with the line. They can easily be found solving the equation
$$ x^2 = ax+1 \implies x^2-ax-1 = 0 \implies x_{1,2} = \frac{+a\pm\sqrt{a^2+4}}{2} $$
Now if you look at a graph of a line intersecting a parabola it's easy to see that the area bound by the two curves is just the area under the line minus the area under the parabola between the two points of intersection. Using simple integration
$$\int\limits_{\frac{+a-\sqrt{a^2+4}}{2}}^{\frac{+a+\sqrt{a^2+4}}{2}} [(ax+1)-x^2]dx = \left.a\frac{x^2}{2} + x - \frac{x^3}{3}\right|_{\frac{+a-\sqrt{a^2+4}}{2}}^{\frac{+a+\sqrt{a^2+4}}{2}} = \frac{1}{6}(a^2+4)^{3/2}$$
Now you can just put this equal to $5$ and find the asked value of $a$.
At the end you'll find two values for $a$ belonging to the two symmetric lines with respect to the $y$-axis, namely
$$a= \pm\sqrt{30^{2/3}-4} $$