Hint $\rm\bmod 37\:$ it has discriminant $\,-39\equiv -2\,$ which is not a square (by Euler's criterion).
Recall: if a quadratic $\rm\,f(x)\in R[x]\,$ has a root in a ring $\rm R,$ then its discriminant $\rm\Delta\,$is a square in $\rm R.\,$ Said contrapositively, if the discriminant is not a square in $\rm R,$ then the quadratic has no root in $\rm R.\,$
The proof, by completing the square, works in any ring $\rm\,R\,$ (so in $ \mathbb Z/37 = $ integers mod $37$), viz.
$$\rm\ \ \ \ \ \color{#0a0}{4a}\,(a\,x^2\! + b\,x + c\, =\, 0)\ \Rightarrow\ (2a\,x+b)^2 =\, b^2\! - 4ac =: \Delta$$
Here we assume are rings are commutative. See this answer for some concrete worked examples.
Remark $ $ Conversely if $\rm\,\Delta = d^2\,$ and $\rm\,\color{#0a0}{2a}\,$ is invertible then the above arrow reverses and the roots of $\rm\,(2ax+b)^2= d^2\,$ are roots of $\rm\,4a\:\!f\,$ so roots of $\rm\,f\,$ (by cancelling $\:\!\color{#0a0}2\:\!$ and $\rm\:\!\color{#0a0}a),\:\!$ which yields the classical quadratic formula $\rm\,x = (-b\pm d)/(2a).\,$ In the OP we are working over ring $\rm\, R = \Bbb Z_n,\,$ and recall that $\rm\,\color{#0a0}{2a}\,$ is invertible in $\Bbb Z_n\! \!\iff\! \rm\gcd(2a,n)=1\iff n\,$ is odd and coprime to $\,\rm a.$
Beware that generally a modular quadratic can have more than $2$ roots, e.g. $\,x^2\equiv 1\,$ has the roots $\,x\equiv \pm1,\pm3\pmod{\!8},\,$ and we can find them all by CRT. In fact iterating the Factor Theorem easily shows that a commutative ring is an integral domain iff nonzero polynomials over it have no more roots than their degree.
When learning (modular) arithmetic in new rings it is essential to keep in mind that, like above, any proofs from familiar concrete rings (e.g. $\mathbb Q,\mathbb R,\mathbb C)$ will generalize to every ring if they are purely ring theoretic, i.e. if the proof uses only universal ring properties, i.e. laws that hold true in every ring, e.g. commutative, associative, distributive laws. Thus many familiar identities (e.g. Binomial Theorem, difference of squares factorization) are universal, i.e. hold true in every ring. The above implication - that a solvable quadratic over $\rm\:\!R\:\!$ has a discriminant being a square in $\rm\:\!R,\:\!$ used only commutative ring laws so it remains true in every commutative ring. But we need further hypotheses ($\rm R\,$ is a domain and $\,\rm\color{#0a0}{2a}\,$ invertible) in order to go further and obtain the quadratic formula and a proof that those are the only roots.
This is one of the great benefits provided by axiomatization: abstracting the common properties of familiar number systems into the abstract notion of a ring allows us to give universal proofs of ring theorems. It is not necessary to reprove these common ring theorems every time we studies a new ring. Such duplication occurred frequently before rings were axiomatized and the axiomatic method became well-known.
$$23^{18}\equiv(-14)^{18}=196^9\equiv11^9=1331^3\equiv(-1)^3=-1\pmod{37}$$
– Barry Cipra Oct 31 '21 at 09:01