'); 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] = 'What is the sign for summations?'; question[1] = 'What does the Sigma look like (the closest representation in our alphabet)?'; question[2] = 'What is easiest way to represent the sum of a sequence?'; question[3] = 'There are two types of combination type functions. One is combination. What is the other?'; question[4] = 'A permutation deals not only with the combination but also with what?'; answer[0] = 'sigma'; answer[1] = 'e'; answer[2] = 'sigma notation'; answer[3] = 'permutation'; answer[4] = 'order'; explain[0] = '#1

The summation symbol is known as the "Sigma".


'; explain[1] = '#2

Sigma resembles a cross between an E and a Z. We think it looks closest to a E.


'; explain[2] = '#3

Sigma notation is the easiest way to represent a sum of a sequence.


'; explain[3] = '#4

Permutation and Combinations are the 2 types of combination type functions.


'; explain[4] = '#5

Permutation deals with the order that each combination is in also.


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