document.write( "Question 414213: a boat can go 30 miles down stream 3/5th the time that it takes to return the same distance upstream. If the rate of the current is 3 miles per hour, what is the rate of the boat in still water?\r
\n" );
document.write( "\n" );
document.write( "a. 8mph
\n" );
document.write( "b. 10mph
\n" );
document.write( "c. 12mph
\n" );
document.write( "d. 16mph \n" );
document.write( "
Algebra.Com's Answer #290557 by mananth(16946)![]() ![]() You can put this solution on YOUR website! speed of boat = xmph \n" ); document.write( "current speed = 3 mph \n" ); document.write( ".. \n" ); document.write( "upstream speed = x-3 mph \n" ); document.write( "downstream speed = x+3 mph \n" ); document.write( "... \n" ); document.write( "distance = 30 miles \n" ); document.write( "(3/5) *30/(x-3) = 30/(x+3) \n" ); document.write( "18/(x-3)=30/(x+3) \n" ); document.write( "18(x+3)=30(x-3) \n" ); document.write( "18x+54=30x-90 \n" ); document.write( "30x-18x=90+54 \n" ); document.write( "12x=144 \n" ); document.write( "/12 \n" ); document.write( "x= 12 mph \n" ); document.write( " |