document.write( "Question 363715: One car travels 285 miles in same amount of time it takes a second car traveling 5 miles per hour slower than the first to go 260 miles. What are the speeds of the cars? \n" ); document.write( "
Algebra.Com's Answer #259381 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"285%2Fx+=+260%2F%28x-5%29\",
\n" ); document.write( "\"285%28x-5%29+=+260x\",
\n" ); document.write( "\"285x+-+1425+=+260x\",
\n" ); document.write( "\"25x+=+1425\",
\n" ); document.write( "x = 57 miles per hour, speed of the faster car.
\n" ); document.write( "x - 5 = 52 miles per hour, the speed of the slower car.
\n" ); document.write( "
\n" );