Code:
next_ten_years = 1420062022*1.0035**10
print(next_ten_years)
Output:
1470554353.1178253
Explanation:
Since the population of inhabitants increases by [tex]0.35\%[/tex] each year, the total population must be [tex]100.35\%[/tex] of the previous year's population (since it includes the previous size of the population and the [tex]0.35\%[/tex] increase of the population)
The math:
Expected population in next 10 years = [tex]1420062022 \times 1.0035^{10}[/tex] ([tex]100.35\%[/tex] is [tex]1.0035[/tex])
Code:
Looking at the code above, the '**' raises the power of a number to the number you put after the operator, so 1.0035**10 is [tex]1.0035^{10}[/tex]. The '*' operator multiplies the two numbers that are placed before and after the operator, so 1420062022*1.0035 is [tex]1420062022\times 1.0035[/tex].
The expected population in the next ten years is 1,470,554,353 (if we round to the nearest inhabitants since there can't be a decimal amount of inhabitants).
Hope this helps :)
Logical are functions used when looking for an entry or value in the spreadsheet. what is it?
The Logical function would allow you to use the spreadsheets to identify whether a scenario is True/False. It can choose among two options depending on the outcomes of that test, and the further discussion can be defined as follows:
These selections could be used to show information, do complex calculations, or run additional tests.It offers decision-making tools for spreadsheet information. It allows to let you examine the contents of a cell or do a computation, and afterward compare the output to a specified number or value.Learn more:
brainly.com/question/8953037