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
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
The sequence of natural numbers is a_1, a_2, a_3, ..., a_n.
Use min as the variable that will contain the minimum value.
Set min = a_1
In a loop, compare min to each number from a_2 to an.
If min > a_i, then let min = a_i
for i = 2 to n
if min > a_i, then min = a_i
Answer: Im very sure the answer is
B
24
red is most popular with 33 votes. silver is least popular with 9 votes.
33 - 9
<VUT = 50
Tangent Chord Angle = 1/2 Intercepted Arc
< VUT = 1/2 (100)
$60
set up a proportion and cross-multiply:
3000/400 = cost/450
c = cost
3,000c = 180,000
c = 180/3
c = 60