diff --git a/Checkpoints/Checkpoint3.ipynb b/Checkpoints/Checkpoint3.ipynb
index 7c7e90f1b37f9fe1be2b834ed5fdfec9fc07e132..300674872b73d07d2b2b2027bfda52d64f490598 100644
--- a/Checkpoints/Checkpoint3.ipynb
+++ b/Checkpoints/Checkpoint3.ipynb
@@ -39,13 +39,13 @@
     "\n",
     "Note: Read these equations *very* carefully and note the location of the parentheses.\n",
     "\n",
-    "With the initial conditions that x=1 and $\\dot{x}$ =0 at t=0 the above constants, after some manipulation, become,\n",
+    "With the initial conditions that x=1 and $\\dot{x}$ =0 at t=0 the above constants, after some manipulation, become \n",
     "\n",
-    "a=1 $b=\\gamma/2p$ when $\\gamma$>$2ω_0$\n",
+    "$$ a=1 \\text{, } b=\\gamma/2p \\text{ when } \\gamma>2ω_0 $$\n",
     "\n",
-    "a=1 $b=\\gamma/2$ when $\\gamma$=$2ω_0$\n",
+    "$$ a=1 \\text{, } b=\\gamma/2 \\text{ when } \\gamma=2ω_0 $$\n",
     "\n",
-    "a=1 $b=\\gamma/2ω$ when $\\gamma$<$2ω_0$\n",
+    "$$ a=1 \\text{, } b=\\gamma/2ω \\text{ when } \\gamma<2ω_0 $$\n",
     "\n",
     "### Task\n",
     "\n",