document.write( "Question 118448This question is from textbook structure and method book 1
\n" );
document.write( ": I AM WORKING ON THE aMERICAN SCHOOL CIRICULUM AND I AM DOING A HOME TEST. I HAVE THE FOLLOWING WORD PROBLEM AND I CAN'T UNDERSTAND HOW TO GET THE TWO ANSWERS ASKED FOR. \r
\n" );
document.write( "\n" );
document.write( "A SAILBOAT TRAVELS 20 MILES DOWNSTREAM IN 3 HOURS.IT RETURNS IN 4 HOURS.FIND THE SPEED OF THE SAILBOAT IN STILL WATERAND THE RATE OF THE CURRENT.\r
\n" );
document.write( "\n" );
document.write( "I CAN FIGURE OUT THAT THE RATE OF THE BOAT GOING DOWN STREAM WOULD TRAVEL 6.23 MPH AND COMMING BACK IT WOULD TRAVEL 5 MPH. I CAN'T FIGURE OUT HOW THAT WILL HELP ME. \n" );
document.write( "
Algebra.Com's Answer #86568 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A SAILBOAT TRAVELS 20 MILES DOWNSTREAM IN 3 HOURS.IT RETURNS IN 4 HOURS. FIND THE SPEED OF THE SAILBOAT IN STILL WATER AND THE RATE OF THE CURRENT. \n" ); document.write( "I CAN FIGURE OUT THAT THE RATE OF THE BOAT GOING DOWN STREAM WOULD TRAVEL 6.23 MPH AND COMING BACK IT WOULD TRAVEL 5 MPH. \n" ); document.write( ": \n" ); document.write( "One way is to use two unknowns and use the elimination method \n" ); document.write( ": \n" ); document.write( "Let x = speed of the boat in still water \n" ); document.write( "Let y = speed of the current \n" ); document.write( "then: \n" ); document.write( "(x+y) = speed downstream \n" ); document.write( "(x-y) = speed upstream \n" ); document.write( ": \n" ); document.write( "Write two distance equations: Distance = speed * time \n" ); document.write( "Down stream: 3(x+y) = 20 \n" ); document.write( "Upstream: 4(x-y) = 20 \n" ); document.write( ": \n" ); document.write( "3x + 3y = 20 \n" ); document.write( "4x - 4y = 20 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 4 and the 2nd equation by 3 \n" ); document.write( "12x + 12y = 80 \n" ); document.write( "12x - 12y = 60 \n" ); document.write( "---------------adding eliminates y, find x \n" ); document.write( "24x + 0y = 140 \n" ); document.write( "x = 140/24 \n" ); document.write( "x = 5.83 mph speed of the boat in still water \n" ); document.write( ": \n" ); document.write( "Find y \n" ); document.write( "3(5.833) + 3y = 20 \n" ); document.write( "17.5 + 3y = 20 \n" ); document.write( "3y = 20 - 17.5 \n" ); document.write( "3y = 2.5 \n" ); document.write( "y = 2.5/3 \n" ); document.write( "y = .833 mph is the speed of the current \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the 2nd equation \n" ); document.write( "4(5.833) - 4(.833) = \n" ); document.write( " 23.33 - 3.33 = 20 confirms our solution \n" ); document.write( " \n" ); document.write( " |