| CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=3600
content-encoding: gzip
content-type: text/html; charset=utf-8
etag: "4b59b150564683efc58c8109f759f0e6efb8e4a482adeb2bc632ba979afd3304"
strict-transport-security: max-age=31556926; includeSubDomains; preload
accept-ranges: bytes
date: Wed, 28 Jan 2026 05:16:14 GMT
x-served-by: cache-bom-vanm7210027-BOM
x-cache: HIT
x-cache-hits: 0
x-timer: S1769577375.647857,VS0,VE1
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 780
A MathJax Equation
A MathJax Equation
$$ n^4+ (2n)^2+ 100n+500≈ n^4 $$
Here is another
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<!--for deployment to firebase-->
<script src="//static.firebase.com/v0/firebase.js"></script>
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
MathJax.Hub.Config({
HTML: ["input/TeX","output/HTML-CSS"],
TeX: { extensions: ["AMSmath.js","AMSsymbols.js"],
equationNumbers: { autoNumber: "AMS" } },
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true },
"HTML-CSS": { availableFonts: ["TeX"],
linebreaks: { automatic: true } }});
</script>
</head>
<body>
<h2> A MathJax Equation<h2>
<p> $$ n^4+ (2n)^2+ 100n+500≈ n^4 $$</p>
<h2> Here is another </h2>
<p>$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$</p>
<body>
</html>