document.write( "Question 366220: How to draw quadratic functions?
\n" ); document.write( "Like where to plot the points on a graph.
\n" ); document.write( "Example: y= (x-3)2
\n" ); document.write( "

Algebra.Com's Answer #260960 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How to draw quadratic functions?
\n" ); document.write( "Like where to plot the points on a graph.
\n" ); document.write( "Example: y= (x-3)^2
\n" ); document.write( "------
\n" ); document.write( "Plot a few points and draw a smooth curve thru them:
\n" ); document.write( "If x = 1, y = (1-3)^2 = 4
\n" ); document.write( "If x = 2, y = (2-3)^2 = 1
\n" ); document.write( "If x = 3, y = (3-3)^2 = 0
\n" ); document.write( "If x = 4, y = (4-3)^2 = 1
\n" ); document.write( "If x = 5, y = (5-3)^2 = 4
\n" ); document.write( "-------
\n" ); document.write( "\"graph%28400%2C300%2C-10%2C10%2C-10%2C10%2C%28x-3%29%5E2%29\"
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );