
David W. answered 06/16/15
Tutor
4.7
(90)
Experienced Prof
After you plot this on an x-y plot and find the distance, remember it. You will find that three triangles appear an awful lot in algebra, geometry, and trigonometry because they have what I call "magic numbers" -- values that make the math easy so the student can concentrate on the problem.
Here they are:
angles sides
45-45-90 n*1, n*1, n*SQRT(2)
30-60-90 n*1, n"*SQRT(3), n*2
(learn later) n*3, n*4, n*5
Learn these three because you will see them often:
Now, to the problem.
The distance in the x direction is | (65) - (45) | = 20
The distance in the y direction is | (40) - (60) | = 20
What is the other distance (the hypotenuse)?
Hmm... looks like 20*SQRT(2), but let's calculate-
C^2 = A^2 + B^2
C^2 = 20^2 + 20^2
C^2 = 800
C = SQRT(800) (note: ignore -SQRT(800) since distance is positive)
C = SQRT(400)*SQRT(2)
C = 20*SQRT(2) km yep.
Here they are:
angles sides
45-45-90 n*1, n*1, n*SQRT(2)
30-60-90 n*1, n"*SQRT(3), n*2
(learn later) n*3, n*4, n*5
Learn these three because you will see them often:
Now, to the problem.
The distance in the x direction is | (65) - (45) | = 20
The distance in the y direction is | (40) - (60) | = 20
What is the other distance (the hypotenuse)?
Hmm... looks like 20*SQRT(2), but let's calculate-
C^2 = A^2 + B^2
C^2 = 20^2 + 20^2
C^2 = 800
C = SQRT(800) (note: ignore -SQRT(800) since distance is positive)
C = SQRT(400)*SQRT(2)
C = 20*SQRT(2) km yep.
Now, the point half-way between the two given points has an x value that is the average of the two x values and has a y value that is the average of the two y values.
So, the point is ( (65+45)/2, (40+60)/2 )
( 110/2, 100/2 )
(55, 50) is halfway between (45,60) and (65,40)