Answer:
160
Step-by-step explanation:
10% of the candies is 16, and to get 100% from 10% is to multiply by 10.
So 10% *10 = 100%, then by association if 16 = 10%, then 16*10 will be the total 100%.
Answer:
From what I know there is no q.
p=0 I put a slight explanation below.Hope it helps
Step-by-step explanation:
Ax^2+bx+c-p=x
Ax^2+bx+c-p-x=x-x
Ax^2+(b-1)x+c-p=0
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
3(x-4)(2x-3)=0
(x-4)(2x-3)=0
x=4
x=3/2