Looks like the graph is decreasing to me
Answer:
$9.00
Step-by-step explanation:
~~~~Hey there~~~~
1. Since it was 15% discount, that means you have to solve 15% of 60, which is equivalent to 0.15 x 60.
2. Since the product of 0.15 and 60 is 9, then 9 is your answer.
3. Your final answer is $9.00
Hope this helped!
~delightedsunrise8
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:
height = 15 inches
Step-by-step explanation:
the volume (V) of a cylinder is calculated as
V = Ah ( A is the base area and h the height )
given V = 1650 and A = 110 , then
1650 = 110h ( divide both sides by 110 )
15 = h