Question 692115
A diagram may help make sense of this:
{{{drawing(400, 400, 0, 20, 0, 20, locate(4, 3, A), locate(16, 17, B), locate(16, 3, C), locate(10, 3, D), triangle(4, 4, 16, 16, 16, 4), line(10, 4, 16, 16))}}}
Angle BCD is 90 degrees. This makes triangles BAC and BDC right triangles.
Angle BAD is 23 degrees 10 minutes (or 23.1666 degrees).
Angle BDC is 32 degrees 17 minutes (or 32.2833 degrees).
AD is 1 mile.
BC is the height of the mountain. Let's call it "x".
We will need to refer to DC also. Let's call it "y".<br>
In triangle BAC the vertical side, x, is opposite to angle BAC and the horizontal side, 1+y, is adjacent. Since tan is the ratio of opposite over adjacent:
{{{tan(23.1666) = x/(1+y)}}}<br>
In triangle BDC the vertical side, x, is opposite to angle BAC and the horizontal side, y, is adjacent. Since tan is the ratio of opposite over adjacent:
{{{tan(32.2833) = x/y}}}<br>
Solving the last equation for y...
{{{y*tan(32.2833) = x}}}
{{{y = x/tan(32.2833)}}}<br>
Substituting this expression for y into the first equation:
{{{tan(23.1666) = x/(1+x/tan(32.2833))}}}
Now we solve for x. Multiplying the numerator and denominator of the fraction on the right side by tan(32.2833):
{{{tan(23.1666) = (x/(1+x/tan(32.2833)))(tan(32.2833)/tan(32.2833))}}}
which simplifies to:
{{{tan(23.1666) = (x*tan(32.2833))/(tan(32.2833)+x)}}}
Multiplying both sides by the denominator on the right side:
{{{(tan(32.2833)+x)(tan(23.1666)) = ((x*tan(32.2833))/(tan(32.2833)+x))(tan(32.2833)+x)}}}
which simplifies to:
{{{tan(32.2833)*tan(23.1666)+x*tan(23.1666) = x*tan(32.2833)}}}
Next we gather the terms with x on the right side by subtracting x*tan(23.1666) from both sides:
{{{tan(32.2833)*tan(23.1666) = x*tan(32.2833) - x*tan(23.1666)}}}
Factoring out x on the right side:
{{{tan(32.2833)*tan(23.1666) = x*(tan(32.2833) - tan(23.1666))}}}
Then we divide both sides by (tan(32.2833) - tan(23.1666)):
{{{(tan(32.2833)*tan(23.1666))/(tan(32.2833) - tan(23.1666)) = x}}}
Last of all we use our calculators to find the two tan's:
{{{(0.6453*0.4279)/(0.6453 - 0.4279) = x}}}
{{{0.2742/0.2180 = x}}}
{{{1.2578 = x}}}
This is the height of the mountain, in miles. To get the height in feet, just multiply this by 5280.<br>
Note: The angles, the tan's and some of the calculations were all rounded to four decimal places. So there is a small error in the answer. If you round to more than just 4 decimal places then you will get a more accurate answer.