Let
C---------> <span>the cost of a pizza
</span>t----------> <span>number of toppings
we know that
</span>$15.74-3t=$14.49-2t
15.74-14.49=3t-2t-------------> t=1.25
the cost of one topping is $1.25
and the cost of one pizza <span>without topping is
</span>15.74-3*1.25--------> $11.99
then
<span>an equation for the cost of a pizza, C, as a function of the number of toppings, t ordered is
</span>C=11.99+1.25t
the answer is
C=11.99+1.25t
Answer:
120 liters of 60% alcohol solution is needed
Step-by-step explanation:
Let's assume
x liters of 60% alcohol solution is added
so, we get solution as


we are given
40 liters of a 20% alcohol solution is



so, total alcohol solution is

now, we can find total solutions
total solutions is

now, it is making 50% solution
so, we get

now, we can solve for x




So,
120 liters of 60% alcohol solution is needed
Step-by-step explanation:
6-2x=6x-10x+8
6-2x=-4x+8
6-8=-4x+2x
-2=-2x
X=-2/-2
X=1
PLS MARK ME AS THE BRAINLIEST
Step-by-step explanation:
1+2+3+4+5=14 divided by 5=2.8 so, A.would be your answer.
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get