document.write( "Question 41000: Avoiding a collision. A car is traveling on a road that is perpendicular to a railroad track. When the car is 30 meters from the crossing, the car's new collision detector warns the driver that there is a train 50 meters from the car and heading toward the same crossing. How far is the train from the crossing? \n" ); document.write( "
Algebra.Com's Answer #26430 by stanbon(75887) ![]() You can put this solution on YOUR website! A car is traveling on a road that is perpendicular to a railroad track. When the car is 30 meters from the crossing, the car's new collision detector warns the driver that there is a train 50 meters from the car and heading toward the same crossing. How far is the train from the crossing?\r \n" ); document.write( "\n" ); document.write( "Draw the picture. \n" ); document.write( "It is a right triangle with a side of 30 and hypotenuse of 50. \n" ); document.write( "Use Pythagoras to find the other side. \n" ); document.write( "50^2=30^2+x^2 \n" ); document.write( "x^2=2500-900=1600 \n" ); document.write( "x=400 meters (the distance the train is from the crossing) \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |