Answer:E'F' and EF are equal in length.
Thats easy. figure it out
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
Answer:
y=90 when x=4
Step-by-step explanation:
We are given that

When x=8 and y=250
We have to find the value of y when x=4

Where k= Proportionality constant
Substitute the values




Now, substitute x=4 and k=5/2
Then, we get



I want to say the first one, but i do not know for sure.