Answer:
0.09
Step-by-step explanation:
0.03 divided by 100
Answer:
7n - 1
Step-by-step explanation:
notice that the difference between adjacent terms is 7.
so nth term is given by:
nth term = first term + (n-1)×difference (n is any number)
= 6 + (n-1)7
= 6+ 7n -7
= 7n - 1
hope this helps :-))
Answer:
$
Step-by-step explanation:
You want to calculate the interest on $40000 at 5.7% interest per year after 17 years.
The formula we'll use for this is the simple interest formula, or:

Where:
- P is principal amount, $40,000
- r is the interest rate, 5.7% per year, or in decimal form,

- t is the time involved, 17 years
To find the simple interest we multiply
to get
The interest rate is $38,760
Usually now, the interest is added onto the principal to figure some new amount after 17 years.
or 40000.00 + 38760.00 = 78760.00
=$78,760
Answer:
At least 13 chocolates must be removed
Step-by-step explanation:
If there are three flavors, the probability of drawing 1 would be: 1
1/3 = 0.333
Which means, that every 3 attempts, theoretically you should do 1 of each, but how they ask for 5 chocolates of each would be:
3 * 5 = 15
At least 15 chocolates must be extracted to theoretically guarantee 5 chocolates each, but how we are interested in knowing is that a single flavor has 5 chocolates, so we discard the last two chocolates that represent the other two flavors
Therefore, for there to be safely 5 chocolates of the same flavor, at least 13 chocolates must be removed.
The answer is A, recursion uses the previous answer to solve the next answer so:
If a sub 1 is 12
Then a sub 2 = 12 + 4 = 16
Therefore a sub n = a sub (n - 1) + 4