You need to calculate the flight time of an upcoming trip? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

You need to calculate the flight time of an upcoming trip?

You are flying from LA to Sydney, covering a distance of 7425 miles, the plane files at average speed of 550 miles an hour.

6th Sep 2022, 3:10 PM
সুস্ময় সেন
সুস্ময় সেন - avatar
6 Answers
+ 10
সুস্ময় সেন I advise you to again read the question and also this question is mostly asked by other people too See the question asked is to find the average speed of flight in an hour It is Given that it covers 550 miles in an hour and total distance covered is 7425 So it's simple just divide 7425 by 550 and display the output and use the print() function to display the output https://www.sololearn.com/Discuss/2915319/?ref=app https://www.sololearn.com/Discuss/2829766/?ref=app https://www.sololearn.com/Discuss/2836682/?ref=app https://www.sololearn.com/Discuss/2717252/?ref=app https://www.sololearn.com/Discuss/2922393/?ref=app https://www.sololearn.com/Discuss/3060423/?ref=app https://www.sololearn.com/Discuss/2987615/?ref=app https://www.sololearn.com/Discuss/2923934/?ref=app https://www.sololearn.com/Discuss/2705784/?ref=app
6th Sep 2022, 3:18 PM
Suparna Das
Suparna Das - avatar
+ 1
Do you need the flight time in hours, minutes, seconds?
6th Sep 2022, 3:19 PM
dan
dan - avatar
+ 1
Distance / Speed
6th Sep 2022, 6:17 PM
Leovinel
Leovinel - avatar
0
no, he doesnt need it. This is the task in the python training course. there only need to output the result
6th Sep 2022, 3:35 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
সুস্ময় সেন how far are you from the solution code for this problem?
6th Sep 2022, 3:38 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
In 1 hour the plane traveled 550 miles, in x hours it traveled 7425 mile. X=7425 devide by 550. Don't forget to convert remainder to minutes by multiplying remainder by 60.
7th Sep 2022, 8:47 PM
Pfunzo Nefale