<!DOCTYPE html> <html lang="en"> <head> <script
type="text/javascript" src="https://cdn.mathjax
.org/mathjax/latest/MathJax.js?config=TeX-AMS
-MML_HTMLorMML"> </script> <script type="text/x
-mathjax-config"> MathJax.Hub.Config({ tex2jax:
{ inlineMath: [["$","$"],["\\(","\\)"]] },
"HTML-CSS": { linebreaks: { automatic: true,
width: "container" } } }); </script> </head>
<body> <p> 当 <math xmlns="http://www.w3.org
/1998/Math/MathML"> <mi>a</mi><mo>≠</mo><mn>0
</mn> </math> 时,<math xmlns="http://www.w3
.org/1998/Math/MathML"> <mi>a</mi><msup><mi>x
</mi><mn>2</mn></msup> <mo>+</mo> <mi>b</mi><mi
>x</mi> <mo>+</mo> <mi>c</mi> <mo>=</mo> <mn>0
</mn> </math> 的两个解是 <math xmlns="http
://www.w3.org/1998/Math/MathML" display="block"
> <mi>x</mi> <mo>=</mo> <mrow> <mfrac> <mrow>
<mo>−</mo> <mi>b</mi> <mo>±</mo> <msqrt> <msup
><mi>b</mi><mn>2</mn></msup> <mo>−</mo> <mn>4
</mn><mi>a</mi><mi>c</mi> </msqrt> </mrow>
<mrow> <mn>2</mn><mi>a</mi> </mrow> </mfrac>
</mrow> <mtext>.</mtext> </math> </p> </body>
</html>