Question 933463
If you want to graph {{{P(x) = (1/8)*x^2}}}, then using a graphing calculator, you should get this


{{{ drawing(500, 500, -10, 10, -10, 10,
grid(1),
graph( 500, 500, -10, 10, -10, 10,0,(1/8)*x^2))}}}