'); 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] = 'How many total trig ratios are there?'; question[1] = 'Besides degrees what other method of measuring angles is there?'; question[2] = 'How many total radians are there in a circle?'; question[3] = 'Which one of the basic three ratios is not limited in range?'; question[4] = 'What is the radian measurement for 45 degrees?'; answer[0] = '6'; answer[1] = 'radians'; answer[2] = '2PI'; answer[3] = 'tangent'; answer[4] = 'PI/4'; explain[0] = '#1

The trig ratios are "sine, cosine, tangent, secant, coscant, and cotangent" which gives us a total of 6 trig ratios to work with.


'; explain[1] = '#2

While most people are use to dealing with degrees as the measurement for angles, the most common measurement in mathmatics is actually Radians. Radians is base on a circle that measures as 2PI radians.


'; explain[2] = '#3

Radians are based around a circle that measures as 2PI radians.


'; explain[3] = "#4

Tangent's Range covers all real numbers. Sine and Cosine both have a limited range.


"; explain[4] = '#5

45 degrees in Radians is known as PI/4. The easy way to convert this, is to use your conversion formulas. 45 * PI/180 since we are going to radians it should be PI on top and 180 on bottom. If we were to convert from Radians to degrees, you would multiply by 180/PI.


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