Let say $x$ is the number of times you increase (or decrease) the price by $\$5$.
The revenue is the price $80+x\cdot 5$ by the number of sales.
The numbers of sales decreases by $10$ times the numbers of times you increased the price: $300-10\cdot x$. So the revenue is
$$(80+5\cdot x)(300-10\cdot x)$$
$$= -50\cdot x^2+700\cdot x+24000$$
Now you want to maximize the revenue. Thus you do not need to care about the $24000$ (that won't change). So you want to maximize
$$-50\cdot x^2+700\cdot x$$Dividing by $50$
$$=-x^2+14\cdot x$$
Since the sign of $-x^2$ is negative, the parabola curve has the shape of a $\bigcap$, thus finding the point where the derivative is zero would be an easy way to find the max, but I'm not sure you studied the derivatives yet*...
So what we can do is find where the equation gives a zero result, and then simply take the middle point, that'll give the max value
$$-x^2+14\cdot x$$
$$=(14-x)x$$
Giving zero for $x=0$ and $x=14$. Resulting as the max being the middle point, $$x=(14-0)/2=7$$

(from Wolfram alpha)
*(using derivatives: we find where the derivative gives zero. The derivative is $-100\cdot x+700$ which gives $0$ for $x=7$)