document.write( "Question 274100: Hi, my problem deals with two vehicles that are driving towards eachother on a road. Each Car is going 30 mph towards eachother. They are 200 ft. apart. At 200 ft. how long will it take for the two of them to meet? Can you help me? \n" ); document.write( "
Algebra.Com's Answer #200086 by nerdybill(7384) You can put this solution on YOUR website! Each vehicle has to travel half that distance to meet. Therefore, we want the time it takes for a car moving at 30mph to travel 100 ft. \n" ); document.write( ". \n" ); document.write( "distance formula: \n" ); document.write( "d = rt \n" ); document.write( "solving for t: \n" ); document.write( "t = d/r \n" ); document.write( ". \n" ); document.write( "First, convert miles-per-hour to feet-per-second \n" ); document.write( "30 mph * 5280 feet/mile = 158400 feet per second \n" ); document.write( ". \n" ); document.write( "t = 100 feet / 158400 feet per second \n" ); document.write( "t = .00063 seconds \n" ); document.write( " \n" ); document.write( " |