document.write( "Question 61867: There is a meteor shower. One meteor appears at A(7,8) and disappears at B (1,4).
\n" ); document.write( "Calculate the gradient of the meteor's flight path.
\n" ); document.write( "calculate the acute angle between the flight path and the horizon (OX) correct to the nearest degree.\r
\n" ); document.write( "\n" ); document.write( "A second meteor, on a parallel path, starts at C(6,2) and disappears below the horizon at D. Find the co-ordinates of D.
\n" ); document.write( "

Algebra.Com's Answer #42611 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
slope of path between (7,8) and (1,4) = (8-4) / (7-1) = 2/3
\n" ); document.write( "angle between path and horizon = inverse tan(2/3) = 33.7 degrees
\n" ); document.write( "2nd meteor path through (6,2)
\n" ); document.write( "y = (2/3)x + b
\n" ); document.write( "2 = (2/3)6 + b
\n" ); document.write( "2 = 4 + b
\n" ); document.write( "b = -2
\n" ); document.write( "y = (2/3)x - 2
\n" ); document.write( "at horizon point DE is (x,0), find x coordinate
\n" ); document.write( "0 = (2/3)x - 2
\n" ); document.write( "(2/3)x = 2
\n" ); document.write( "x = 3
\n" ); document.write( "at horizon point DE is (3,0)
\n" ); document.write( "
\n" );