The ratio can be written in parts as shown below;

Then, 60 can be divided as shown below;

25kg:35kg
Answer:

In order to find the variance we need to find first the second moment given by:

And replacing we got:

The variance is calculated with this formula:
![Var(X) = E(X^2) -[E(X)]^2 = 0.33 -(0.15)^2 = 0.3075](https://tex.z-dn.net/?f=%20Var%28X%29%20%3D%20E%28X%5E2%29%20-%5BE%28X%29%5D%5E2%20%3D%200.33%20-%280.15%29%5E2%20%3D%200.3075)
And the standard deviation is just the square root of the variance and we got:

Step-by-step explanation:
Previous concepts
The expected value of a random variable X is the n-th moment about zero of a probability density function f(x) if X is continuous, or the weighted average for a discrete probability distribution, if X is discrete.
The variance of a random variable X represent the spread of the possible values of the variable. The variance of X is written as Var(X).
Solution to the problem
LEt X the random variable who represent the number of defective transistors. For this case we have the following probability distribution for X
X 0 1 2 3
P(X) 0.92 0.03 0.03 0.02
We can calculate the expected value with the following formula:

And replacing we got:

In order to find the variance we need to find first the second moment given by:

And replacing we got:

The variance is calculated with this formula:
![Var(X) = E(X^2) -[E(X)]^2 = 0.33 -(0.15)^2 = 0.3075](https://tex.z-dn.net/?f=%20Var%28X%29%20%3D%20E%28X%5E2%29%20-%5BE%28X%29%5D%5E2%20%3D%200.33%20-%280.15%29%5E2%20%3D%200.3075)
And the standard deviation is just the square root of the variance and we got:

Plug in n = 1 into the nth term formula
a(n) = 4n-1
a(1) = 4*1-1
a(1) = 3
So the first term is 3
The second term will be 7 because we add on 4 each time, as indicated by the slope of 4. This is also known as the common difference.
So the nth term is found by adding 4 to the (n-1)st term, in other words,
a(n) = a(n-1)+4
----------------------------------------------------------------------------
In summary, the answer is
a1=3; an=an-1+4
which is choice B
Answer:
c(h) = 50 +10h
c(4) = 90 . . . . . it costs $90 to rent the truck for 4 hours
Step-by-step explanation:
The problem statement tells you the total charge is the sum of $50 and a charge of $10 per hour. That is, for h hours, the total charge is ...
c = 50 + 10h
In functional form, this is ...
c(h) = 50 +10h . . . . . . total charger for a rental of h hours
__
The function value with an input of 4 is ...
c(4) = 50 +10·4
c(4) = 90
Since the input is the number of hours of rental, and the function value is the total charge, this represents the total charge for a rental of 4 hours.