document.write( "Question 251944: Red goes 50 mph, must go 40 miles and starts right away. Yellow goes 40 mph, must go 30 miles and starts right away. Blue goes 75 mph, must go 50 miles, and starts 15 minutes late. Green goes 60 mph, must go 25 miles, and starts 15 minutes late. White goes 30 mph, must go 10 miles, and starts 30 minutes late. What is the order each color gets to the town? \n" ); document.write( "
Algebra.Com's Answer #183671 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
As cute as this problem is, there is not enough information, since you didn't tell us anything about the town! Nor where the colors were heading nor where they are now.
\n" ); document.write( "If all the colors were heading toward town.
\n" ); document.write( "rate * time=distance
\n" ); document.write( "red
\n" ); document.write( "50*(t)=200
\n" ); document.write( "t = 4
\n" ); document.write( "yellow
\n" ); document.write( "40*(t)=30
\n" ); document.write( "t=0.75
\n" ); document.write( "blue
\n" ); document.write( "75*(t-15)=50
\n" ); document.write( "t=15.6667
\n" ); document.write( "Green
\n" ); document.write( "60*(t-15)=25
\n" ); document.write( "t=15.4167
\n" ); document.write( "white
\n" ); document.write( "30*(t-30)=10
\n" ); document.write( "t=30.3333\r
\n" ); document.write( "\n" ); document.write( "The lowest t's arrive first\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );