1. In your blog default home page under "template" section select "Edit HTML" option. Add following line after <head> tag
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
2. Now we can include math formulas as simple ASCII Math notation.
NOTE: We should use ∖( ...∖) for inline math and ∖[ ... ∖] for displayed math.
For inline math
To display (x−1)(x+3)√a2+b2 as inline formula
Similarly for displayed math
√a2+b2x=a0+1x=a0+1a1+1a2+1a3+a4a1+1a2+1a3+a4
References:
1. Mathjax
2. Online Latex Editor