document.write( "Question 44660This question is from textbook Algebra and Trigonometry with Analytic geometry
\n" );
document.write( ": How do I insert a graph that needs to be part of my question. thanks for the info on how to do this.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #29553 by adamchapman(301) ![]() 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:\r \n" ); document.write( "\n" ); document.write( "\"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. \n" ); document.write( "[[[ graph( 300, 200, -6, 5, -10, 10, x-2, x^2/10-x) ]]] Tells the computer to display \n" ); document.write( " (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions x^2 and x^2/10-x). \n" ); document.write( " \n" ); document.write( " |