document.write( "Question 641209: Flying with the wind, a bird was able to make 150 km/hr.If the wind was half as strong and the bird flies against it, it could make only 30 km/hr. Find the velocities of the wind and the bird.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #403580 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Flying with the wind, a bird was able to make 150 km/hr.If the wind was half as strong and the bird flies against it, it could make only 30 km/hr. Find the velocities of the wind and the bird \n" ); document.write( "** \n" ); document.write( "let x=speed of bird \n" ); document.write( "let c=speed of wind \n" ); document.write( "x+c=speed of bird with the wind \n" ); document.write( "x-c=speed of bird against the wind \n" ); document.write( ".. \n" ); document.write( "x+c=150 \n" ); document.write( "x-c/2=30 \n" ); document.write( ".. \n" ); document.write( "x+c=150 \n" ); document.write( "2x-c=60 \n" ); document.write( "add \n" ); document.write( "3x=210 \n" ); document.write( "x=70 \n" ); document.write( "c=150-x=80 \n" ); document.write( "speed of bird= 70 km/hr \n" ); document.write( "speed of wind= 80 km/hr \n" ); document.write( " |