document.write( "Question 761020: An aeroplane is travelling from A to B which are 100km/h apart and is flying at the speed of 100km/h with a head wind of 60km/h. What is the ground speed of the aeroplane and how long will it take for the flight to complete? \n" ); document.write( "
| Algebra.Com's Answer #462976 by Alan3354(69443)     You can put this solution on YOUR website! An aeroplane is travelling from A to B which are 100km/h apart and is flying at the speed of 100km/h with a head wind of 60km/h. What is the ground speed of the aeroplane and how long will it take for the flight to complete? \n" ); document.write( "-------------- \n" ); document.write( "Groundspeed = 100 - 60 = 40 km/hr \n" ); document.write( "------------- \n" ); document.write( "d = r*t \n" ); document.write( "t = d/r = 100/40 hours \n" ); document.write( " |