9.5-9.8 Flashcards
1
Q
Coordinate Proofs
A
A method of proving using (x,y) coordinates to prove a theorem for all 2D cases or(x,y,z) for all 3D cases
2
Q
Right triangle coordinates
A
(0,0) (0,b) (a,0)
3
Q
Rectangle coordinates
A
(0,0) (0,2b) (2a,0) (2a,2b)
4
Q
Equilateral triangle coordinates
A
(0,0) (a,b) (2a,0)
5
Q
Parellelogram coordinates
A
(0,0) (a,0) (a+b,c) (b,c)
6
Q
Pythagorean triple
A
Any three whole numbers that satisfy the equation a^2+b^2=c^2
common examples:
(3,4,5) (5,12,13) (7,24,25) (8,15,17)
7
Q
Distance formula in 3-D
A
D=√L^2+H^2+W^2
8
Q
30-60-90 triangles
A
Side lengths
x-shortest
2x-hypotenuse
x√3-medium
9
Q
45-45-90 triangles
A
Side lengths
x-congruent sides
x√2-hypotenuse
10
Q
Distance formula 2-D
A
D= √(x2-x1)^2+(y2-y1)^2