The answer is C 200
Because 10 / 200 = 0.05 * 100 = 5%
I hope this helps :)
Answer:
bottom 2 shapes
Step-by-step explanation:
Answer:
3x-1=16*2
3x=32+1
3x=33/:3
x=11
Step-by-step explanation:
Answer:
7**6
Step-by-step explanation:
The expression 7^6 ; can be interpreted as 7 raised to the power of 6 ; which is (7 * 7 * 7 * 7 * 7 * 7). To execute this expression using a computer or basic mathematical operation on a computer we use the power symbol which the computer understand this the double multiplication symbol (**)
Hence, 7^6 = (7**6)
<u>Answer:</u>
E(n) = n + 5
<u>Explanation:</u>
The profit is the difference between the amount of money received as a revenue and the amount of money spent as expenses.
<u>This means that:</u>
Profit = Revenue - Expenses
<u>Rearrange the formula to solve for the expenses, we get:</u>
Expenses = Revenue - Profit
<u>We are given that: </u>
Revenue = R(n) = 18n
Profit = P(n) = 17n - 5
<u>Substitute in the above formula to get the formula for expenses as follows:</u>
E(n) = R(n) - P(n)
E(n) = 18n - (17n-5)
E(n) = 18n - 17n + 5
E(n) = n + 5
Hope this helps :)