'); 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] = 'A quadratic equation has a highest power of what?'; question[1] = 'How many terms are in the standard form of a quadratic equation?'; question[2] = 'A quadratic formula is given for solving quadratic equations that do not FOIL easily. What are the three variable in this equation (seperate by commas)'; question[3] = 'Can you solve equations with a power of 4 using quadratic methods?'; question[4] = 'How many answers are usually given to a quadratic equation?'; answer[0] = '2'; answer[1] = '3'; answer[2] = 'a,b,c'; answer[3] = 'yes'; answer[4] = '2'; explain[0] = '#1

A quadratic equation is an equation that has x^2 power in it. So the highest power of a quadratic equation is 2


'; explain[1] = '#2

The standard form of a quadratic equation is ax^2 + bx +c. Which gives us 3 terms to work with.


'; explain[2] = '#3

The quadratic formula uses the standard form of quadratic equations, defined as ax^2 + bx +c. The values of a, b and c are used to solve the equation.


'; explain[3] = '#4

An equation with a power of 4 can often be FOILed and you can then solve each binomial and get your answers for the equation. So it is possible to use quadratic methods on an equation with a power of 4.


'; explain[4] = '#5

After solving a quadratic equation, you almost always have 2 answers.


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