Well, 217 miles ÷ 62 MPH is 3.5.
so it took the train 3.5 hours.
check it: 62 MPH x 3.5 hours, it went 217 miles
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
2 bags
7 apples
A) Instead of a lets say:
a = 1, 2 , 3
If a =1 then, (you already know there are 2 bags) you have 1 apple in each bag, making total of 2 apples
If a =2 then you are having 2 apples in each bag making total of 4 apples
If a =3, 3 apples in each bag, making total of 6 apples
Conclusion:
2 * 1 = 2
2 * 2 = 4
2 * 3 = 6
See the difference & pattern here
Now lets do with a
2 * a = 2a
B) If a = 6
then, 2*6 = 12
lets continue from a =3
2*4=8
2*5=10
2*6=12
See the pattern again
Tip: Drawing making problem understand better.
Answer:
Distributive property
Step-by-step explanation:
3(2 − 3x) + 4x = x − 7
Distribute the 3 to each term in the parentheses using the distributive property
6 -9c +4x = x-7