'); parent.frames[0].document.write('
Answers and Explanations'); parent.frames[0].document.write('

The problems you missed are listed below with answers and explanations.  Look over the explanation for each problem so you can understand why you missed it!


'); parent.frames[0].document.write('
'); resetdisplay(); for(var i = 0; i <5; i++) { ganswer[i] = prompt(question[i],""); if (ganswer[i] == "quit" || ganswer[i] == "QUIT" || ganswer[i] == "Quit") { break; } q++; if (ganswer[i] == answer[i]) { c++; } else { rightans[i] = 0; w++; } resetdisplay(); } for(var i = 0; i < 10; i++) { if (rightans[i] == 0) { expl = expl + explain[i]; } } parent.frames[0].document.write(expl); parent.frames[0].document.write("
"); } question[0] = 'When a graph looks visually as if it has had a mirror placed in it, what is this called?'; question[1] = 'How many types of symmetry are there?'; question[2] = 'How many types of symmetry are non-axis symmetry?'; question[3] = 'When the graph is symmetric to the y-axis it is often refered to as what? (odd or even)'; question[4] = 'Can you easily strech or shrink a graph?'; answer[0] = 'symmetry'; answer[1] = '3'; answer[2] = '1'; answer[3] = 'even'; answer[4] = 'yes'; explain[0] = '#1

Symmetry creates the visual effect of putting a mirror in the graph of the equation.


'; explain[1] = '#2

The different types of symmetry are y-axis, x-axis, and origin. There are 3 types of symmetry.


'; explain[2] = '#3

2 of the 3 types of Symmetry are axis symmetry the third is origin symmetry. There is only 1 type of symmetry that is non axis.


'; explain[3] = '#4

Graphs that are symmetric to the y-axis are even functions (the term even comes from the highest power used in the function)


'; explain[4] = '#5

Streching and shrinking graphs is a fairly simple process, you just have to know what part of the equation to multiply or divide.


'; rightans[0] = 1; rightans[1] = 1; rightans[2] = 1; rightans[3] = 1; rightans[4] = 1; //-->