Answer:
3) 14
Step-by-step explanation:
in the given equation replace the "g(x)" with the provided "20"
20=2(x-4) solve as usual
divide each side by 2
10=x-4
add 4 to each side
14=x
the value of x is 14
Step-by-step explanation:
sorry for the rough handwriting but that's that
We are given with an 18 student class that is working a project worked by pairs. Each pair works on a project. In this case, there are 9 teams of 2 individuals working on a single project. Hence for a year or school year, there are 9 projects accomplished each time.
Answer:
1,082
Step-by-step explanation:
The sample size n in Simple Random Sampling is given by

where
z = 1.645 is the critical value for a 90% confidence level (*)
s = 2 is the estimated population standard deviation
e = 0.1 mm points is the margin of error
so

rounded up to the nearest integer.
So the manufacturer should test 1,083 parts.
---------------------------------------------------------------------------------------
(*)This is a point z such that the area under the Normal curve N(0,1) outside the interval [-z, z] equals 10% = 0.1
It can be obtained in Excel with
NORMINV(1-0.05,0,1)
and in OpenOffice Calc with
NORMINV(1-0.05;0;1)