document.write( "Question 1140123: The speedboat traveled at a speed that was twice as fast at the yacht. The speedboat traveled 240 miles in one hour less than it took the yacht to travel 150 miles. What were the speed and time for both the speedboat and the yacht? \n" ); document.write( "
Algebra.Com's Answer #760601 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
distance=speed*time
\n" ); document.write( "yacht=x speed
\n" ); document.write( "speedboat=2x speed\r
\n" ); document.write( "\n" ); document.write( "so 150=x*t1
\n" ); document.write( "240=2x*(t1-1)
\n" ); document.write( "300=2x*t1, multiplying the top by 2
\n" ); document.write( "240/(t1-1)=300/t1
\n" ); document.write( "cross-multiply
\n" ); document.write( "240 t1=300t1-300
\n" ); document.write( "-60 t1=-300
\n" ); document.write( "t1=5 hours for yacht and speed is 30 mph
\n" ); document.write( "t2=4 hours for speedboat and speed is 60 mph
\n" ); document.write( "
\n" );