document.write( "Question 758376: please help me solve this equation: Barb ran 200m with the wind in 20s and against the wind in 25s. Find Barb's running speed and the wind speed. \n" ); document.write( "
Algebra.Com's Answer #461480 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Barb ran 200m with the wind in 20s and against the wind in 25s. Find Barb's running speed and the wind speed.
\n" ); document.write( "***
\n" ); document.write( "let x= Barb's running speed
\n" ); document.write( "let c=wind speed
\n" ); document.write( "Barb's speed with the wind=x+c
\n" ); document.write( "Barb's speed against the wind=x-c
\n" ); document.write( "distance/speed=travel time
\n" ); document.write( "..
\n" ); document.write( "200/(x+c)=20
\n" ); document.write( "200/(x-c)=25
\n" ); document.write( "..
\n" ); document.write( "200=20x+20c
\n" ); document.write( "200=25x-25c
\n" ); document.write( "..
\n" ); document.write( "10=x+c
\n" ); document.write( "8=x-c
\n" ); document.write( "2x=18
\n" ); document.write( "x=9
\n" ); document.write( "c=x-8=1
\n" ); document.write( "Barb's running speed=9 m/s
\n" ); document.write( "wind speed=1 m/s
\n" ); document.write( "
\n" );