document.write( "Question 1138663: Supposed flying in a calm air a robin can reach a speed of 25 kilometers per hour. Each day, this robin flies from its nest to the nearest body of water 1 kilometer away. On one particular day it flew into a headwind and on its return trip the wind was at it's back. if the total trip took 1/10 of an hour, what was the speed of the wind? \n" ); document.write( "
| Algebra.Com's Answer #756476 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! Supposed flying in a calm air a robin can reach a speed of 25 kilometers per hour. \n" ); document.write( " Each day, this robin flies from its nest to the nearest body of water 1 kilometer away. \n" ); document.write( " On one particular day it flew into a headwind and on its return trip the wind was at it's back. \n" ); document.write( " if the total trip took 1/10 of an hour, what was the speed of the wind? \n" ); document.write( ": \n" ); document.write( "let w = the speed of the wind \n" ); document.write( "then \n" ); document.write( "(25-w) = the ground speed against the wind \n" ); document.write( "and \n" ); document.write( "(25+w) = the speed with \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( "to lake time + return time = .1 hr \n" ); document.write( " \n" ); document.write( "multiply equation by (25-w)(25+w), cancel the denominators \n" ); document.write( "(25+w) + (25-w) = .1(25-w)(25+w) \n" ); document.write( "25 + 25 + w - w = .1(-w^2 + 625); difference of squares \n" ); document.write( "50 = -.1w^2 + 62.5 \n" ); document.write( ".1w^2 = 62.5 - 50 \n" ); document.write( ".1w^2 = 12.5 \n" ); document.write( "multiply both sides by 10 \n" ); document.write( "w^2 = 125 \n" ); document.write( "w = \n" ); document.write( "w = 11.18 km/hr is the speed of the wind \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, find the actual time each way \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "------------------------------ \n" ); document.write( "round trip time: = .1000 hrs \n" ); document.write( " \n" ); document.write( " |