Question 44660
Below is the text that tutors on this site are provided. It explains how to put equations and graphs into the script:

"You can use three stes of {} brackets within each other notation to insert nice looking formulas into the text of your solution I have used [] brackets here because if I used {} (as you will nheed to) then the graph would appear, not the coding required to draw it. 
[[[ graph( 300, 200, -6, 5, -10, 10, x-2, x^2/10-x) ]]] Tells the computer to display
 (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions x^2 and x^2/10-x).