'); 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] = 'Is a circle a function?'; question[1] = 'In standard form an equation of a circle is set equal to a constant, what does this number help you find?'; question[2] = 'What is the easiest way to solve systems of equations that include a circle?'; question[3] = 'How many parts is the graph of a hyperbola usually in?'; question[4] = 'Does an ellipse have a constant radius?'; answer[0] = 'no'; answer[1] = 'radius'; answer[2] = 'graphing'; answer[3] = '2'; answer[4] = 'no'; explain[0] = '#1

If you give a circle the vertical line test, there are only 2 points at which it will pass the test. In between those 2 points it fails every time. Therefore a circle is not a function.


'; explain[1] = '#2

In standard form, the equation of a circle is set equal to a constant. This constant is defined as being the square of the radius. So if you take the root of that number, you will get the length of the radius.


'; explain[2] = '#3

If solving systems of equations with a circle, they are fairly simple to solve by graphing. The other graph will cross the edge of the circle in several places usually. All you have to do is graph and then find the intersection points.


'; explain[3] = '#4

A hyperbola usually looks like 2 different equations that are facing away from each other. When you look at the graph it is in 2 parts.


'; explain[4] = '#5

An ellipse is a circle with a changing radius, every point you go to the radius is different. This creats a sort of streched circle effect.


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