"When a shoe costs $\$80.00$, there are $300$ sales. Every $\$5.00$ increase in price will result in 10 fewer sales. Find the price that will maximize income."
I am able to solve the question just fine, but I am confused about the logic in setting up the quadratic formula.
The first step is to let $x$ be a $\$5$ increase in price, and you would plug in $x$ in the equation.
$$y = (80 + 5x)(300 - 10x)$$
The equation above is where I am confused. If $x$ is equal to one $\$5$ increase in price, then why wouldn't the equation be:
$$y = (80 + x)(300 - 2x)$$

$x$ is not the price increase, $\$5$ is the price increase.
$x$ is just the number of price increases (like, say, number of five-dollar bills customer would have to pay extra) and also the corresponding number of sales decreases (each decrease is $10$ sales).
One price increase brings one sales decrease, so:
$$ y = (80 + 5\cdot 1)(300 - 10\cdot 1). $$ Two price increases bring two sales decreases:
$$ y = (80 + 5\cdot 2)(300 - 10\cdot 2). $$
And so on.