Answer:
Step-by-step explanation:
Comment
There are a number of ways of doing this problem. I don't know which method you are intended to use. One sure way in this case is graphing the equation, I have done this for you. See below. The maximum volume occurs where x = 2
The graph shows that there is a peak at x = 2. That is where the maximum volume is,
Answer
x = 2
Y=(1/5)^x would be the only equation demonstrating decay of these
Answer:
Drinks = 6.75
Popcorn= 1
Step-by-step explanation:
Let the popcorn = P
Let the drink = D
2*P + 3*D = 22.25 multiply this equation by 6
12*P + 4D = 39.00
<u>12P + 18D = 133.5</u> Subtract these two equations
- 14D = - 94.50 Divide by -14
-14D/-14 = -94.5/-14 Do the division
D = 6.75
=========================
12P + 4D = 39 Substitute for D
12P + 4*6.75 = 39 Combine
12P + 27 = 39 Subtract 27 from both sides
12P + 27-27=39-27 Collect like terms
12P = 12 Divide by 12
12P/12 = 12/12
P = 1 Answer
Would use the algorithm for solving square root.
For square root, √n
x₁ = 0.5(x₀ + n/x₀)
(This formula is known and for square root, and can be derived using Newton-Raphson's approximation equation)
Where x₀ is the initial guess. x₁ becomes the new guess.
For √100.6 let our initial guess be 10, x₀ = 10, n = 100.6
Our approximation shall be to 3 decimal places. Once we get the same answer twice we stop the algorithm.
x₀ = 10, x₁ = 0.5(x₀ + n/x₀), x₁ = 0.5(10 + 100.6/10) = 10.030, x₁ = 10.030
x₂ = 0.5(x₁ + n/x₁), x = 0.5(10.030 + 100.6/10.030) ≈10.015, x₂ ≈ 10.030 (to 3 decimal places)
Since x₂≈ x₁, the algorithm stops.
So the √100.6 is ≈ 10.030 to 3 decimal places.
I hope this helps.