document.write( "Question 266376: 2 boats (B1 and B2) start off at opposite ends of a lake heading for the staring point of the other. They pass each other 800 yards from the starting point of boat 1. They continue to the starting point of the other boat, turn around and return. This time they pass each other 300 yards from the starting point of boat 2. How wide is the lake? (Assume each boat travels at a fixed rate and ignore turn around times.) \n" ); document.write( "
Algebra.Com's Answer #195865 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
2 boats (B1 and B2) start off at opposite ends of a lake heading for the staring point of the other.
\n" ); document.write( " They pass each other 800 yards from the starting point of boat 1.
\n" ); document.write( " They continue to the starting point of the other boat, turn around and return.
\n" ); document.write( " This time they pass each other 300 yards from the starting point of boat 2.
\n" ); document.write( " How wide is the lake? (Assume each boat travels at a fixed rate and ignore turn around times.)
\n" ); document.write( ":
\n" ); document.write( "Let x = width of the lake
\n" ); document.write( ":
\n" ); document.write( "First meeting *
\n" ); document.write( ":
\n" ); document.write( " B1->-------800-------*---------------(x-800)---------------<-B2
\n" ); document.write( ":
\n" ); document.write( "2nd meeting
\n" ); document.write( " B2->------------------(x-300)-------------*--------300-----<-B1
\n" ); document.write( ":
\n" ); document.write( "The distance relationship of the two boats will be the same at 2nd meeting as it was with the 1st meeting.
\n" ); document.write( "Write an equation from this fact
\n" ); document.write( ":
\n" ); document.write( "\"800%2F%28%28x-800%29%29\" = \"%28%28x-800%29%2B300%29%2F%28800+%2B+%28x-300%29%29\"
\n" ); document.write( ":
\n" ); document.write( "\"800%2F%28%28x-800%29%29\" = \"%28%28x-500%29%2F%28x%2B500%29%29\"
\n" ); document.write( "Cross multiply, results
\n" ); document.write( "800x + 400000 = x^2 - 500x - 800x + 400000
\n" ); document.write( ":
\n" ); document.write( "800x = x^2 - 1300x; (subtracted 400000 from both sides)
\n" ); document.write( ":
\n" ); document.write( "x^2 - 1300x - 800x = 0
\n" ); document.write( ":
\n" ); document.write( "x^2 - 2100x = 0
\n" ); document.write( "Factor out x
\n" ); document.write( "x(x - 2100) = 0
\n" ); document.write( ":
\n" ); document.write( "x = +2100 yards is the width of the lake
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if this will make sense
\n" ); document.write( "1st boat went 800 and 2nd boat went 2100-800 = 1300 yds at the 1st meeting
\n" ); document.write( "Distance ratio: 800/1300
\n" ); document.write( "then
\n" ); document.write( "1st boat went 1300 + 300 = 1600 yds and 2nd boat went 800 + 1800 = 2600 yds to the 2nd meeting
\n" ); document.write( "Distance ratio: 1600/2600, the same as the 1st meeting
\n" ); document.write( "
\n" );