The total of 2 buckets of popcorn and 3 boxes of candy would be $23.25
To answer this question you need to form a set of simultaneous equations and solve them. We can do this by saying that a bucket of popcorn = P, and a box of candy = C. Then we can say:
4P + 6C = 46.50
P + C = 9.75
There are then two possible ways to solve; you can either say that C = 9.75 - P using the second equation and then substitute it into the first, or you can multiply the second equation by either 4 or 6 to cancel out P or C.
I’m going to multiply the second equation by 4:
4P + 4C = 39
Now we can subtract this for, the first equation:
4P + 6C = 46.50
4P + 4C = 39
2C = 7.50
C = 3.75
Now we can substitute this value of C into one of the equations to find P:
P + C = 9.75
P + 3.75 = 9.75
P = 6
And now to answer the question, you just multiply P by 2 and C by 3 and add them together, which gives you $23.25
I hope this helps! Let me know if you have any questions :)
Answer:
0.36427
Step-by-step explanation:
Mean = λ = 18 messages per hour
P(X = x) = (e^-λ)(λ⁻ˣ)/x!
P(X ≤ x) = Σ (e^-λ)(λ⁻ˣ)/x! (Summation From 0 to x)
But the probability required is that the messages thay come in an hour is between 15 and 20, that is, P(15 < X < 20)
P(15 < X < 20) = P(X < 20) - P(X ≤ 15)
These probabilities will be evaluated using a cumulative frequency calculator.
P(X < 20) = 0.65092
P(X ≤ 15) = poissoncdf(18, 15) = 0.28665
P(15 < X < 20) = P(X < 20) - P(X ≤ 15) = 0.65092 - 0.28665 = 0.36427.
You can use the Poisson distribution calculator here
https://stattrek.com/online-calculator/poisson.aspx
Answer:
see explanation
Step-by-step explanation:
let the number be x , then
x = 44.3 ← is the equation
Answer:
Hotdog: $3.00
Hamburger: $4.00
Step-by-step explanation:
For the first time that Bob buys food, we can make an equation to find how much a single hotdog and a single hamburger costs, where:
x = cost of a hotdog
y = cost of a hamburger
He bought 2 hotdogs and 1 hamburger for $10, so the equation for his first time buying food is:
2x + y = 10
For the second time buying food, he bought 1 hotdog and 3 hamburgers for $15, so his equation would be:
x + 3y = 15
To find the value for x and y we need to solve this system of equations using the two equations we just came up with. We can do this multiple ways, but I'll be demonstrating the substitution method.
Using the second equation, we can solve for x by simply subtracting 3y from both sides:
x = 15 - 3y
We can then insert this value of x into the first equation so that way we are only dealing with one variable to solve - y:
2(15-3y) + y = 10
Distribute out the 2 into the paratheses, combine like terms, and then solve for y:
30 - 6y + y = 10
30 - 5y = 10
-5y = -20
y = 4
This means the cost for one hamburger is $4. But we still need to find the price of one hotdog, so we can insert this value of y into the equation we came up with earlier for x, and then solve for x:
x = 15 - 3y
x = 15 - 3(4)
x = 15 - 12
x = 3
So the price of one hotdog is $3 and the price of one hamburger is $4. Hope this helps.