.plus:after { content: '\\\\2b'; }
Parabola (below) Formula Quiz: y = x2 ()x ()
Hint
"; } else if (isset($_GET['vse2'])) { if ($_GET['vse2'] == $_GET['e2'] && $_GET['vse1'] == $_GET['e1'] && $_GET['vse0'] == $_GET['e0']) { echo "Parabola Quiz - RJM Programming - April, 2020

Parabola Quiz

RJM Programming - April, 2020

Your answers are correct, as you can see below



"; } else { echo "Parabola Quiz - RJM Programming - April, 2020

Parabola Quiz

RJM Programming - April, 2020

Sorry, but your answer y = " . str_replace("+","",urldecode($_GET['e2'])) . "x2 + (" . str_replace("+","",urldecode($_GET['e1'])) . ")x + (" . str_replace("+","",urldecode($_GET['e0'])) . ") is not all correct, as you can see below



"; } exit; } ?> Parabola Line Graph - RJM Programming - http://www.rjmprogramming.com.au (Copyright © 2013 rjmprogramming.com.au all rights reserved.) Line Graph \n"; } else if (strpos($_GET['e2'],"x") !== false) { echo "\n

Equation

\n"; } else { echo "\n

Parabola Line Graph

\n"; } ?>
Another parabola graph?