document.write( "Question 884416: Two cars move at a constant velocity in a straight line. If they move in opposite directions the cars will be 600m apart after 30s. If they move in the same direction they will be 25m apart after 25s. Calculate thier velocities in m/s. \n" ); document.write( "
Algebra.Com's Answer #534376 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two cars move at a constant velocity in a straight line. \n" ); document.write( " If they move in opposite directions the cars will be 600m apart after 30s. \n" ); document.write( " If they move in the same direction they will be 25m apart after 25s. \n" ); document.write( " Calculate their velocities in m/s. \n" ); document.write( ": \n" ); document.write( "let a = A car's velocity \n" ); document.write( "let b = B car's velocity \n" ); document.write( ": \n" ); document.write( "Write a distance equation for each scenario; dist = time * speec \n" ); document.write( "30(a+b) = 600, relative speed is the sum \n" ); document.write( "25(a-b) = 25, relative speed is the difference \n" ); document.write( ": \n" ); document.write( "Simplify both equations, divide the 1st by 30, the 2nd by 25 and you have \n" ); document.write( "a + b = 20 \n" ); document.write( "a - b = 1 \n" ); document.write( "---------------adding eliminates b, find a \n" ); document.write( "2a = 21 \n" ); document.write( "a = 21/2 \n" ); document.write( "a = 10.5 m/sec is A's velocity \n" ); document.write( "Find b \n" ); document.write( "b = 20 - 10.5 \n" ); document.write( "b = 9.5 m/sec is B's velocity \n" ); document.write( ": \n" ); document.write( "You can confirm this by putting these values in both original equations \n" ); document.write( " \n" ); document.write( " |