document.write( "Question 158862: 1. two cars enter a Florida Turnpike at 8:00am, each heading for Wildwood. one car average speed is 10 miles per hour more than the other. The faster car arrives at Wildwood at 11:00am, 1/2 hours before the other car. What is the average speed of each car? How far did each travel.\r
\n" );
document.write( "\n" );
document.write( "2. Am object is propelled upward with an initial velocity of 20 meters per second. The distance, in meter, of the object from the ground after t seconds is s=-4.9t+20t.
\n" );
document.write( "a. when will the object be 15 meters above the ground?
\n" );
document.write( "b. when will it strike the ground?
\n" );
document.write( "c. will the object reach a height of 100 meters? \n" );
document.write( "
Algebra.Com's Answer #117088 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! 1. two cars enter a Florida Turnpike at 8:00am, each heading for Wildwood. one car average speed is 10 miles per hour more than the other. The faster car arrives at Wildwood at 11:00am, 1/2 hours before the other car. What is the average speed of each car? How far did each travel. \n" ); document.write( ": \n" ); document.write( "Fast car travel time = 3 hrs \n" ); document.write( "Slow car travel time = 3.5 hrs \n" ); document.write( ": \n" ); document.write( "Let s = speed of the slower car \n" ); document.write( "then \n" ); document.write( "(x+10) = speed of the faster car \n" ); document.write( ": \n" ); document.write( "Both cars traveled the same distance, write a distance equation \n" ); document.write( "Dist = time * speed \n" ); document.write( ": \n" ); document.write( "slow car dist = fast car dist \n" ); document.write( "3.5s = 3(s+10) \n" ); document.write( "3.5s = 3s + 30 \n" ); document.write( "3.5s - 3s = 30 \n" ); document.write( ".5s = 30 \n" ); document.write( "s = 60 mph is the slow car \n" ); document.write( "and \n" ); document.write( "60 + 10 = 70 mph is the speed of the fast car \n" ); document.write( ": \n" ); document.write( "Find the dist using the slow car expression \n" ); document.write( "3.5 * 60 = 210 mi \n" ); document.write( "Check solutions by finding the dist using the fast car expression \n" ); document.write( "3 * 70 = 210 mi \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "2. Am object is propelled upward with an initial velocity of 20 meters per second. The distance, in meter, of the object from the ground after t seconds is s=-4.9t+20t. I think this should be -4.9t^2 + 20t \n" ); document.write( ": \n" ); document.write( "a. when will the object be 15 meters above the ground? \n" ); document.write( ": \n" ); document.write( "-4.9t^2 + 20t = 15 \n" ); document.write( "-4.9t^2 + 20t - 15 = 0 \n" ); document.write( "Use the quadratic formula, we get two positive solutions: \n" ); document.write( "t ~ 1 sec (on the way up) \n" ); document.write( "and \n" ); document.write( "t ~ 3.1 (on the way down)\r \n" ); document.write( "\n" ); document.write( "b. when will it strike the ground? \n" ); document.write( ": \n" ); document.write( "When it strikes the ground, s = 0 \n" ); document.write( "-4.9t^2 + 20t = 0 \n" ); document.write( "-t(4.9t - 20) = 0 \n" ); document.write( "4.9t - 20 = 0 \n" ); document.write( "4.9t = +20 \n" ); document.write( "t = \n" ); document.write( "t = 4.1 sec \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "c. will the object reach a height of 100 meters? \n" ); document.write( "; \n" ); document.write( "Obviously it won't, max will occur around 2 sec \n" ); document.write( "h = -4.9(2^2) + 20(2) \n" ); document.write( "h = -19.6 + 40 = 20.4 ft, not even close \n" ); document.write( " |