Answer:
price = x * 0.2
or
price = x * 0.454 * 0.2
Step-by-step explanation:
In this case we must know either the mass of the cake or its volume.
Given the case that we know the mass of the cake, it would be:
price = x * 0.2
where x is the mass of the cake in ounces, that is to say if for example a cake has a mass of 10 ounces, it would be:
price = 10 * 0.2 = 2
which means that each cake costs $ 2
Given the case of the volume, we must first multiply the density by this volume in order to calculate the mass and finally the price.
price = x * 0.454 * 0.2
where x is the volume of the cake in cubic inches, if for example the volume is 10 cubic inches it would be:
price = 10 * 0.454 * 0.2 = 0.908
which means that each cake costs $ 0.9
Answer:
Far left one, A
Step-by-step explanation:
Answer:
What is the question?
Step-by-step explanation:
We need to know what problem to solve with the information provided.
1.6 divided by x =4
we can exchange the 4 and the x
1.6 divided by 4 =x
.4 =x
The recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
<h3>How to determine the recursive sequence that would produce the sequence?</h3>
The sequence is given as:
8,-35,137,…
From the above sequence, we can see that:
The next term is the product of the current term and -4 added to -3
i.e.
Next term = -3 + Current term * -4
So, we have:
T(n + 1) = -3 + T(n) * -4
Rewrite as:
T(n + 1) = -3 - 4T(n)
Hence, the recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
Read more about recursive sequence at
brainly.com/question/1275192
#SPJ1