Question 1206903
.
A small radio transmitter broadcasts in a 21 mile radius. If you drive along a straight line 
from a city 25 miles north of the transmitter to a second city 29 miles east of the transmitter, 
during how much of the drive will you pick up a signal from the transmitter?
~~~~~~~~~~~~~~~~~



        This problem admits simple and elegant geometric solution without using equations.



<pre>
Let A be the point 25 miles north from the transmitter.
Let B be the point 29 miles east  from the transmitter.

Let O be the circle of the radius 21 miles with the center at the transmitter location.


Then we have a right angled triangle OAB and straight line AB, intersecting this triangle 
in points B and C.  They want we find the length of the chord BC.


My designations are close to that on the plot of the other tutor.


Draw the perpendicular OE from the center/vertex O to line BC.
This perpendicular is the height (the altitude) in triangle OAB on the hypotenuse.


The area of this triangle can be computed as half the product of its legs
or as half the product of the hypotenuse and the height.  So, we can write this equation

    |AB|*h = |OA|*|OB|,     (1)


where h is the height OE.  The hypotenuse |AB| is  {{{sqrt(25^2+29^2)}}} = 38.2884 miles  (rounded).  From (1)

    h = {{{(25*29)/sqrt(25^2+29^2)}}}.


It gives the distance from the center O to line AB.


Then the chord length is

    |BC| = 2*|BE| = 2*|CE| = {{{2*sqrt(21^2-h^2)}}} = {{{2*sqrt(21^2 - (25^2*29^2)/(25^2+29^2))}}} = 18.1611  miles (rounded).


Now we have all the numbers and the <U>ANSWER</U>:  the entire trip is about 38.2884 miles;
                                             the part where the signal is accessible is about 18.1611  miles;
                                             the ratio of these values is  {{{18.1611/38.2884}}} = 0.4743 (rounded).
</pre>

Solved.


At the beginning, I said that the equations are not used in the solution, but it is not precisely correct.
One equation (1) is still used, but in minimal degree.
The rest is pure geometry.