I don’t know I need more detail so I can answer the question
Answer:
33
Step-by-step explanation:
The total comes to $31.55
Explanation:
The 18% tip is 4.572
The 5.5% tax is $1.397
25.40 + 4.572 + 1.397 = 31.549 = 31.55 rounded up
Answer
Step-by-step explanation:
Answer:
C(n) = 122 * 2^n
Explanation:
We are given that:
Each day, the number of likes increases two times compared to the previous day. This means that we can write the function as follows:
C(n) = 2*C(n-1)
We are given that:
C(0) = 122 likes (initial value)
Therefore, our function would become:
C(n) = 122 * 2^n
Now, let's test this function:
C(0) = 122 * 2^0= 122
C(1) = 122 * 2^1 = 244 (this is twice c(0))
C(2) = 122 * 2^2 = 488 (this is twice c(1))
.....and so on
Hope this helps :)