The answer is A. 0.12 using the long division method.
See attachment below.
Hope it helped!
45.00
45/15
30.00
es que no se lo lava ien fuchi
Answer:
for the first question, it's (2,2) and for the last question it's (0,2)
Answer:
A
Step-by-step explanation:
The per capita income is the income of a person in a nation. The per capita is calculated by dividing the gross income of the nation by total population.
Let
Pci = Per Capita Income
I = Total income
and
P = Total population
Then,
Pci = I/P
Answer:
90.
Step-by-step explanation:
We have two lines of code:
y ← x + x + x + x + x
z ← y + y + y
and, x=6 before the execution. Then, when the program starts to run we obtain:
y ← 6 + 6 + 6 + 6 + 6
y ← 30
z ← 30+30+30
z ← 90.
Then, the value of z after excecution is 90.