Since we are solving for h, the equation:
V = πr²h
...divides πr² to the other side. Thus, it becomes....

= h
Which can be rewritten as....
h =
Sue would have 21 dimes and 12 less of 21 is 9, so sue has 9 nickels
dimes: 21
nickels: 9
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
Answer:
3m+3p
Step-by-step explanation:
Sum of m and p is expressed as;
m + p (sum means addition)
If 3 is multiplied by the sum, this is expressed as;
3(m+p)
Expand
3m + 3p
Hence the required expression is 3m+3p