'); 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 multiplying fractions, is there any cross multiplication (multiplication from the top of one side to the bottom of the other)?'; question[1] = 'Can you divide fractions without knowing how to multiply them?'; question[2] = 'Complex fractions have fractions within fractions. Is the basic method of multiplying and dividing still the same?'; question[3] = 'Can you solve for an equation that has x on the bottom of a fraction?'; question[4] = 'Can you simplify after dividing an entire polynomial by a variable?'; answer[0] = 'no'; answer[1] = 'no'; answer[2] = 'yes'; answer[3] = 'yes'; answer[4] = 'yes'; explain[0] = '#1

Fractions are multiplied straight across (top * top / bottom * bottom). If you were to cross multiply the fractions, you would actually be dividing them, as it would achieve the same thing.


'; explain[1] = "#2

Fractions are divided by flipping the second fraction and then multiplying. If you can't multiply fractions, you wouldn't be able to do the second step.


"; explain[2] = '#3

The basics of multiplication and division of fractions always remain the same. You may have to simplify before preforming the operation though (simplification of complex fractions usually involves multiplication and division of different fractions anyway).


'; explain[3] = '#4

To solve for x in any fraction, you take the "cross multiplication" and then solve. Cross multiplication invloves multiplying the top of one fraction by the bottom of the other, and the setting it equal to the opposite (bottom of the one multiplied by the top of the other)


'; explain[4] = '#5

To simplify a division of a polynomial, you may take each term seperatly. Or in other words split the original polynomial into seperate terms, and divide each term by what you want to divide the polynomial by (it must be the same). This will achieve the same thing.


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