document.write( "Question 719546: a train crosses a highway travelling North at 60mph. One hour later, a car travelling East at 45 miles per hour on the highway crosses the train track. To the nearest 0.1 hour, after how long will the train and car be 100 miles apart? \n" ); document.write( "
Algebra.Com's Answer #441372 by mananth(16946)![]() ![]() You can put this solution on YOUR website! train has traveled 60 when the car is crossing the track\r \n" ); document.write( "\n" ); document.write( "After x hours car will be at a distance of 45x miles\r \n" ); document.write( "\n" ); document.write( "The train will be at a distance of 60x+60 .\r \n" ); document.write( "\n" ); document.write( "they are at right angles with respect to the intersection\r \n" ); document.write( "\n" ); document.write( "(60x+60)^2+(45x)^2=100^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3600x^2+7200x+3600+2025x^2=10000\r \n" ); document.write( "\n" ); document.write( "5625x^2+7200x-6400=0\r \n" ); document.write( "\n" ); document.write( "factorize. \n" ); document.write( "we get two values x=0.6 OR -1.88\r \n" ); document.write( "\n" ); document.write( "ignore negative value.\r \n" ); document.write( "\n" ); document.write( "so 0.6 hours \n" ); document.write( " |