Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END
Answer:
A debt means subtracting from the original value so a debt of $300 can be expressed as -300.
Answer:
20,158 cases
Step-by-step explanation:
Let
represent year 2010.
We have been given that since 2010, when 102390 Cases were reported, each year the number of new flu cases decrease to 85% of the prior year.
Since the flu cases decrease to 85% of the prior year, so the flu cases for every next year will be 85% of last year and decay rate is 15%.
We can represent this information in an exponential decay function as:


To find number of cases in 2020, we will substitute
in our decay function as:



Therefore, 20,158 cases will be reported in 2020.
Answer:
its c, y = one eighthx2 + 1
Step-by-step explanation: