'); 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] = 'How many sides are equal on an isosceles Triangle?'; question[1] = 'What side of an isosceles Triangle is not equal to the rest?'; question[2] = 'Besides the two sides what else is equal on an isosceles Triangle? (hint: one word answer there are 3 in the triangle and only 2 are equal)'; question[3] = 'How many sides are equal in an equilateral triangle?'; question[4] = 'Are the angle measures different on an equilateral triangle?'; question[5] = 'What is the measure of an angle in an equilateral triangle?'; question[6] = 'You are given a triangle that you know is isosceles, after measuring one of the base angles you find it is 60 degrees, what is the measure of the vertex angle?'; question[7] = 'A given triangle has 2 equal sides and an angle that measures as 70 degrees, what type of triangle is this?'; question[8] = 'Given that a triangle is equilateral, if one of the sides measures 20 what do the other sides measure?'; question[9] = 'One of the base angles of an isosceles triangle is 45 degrees what is the vertex angle measure?'; answer[0] = '2'; answer[1] = 'base'; answer[2] = 'angles'; answer[3] = '3'; answer[4] = 'no'; answer[5] = '60'; answer[6] = '60'; answer[7] = 'isosceles'; answer[8] = '20'; answer[9] = '90'; explain[0] = '#1

An isosceles triangle is know to be a triangle that has 2 equal sides. Therefore an isosceles triangle has 2 equal sides.


'; explain[1] = '#2

The parts of an isosceles triangle are labeled as follows: a vertex angle (usually displayed as the top most angle), the 2 sides that form the vertex angle are the two equal sides, and the 3rd side is known as the base, the other two angles are known as the base angles.


'; explain[2] = '#3

An isosceles triangle has two equal sides, this creates a triangle that also has 2 equal angles, the equal angles are those that are directly across from the equal sides


'; explain[3] = '#4

An equalateral triangle is known to be a triangle that has 3 equal sides.


'; explain[4] = '#5

Just as with the isosceles triangle, having equal sides creates equal angles across from those sides. Because all the sides are equal all angles are equal also.


'; explain[5] = "#6

A Triangle has 180 degrees total within it's angles. Therefore if an equilateral triangle has 3 equal angles, you can simply divide 180 by three to receive the answer. 180/3 = 60


"; explain[6] = "#7

If a base angle is measured at 60 degrees, then the other base angle must be 60 degrees. Therefore you've used 120 (60+60) degrees out of the 180 that a triangle has. 180 - 120 = 60degrees remaining for the vertex angle.


"; explain[7] = '#8

With 2 equal sides we already know that the triangle must be isosceles, Having an angle measure of 70 degrees does not matter.


'; explain[8] = '#9

Because an equalateral triangle has 3 equal sides, if one of the sides measures 20 you know the others must measure as 20 also in order to be equal.


'; explain[9] = '#10

Given that a base angle equals 45 degrees, we know that the other base angle must equal 45. 45+45 = 90. And we know that a triangle has 180 degrees in it. 180-90=90


'; 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; //-->