8(4x+6y-2z)
32x+48y-16z
Hope this helps!
To get the answer we can use proportion
220 ----------------95.3%
x -------------------100%
Crossmultiply now
220*100%=95.3%*x
22000=95.3x /:95.3
22000:95.3=x
231=x - its the answer
Answer: concentration = 15.58%
Step-by-step explanation:
Given: mass of sugar = 24 g = 24 ml [ ∵ 1 g = 1 ml]
Volume of solution = Quantity of water + quantity of solute
= 130 +24 ml
= 154 ml
Concentration = 

Hence, the concentration =15.58%
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.