Most people know what the quadratic formula is so I won’t post it here (Besides, I don’t know how to properly post formulas in general).
I was wondering if there is an intuitive explanation as to why the quadratic formula is structured the way it is.

Using the factor theorem, suppose that you have an equation of the form $$x^2 + Bx + C = 0.$$ If it has roots $r$ and $s$, then we have $$x^2+Bx+C = (x-r)(x-s).$$ (This comes because you can write $x^2+Bx+C = (x-r)q(x)+t$, where $t$ is a remainder that must be constant by using Long Division, and then when you plug in $r$ for $x$, you get $0$ on the left and $t$ on the right. So in fact you get $x^2+Bx+C=(x-r)q(x)$. Doing the same with $x-s$ gives you the result).
Multiplying out you get $$x^2 +Bx + C = x^2 - (r+s)x + rs.$$
So we have that $r+s = -B$ and $rs=C$. But what we actually want are $r$ and $s$, even though what we know are $B$ and $C$.
Now notice that $$\begin{align*} (r-s)^2 & = r^2 - 2rs + s^2\\ &= (r^2+2rs+s^2)-4rs\\ &= (r+s)^2 - 4rs\\ &= B^2-4C. \end{align*}$$
So $|r-s| = \sqrt{B^2-4C}$. By exchanging $r$ and $s$ if necessary, we may assume that $r\geq s$, so that $r-s\geq 0$. So we have $r-s = \sqrt{B^2-4C}$.
But that means that $2r = (r+s)+(r-s) = -B + \sqrt{B^2-4C}$, and that $2s = (r+s)-(r-s) = -B-\sqrt{B^2-4C}$. Thus, the two roots are $$ r = \frac{-B+\sqrt{B^2-4C}}{2} \qquad\text{and}\qquad s=\frac{-B-\sqrt{B^2-4C}}{2}.$$
Now, if you have an arbitrary quadratic, $$ax^2 + bx+c = 0,\qquad a\neq 0$$ then dividing through by $a$ you get one of the form $x^2+Bx+C$ with $B=\frac{b}{a}$ and $C=\frac{c}{a}$. Plugging into the formulas, you get $$\begin{align*} r &= \frac{-B+\sqrt{B^2-4C}}{2} \\ &= \frac{ -\frac{b}{a} + \sqrt{\frac{b^2}{a^2} - 4\frac{c}{a}}}{2}\\ &= \frac{-\frac{b}{a} + \sqrt{\frac{b^2-4ac}{a^2}}}{2}\\ &= \frac{-\frac{b}{a}+\frac{1}{|a|}\sqrt{b^2-4ac}}{2}. \end{align*}$$ and similarly $$s = \frac{-\frac{b}{a} - \frac{1}{|a|}\sqrt{b^2-4ac}}{2}.$$ Now, if $a\gt 0$, you can just get rid of the absolute value; and if $a\lt 0$, then you just end up exchanging $r$ and $s$, and so we may just ignore the absolute value as long as we keep both roots. We get: $$\begin{align*} r &= \frac{-\frac{b}{a}+\frac{1}{a}\sqrt{b^2-4ac}}{2} &\quad\text{and}\quad s&= \frac{-\frac{b}{a}-\frac{1}{a}\sqrt{b^2-4ac}}{2}\\ &= \frac{-b+\sqrt{b^2-4ac}}{2a} & &= \frac{-b-\sqrt{b^2-4ac}}{2a}. \end{align*}$$ Combining the two you get that the roots are given by $$\frac{-b\pm\sqrt{b^2-4ac}}{2a}.$$
These ideas can be used to obtain the Cardano formulas for solving cubics; they lead to solving a quadratic equation in order to “solve” for the roots. And can also be used to deduce the Ferrari formulas for a quartic, which lead to a cubic equation to solve for the roots. However, if you try to do something similar to solve the quintic, you end up obtaining a degree six equation that must be solved... which eventually leads to the proof that it is impossible to obtain a formula similar these for the general quintic or higher degree equations. The ideas that the roots play symmetric roles and that it may be possible to obtain expressions for them in terms of the coefficients eventually leads you to Galois Theory and the study of the symmetries of the roots.