While one can rotely apply the quadratic formula, their is a simpler way. Let the roots be $\, r,s.\,$ $\,(x\!-\!r)(x\!-\!s) = x^2\!-(r\!+\!s)x+rs = x^2\!-18x+45,\,$ so $\,r,s\,$ are integers by the Rational Root Test. But there are few integer factorizations $\,45 = rs.\,$ One quickly finds the one with $\,r\!+\!s = 18\,$
Optimizing further: $\,3\,$ divides the root sum, $\,3^2$ divides root product $\,\Rightarrow 3\,$ divides both roots, because $\, X^2 - 18 X + 45 = 9(x^2 - 6 x + 5),\ X = 3x,\,$ so we reduce to root sum $ = 6,\,$ product $= 5,\,$ which is easy to solve, since $\,5\,$ has only two factorizations $\, 5\cdot 1\,$ and $\ {-}5(-1).\,$
Remark $\ $ We factored the polynomial by exploiting the fact that its constant term (= value at $\,0)$ had few factorizations. This works much more generally, namely
Key Idea $\ $ The possible factorizations of a polynomial $\in\Bbb Z[x]$ are constrained by the factorizations of the integer values that the polynomial takes. For a simple example, if some integer value has few factorizations (e.g. a unit $\,\pm1 $ or prime $p$) then the polynomial must also have few factors, asssuming that that the factors are distinct at the evaluation point. More precisely
If $\, f(x) = f_1(x)\cdots f_k(x)\,$ and $\,f_i\in\Bbb Z[x]\,$ satisfy $\color{#0a0}{f_i(n) \ne f_j(n)}\,$ for $\,i\ne j,$ all $\,n\in \Bbb Z$
$\quad \color{}{f(n) =\pm1}\,\Rightarrow\, k\le 2\ $ else $1$ would have $\rm\,3\,\ \color{#0a0}{distinct}$ factors $\,f_1(n),f_2(n),f_3(n)$
$\quad f(n) = \pm p\,\Rightarrow\, k\le \color{#c0f}4\ $ since a prime $p$ has at most $\,\color{#c0f}4\,$ distinct factors $\,\pm1,\pm p$
You can find specific applications of these ideas in some prior posts here.
Remark $\ $ One can push the key idea to the hilt to obtain a simple algorithm for polynomial factorization using factorization of its integer values and Lagrange interpolation. The ideas behind this algorithm are due in part to Bernoulli, Schubert, Kronecker. See this answer for references.