document.write( "Question 665701: The average speed of an airplane is 10 times that of a car. It takes the airplane 18h less than the car to travel 1000km. Determine the average speeds of the air plane and the car. \n" ); document.write( "
Algebra.Com's Answer #414022 by mananth(16946)![]() ![]() You can put this solution on YOUR website! car speed =x\r \n" ); document.write( "\n" ); document.write( "plane speed = 10x\r \n" ); document.write( "\n" ); document.write( "distance =1000 km\r \n" ); document.write( "\n" ); document.write( "time taken by air plane = 1000/10x\r \n" ); document.write( "\n" ); document.write( "time taken by car = 1000/x\r \n" ); document.write( "\n" ); document.write( "Time taken by car - time taken by plane = 18 \n" ); document.write( "1000/x - 1000/10x= 18\r \n" ); document.write( "\n" ); document.write( "LCD = 10x \n" ); document.write( "multiply equation by 10x \n" ); document.write( "10000 -1000 = 18(10x) \n" ); document.write( "9000 = 180x \n" ); document.write( "/180 \n" ); document.write( "x= 9000/180 \n" ); document.write( "x= 50 \r \n" ); document.write( "\n" ); document.write( "car speed = 50 km/h \n" ); document.write( "plane speed = 10x -> 10*50 = 500 km/h \n" ); document.write( " |