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:
r = 18/pi
or approximately 5.7325 inches
Step-by-step explanation:
The circumference is given by
C = 2*pi*r
36 = 2*pi*r
Divide each side by 2 pi
36/(2pi) = r
18/pi = r
Letting pi = 3.14
18/3.14
5.732484076 = r
37.8 to 0 and add 12.3 = 50.1 m is the total distance traveled.
Answer:
Kenjii can use 13.19 kilowatt-hour.
Step-by-step explanation:
Giving the following information:
Kenji's electricity bill costs $21.56 per month plus $2.46 per kilowatt-hour.
<u>First, we will structure the total cost formula:</u>
Total cost= 21.56 + 2.46*x
x= kilowatt-hour
54= 21.56 + 2.46x
32.44= 2.46x
13.19= x
Kenjii can use 13.19 kilowatt-hour.