document.write( "Question 232339: two cars are 900 miles apart both cars start at the same time and travel toward one another they meet 8 hours later if the speed of one car is 30 miles per hour faster than the other what is the exact speed of the faster car. \n" ); document.write( "
Algebra.Com's Answer #171727 by half-life(1)\"\" \"About 
You can put this solution on YOUR website!
let x equal the speed of the slower car in mph. This means the speed of the faster car is x +30.\r
\n" ); document.write( "\n" ); document.write( "If both cars cars are moving towards each other we can add the two speeds together and treat the problem as one moving car.\r
\n" ); document.write( "\n" ); document.write( "x +x +30 = 2x +30\r
\n" ); document.write( "\n" ); document.write( "distance = (speed)(time)\r
\n" ); document.write( "\n" ); document.write( "900 = (2x +30)(8)\r
\n" ); document.write( "\n" ); document.write( "900 = 16x +240\r
\n" ); document.write( "\n" ); document.write( "16x = 660\r
\n" ); document.write( "\n" ); document.write( "x = 41.25mph\r
\n" ); document.write( "\n" ); document.write( "add 30 to find the speed of the faster car which is 71.25mph
\n" ); document.write( "
\n" );