<form>

        Name: <br>

        <input type=”text”>

 

<!--start of math test-->

<p>Choose the correct value for y in the equation y=3&times;5.</p>

<input type=”radio” name=”yvalue” value=”8”>

Eight. <br>

<input type=”radio” name=”yvalue” value=”15”>

Fifteen. <br>

<input type=”radio” name=”yvalue” value=”12”>

Twelve. <br>

<p>Choose the correct value for x in the equation x=81&divide;9.</p>

<input type=”radio” name=”xvalue” value=”13”>

Thirteen. <br>

<input type=”radio” name=”xvalue” value=”4”>

Four. <br>

<input type=”radio” name=”xvalue” value=”9”>

Nine. <br>

<p>Choose the correct value for y in the equation y=12&times;5&minus;4.</p>

<input type=”radio” name=”yvalue” value=”42”>

Forty-two. <br>

<input type=”radio” name=”yvalue” value=”35”>

Thirty-five. <br>

<input type=”radio” name=”yvalue” value=”56”>

Fifty-six. <br>

Sally has four apples. She gives Rachel three apples. How many apples does Sally   have left?: <br>

<textarea></textarea><br>

<!--end of math test-->

<input type=”submit”>

</form>