document.write( "Question 853724: two cars leave an intersection at the same time. one travels north. the second car travels south and is driving three times as fast as the first car. after one hour they are 100 miles apart. what are their speed
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #514202 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The cars are travelling in opposite direction.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let speed of one car be x \n" ); document.write( "other is 3x\r \n" ); document.write( "\n" ); document.write( "The effective speed is 4x\r \n" ); document.write( "\n" ); document.write( "time = 1 hour \n" ); document.write( "distance = 100\r \n" ); document.write( "\n" ); document.write( "speed = distance / time\r \n" ); document.write( "\n" ); document.write( "4x= 100/1\r \n" ); document.write( "\n" ); document.write( "4x=100 \n" ); document.write( "x=25\r \n" ); document.write( "\n" ); document.write( "one car speed = 25 mph \n" ); document.write( "other car speed = 3x = 75 mph\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |