Time for first plane = 625 / 250
= 2.5 hours
after 1.25 hours
boeing 747 takes 1.25 hours (2.5 - 1.25) to arrive at the same location at the same time
so, speed = distance / time
= 625 / 1.25
= 500
the average speed of the boeing 747 is 500 mph
Answer:
53.2
Step-by-step explanation:
Answer:
12 boys and 6 girls in each team
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.