'); 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 <10; 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] = 'Can a triangle be a parallelogram?'; question[1] = 'How many sides does a parallelogram have?'; question[2] = 'Is a square a parallelogram?'; question[3] = 'How many pairs of congruent sides does a parallelogram have?'; question[4] = 'The diagonals of a parallelogram do what to each other?'; question[5] = 'If a parallelogram has one of the diagonals drawn, are the two triangles formed congruent?'; question[6] = 'Does a parallelogram have any congruent angles?'; question[7] = 'Are the adjacent sides of a parallelogram parallel?'; question[8] = 'Are the opposite sides of a parallelogram parallel?'; question[9] = 'Are the adjacent sides of a parallelogram congruent?'; answer[0] = 'no'; answer[1] = '4'; answer[2] = 'yes'; answer[3] = '2'; answer[4] = 'bisect'; answer[5] = 'yes'; answer[6] = 'yes'; answer[7] = 'no'; answer[8] = 'yes'; answer[9] = 'no'; explain[0] = '#1

A triangle only has 3 sides. A parallelogram has 4. Therefore a triangle can not be a parallelogram.


'; explain[1] = '#2

A parallelogram has 4 sides.


'; explain[2] = '#3

A square is a parallelogram - both sets of sides are parallel.


'; explain[3] = "#4

A parallelogram has 2 sets of parallel lines. Because they are parallel, the distance between the 2 lines is the same at any given point. If that is true then the lines in between them must be congruent (if those lines were not parallel, then it wouldn't be true). And the same goes for the other set of lines. So a parallelagram has 2 sets of congruent lines.


"; explain[4] = '#5

The diagonals of a parallelogram will bisect each other.


'; explain[5] = '#6

With one diagonal drawn, the 2 triangles shown will be congruent. If you recall from the lesson on parallel lines, you could use transversals to prove that the angles across from each other are congruent, so the triangles would also be congruent by SAS.


'; explain[6] = '#7

A parallelogram has 2 sets of congruent angles. This can be proven using transversals.


'; explain[7] = '#8

The adjacent sides of a parallelogram are not parallel, it is the opposites sides that are parallel.


'; explain[8] = '#9

The opposite sides of a parallelogram are parallel, this what makes it a parallelogram.


'; explain[9] = '#10

The adjacent sides of a parallelogram are not congruent. The opposite sides of a parallelagram are congruent.


'; rightans[0] = 1; rightans[1] = 1; rightans[2] = 1; rightans[3] = 1; rightans[4] = 1; rightans[5] = 1; rightans[6] = 1; rightans[7] = 1; rightans[8] = 1; rightans[9] = 1; //-->