SOLUTION: How do I insert a graph that needs to be part of my question. thanks for the info on how to do this.

Algebra ->  Rational-functions -> SOLUTION: How do I insert a graph that needs to be part of my question. thanks for the info on how to do this.       Log On


   



Question 44660This question is from textbook Algebra and Trigonometry with Analytic geometry
: How do I insert a graph that needs to be part of my question. thanks for the info on how to do this.

This question is from textbook Algebra and Trigonometry with Analytic geometry

Answer by adamchapman(301) About Me  (Show Source):
You can put this solution on YOUR website!
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).