document.write( "Question 498164: two boats leave a port at the same time, one traveling north, one traveling south. the northbound boat goes 12 mph faster than the southbound boat. The southbound boat is going 23 mph, how long will it take for the boats to be 87 miles apart?\r
\n" ); document.write( "\n" ); document.write( "I have this so far\r
\n" ); document.write( "\n" ); document.write( "s=23
\n" ); document.write( "n=35
\n" ); document.write( "... yeah that is it :)
\n" ); document.write( "

Algebra.Com's Answer #336922 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
two boats leave a port at the same time, one traveling north, one traveling south. the northbound boat goes 12 mph faster than the southbound boat. The southbound boat is going 23 mph, how long will it take for the boats to be 87 miles apart?
\n" ); document.write( "**
\n" ); document.write( "let x=distance southbound boat traveled
\n" ); document.write( "87-x = distance northbound boat traveled
\n" ); document.write( "travel time=distance/speed (equal for both boats)
\n" ); document.write( "..
\n" ); document.write( "x/23=(87-x)/(23+12)
\n" ); document.write( "x/23=(87-x)/35
\n" ); document.write( "35x=23(87-x)=2001-23x
\n" ); document.write( "58x=2001
\n" ); document.write( "x=34.5
\n" ); document.write( "x/23=34.5/23=1.5 hrs
\n" ); document.write( "..
\n" ); document.write( "ans:
\n" ); document.write( "It will take 1.5 hrs for the boats to be 87 miles apart
\n" ); document.write( "
\n" );