document.write( "Question 473754: A boat travels 30 miles upstream and 30 miles downstream. The total time for both parts of the trip is 8 hours. the speed of the boat in still water is 8 mph. Find the speed of the current.\r
\n" );
document.write( "\n" );
document.write( "I have worked this problem 2 different ways and came up with 2 different answers both with radicals. \r
\n" );
document.write( "\n" );
document.write( "1. 30=(8+r)t <~~ I solved this one for t=30/(8+r)
\n" );
document.write( " 30=(8-r)t\r
\n" );
document.write( "\n" );
document.write( " 30=(8-r)(30/(8+r) the answer I got was 8+or- 2(squareroot of 15)\r
\n" );
document.write( "\n" );
document.write( "2. I used one from the website as a reference and worked it like this...
\n" );
document.write( " Current = X
\n" );
document.write( " upstream - x+8
\n" );
document.write( " downstream - 8-x
\n" );
document.write( "30/(x+8)+30/(8-x)= 8
\n" );
document.write( "LCM=(x+8)(8-x)
\n" );
document.write( "the answer I got was 2(squareroot of 31)\r
\n" );
document.write( "\n" );
document.write( "Where am I going wrong!? \n" );
document.write( "
Algebra.Com's Answer #324989 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A boat travels 30 miles upstream and 30 miles downstream. \n" ); document.write( " The total time for both parts of the trip is 8 hours. the speed of the boat in still water is 8 mph. \n" ); document.write( " Find the speed of the current. \n" ); document.write( ": \n" ); document.write( "x = the speed of the current like you said \n" ); document.write( "then \n" ); document.write( "(8+x) = speed downstream \n" ); document.write( "and \n" ); document.write( "(8-x) = speed upstream \n" ); document.write( ": \n" ); document.write( "Seems like you are on the right track here, let's just follow up this \n" ); document.write( " \n" ); document.write( "multiply by (8+x)(8-x), resulting in \n" ); document.write( "30(8-x) + 30(8+x) = 8(8-x)(8+x) \n" ); document.write( ": \n" ); document.write( "240 - 30x + 240 + 30x = 8(64 - x^2) \n" ); document.write( "480 = 512 - 8x^2 \n" ); document.write( "8x^2 = 512 - 480 \n" ); document.write( "8x^2 = 32 \n" ); document.write( "divide by 8 \n" ); document.write( "x^2 = 4 \n" ); document.write( "x = \n" ); document.write( "x = 2 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this by finding the total times (upstr=6, downstr=10) \n" ); document.write( "30/10 + 30/6 = \n" ); document.write( "3 + 5 = 8 \n" ); document.write( " |