Answer:
46
Step-by-step explanation:
Answer:
How many drinks should be sold to get a maximal profit? 468
Sales of the first one = 345 cups
Sales of the second one = 123 cups
Step-by-step explanation:
maximize 1.2F + 0.7S
where:
F = first type of drink
S = second type of drink
constraints:
sugar ⇒ 3F + 10S ≤ 3000
juice ⇒ 9F + 4S ≤ 3600
coffee ⇒ 4F + 5S ≤ 2000
using solver the maximum profit is $500.10
and the optimal solution is 345F + 123S
Essentially when people ask you find the solution to system of equation, there asking at what x value do these to graphs intersect. The easiest way to do this is to get a graphing calculator, or desmos and type in the equation and find where they intersect. Heck, even the question says to solve it with a graph, but I'll demonstrate it algebraically.
One way you can do this is set the equation equal to each other. This is because you want to know at what x-value has the same y-value. So we get:
x^2 + 6x + 8 = x + 4
We can then combine like terms, or move everything to one side. So we get:
x^2 + 5x + 4 = 0.
Then we can use the quadratic formula to solve for x.
x=(-5 +/- sqrt(5^2 - 4(1)(4)))/(2(1)
This simplifies into:
(-5 +/- 3)/2
Finally we add and subtract:
(-5 + 3)/2 = x = -1
(-5 - 3)/2 = x = -4
And our solution is x = -1, x = -4
Step-by-step explanation:
x² + 3x + 2
x² + x + 2x + 2 because 1+2=3 and 2×1=2
By taking out common terms, we get
x(x+1)+2(x+1)
(x+1)(x+2)