To determine the cost of each item, we need to set up equations. From the problem statement, we have three unknowns so we need three equations. We set up equations as follows:
let x cost of small pizzas
y cost of soda
z cost of salad
two small pizzas, a liter of soda, and a salad cost $14
2x + y + z = 14
one small pizza, a liter of soda, and three salads cost $15
x + y + 3z = 15
three small pizzas, a liter of soda, and two salads cost $22
3x + y + 2z = 22
Solving for x, y and z, we will have:
x = $ 5
y = $ 1
z = $ 3
Answer:
fg(2) = 9 means that f(g(2)) = 9
We know that g(2) = 6
So f(6) = 9 which means that
6a - b = 9 (note 1)
And we know that g(f(1/2)) = 2
And we know that f(1/2) = 1/2(a) - b
So g(1/2(a) - b) = 2
Meaning that 1/2(a) - b + 4 = 2
So 1/2(a) - b = - 2 (note 2)
Using note 1 and 2 we can solve the equation
11/2(a) = 11 so a = 2 and b = 3
Answer:
10 seconds
Step-by-step explanation:
we are given the height (s) which is 1600ft. and the formula—where t is time in seconds— t= 1/4
, so we can plug 1600ft in for s and solve:
t= 1/4
t= 1/4(40)
t= 10 seconds
Answer:
(2,3)
Step-by-step explanation:
(Brainliest please)
The dimensions of a box that have the minium surface area for a given Volume is such that it is a cube. This is the three dimensions are equal:
V = x*y*z , x=y=z => V = x^3, that will let you solve for x,
x = ∛(V) = ∛(250cm^3) = 6.30 cm.
Answer: 6.30 cm * 6.30cm * 6.30cm. This is a cube of side 6.30cm.
The demonstration of that the shape the minimize the volume of a box is cubic (all the dimensions equal) corresponds to a higher level (multivariable calculus).
I guess it is not the intention of the problem that you prove or even know how to prove it (unless you are taking an advanced course).
Nevertheless, the way to do it is starting by stating the equations for surface and apply two variable derivation to optimize (minimize) the surface.
You do not need to follow with next part if you do not need to understand how to show that the cube is the shape that minimize the surface.
If you call x, y, z the three dimensions, the surface is:
S = 2xy + 2xz + 2yz (two faces xy, two faces xz and two faces yz).
Now use the Volumen formula to eliminate one variable, let's say z:
V = x*y*z => z = V /(x*y)
=> S = 2xy + 2x [V/(xy)[ + 2y[V/(xy)] = 2xy + 2V/y + 2V/x
Now find dS, which needs the use of partial derivatives. It drives to:
dS = [2y - 2V/(x^2)] dx + [2x - 2V/(y^2) ] dy = 0
By the properties of the total diferentiation you have that:
2y - 2V/(x^2) = 0 and 2x - 2V/(y^2) = 0
2y - 2V/(x^2) = 0 => V = y*x^2
2x - 2V/(y^2) = 0 => V = x*y^2
=> y*x^2 = x*y^2 => y*x^2 - x*y^2 = xy (x - y) = 0 => x = y
Now that you have shown that x = y.
You can rewrite the equation for S and derive it again:
S = 2xy + 2V/y + 2V/x, x = y => S = 2x^2 + 2V/x + 2V/x = 2x^2 + 4V/x
Now find S'
S' = 4x - 4V/(x^2) = 0 => V/(x^2) = x => V =x^3.
Which is the proof that the box is cubic.