Answer:
Mean = 1.42
Variance = 0.58
Step-by-step explanation:
Given: X denote the number of luxury cars sold in a given day, and Y denote the number of extended warranties sold.
Also, joint probability function of X and Y are given.
To find:
mean and variance of X
Solution:
From the given joint probability function of X and Y,

Mean of X:

Variance of X:

![var(X)=E\left [ X^2 \right ]-\left ( E\left [ X \right ] \right )^2\\=\frac{31}{12}-\left ( \frac{17}{12} \right )^2\\=\frac{31}{12}-\frac{289}{144}\\=\frac{372-289}{144}\\=\frac{83}{144}\\=0.58](https://tex.z-dn.net/?f=var%28X%29%3DE%5Cleft%20%5B%20X%5E2%20%5Cright%20%5D-%5Cleft%20%28%20E%5Cleft%20%5B%20X%20%5Cright%20%5D%20%5Cright%20%29%5E2%5C%5C%3D%5Cfrac%7B31%7D%7B12%7D-%5Cleft%20%28%20%5Cfrac%7B17%7D%7B12%7D%20%5Cright%20%29%5E2%5C%5C%3D%5Cfrac%7B31%7D%7B12%7D-%5Cfrac%7B289%7D%7B144%7D%5C%5C%3D%5Cfrac%7B372-289%7D%7B144%7D%5C%5C%3D%5Cfrac%7B83%7D%7B144%7D%5C%5C%3D0.58)
<span>What makes the statement true?</span>7^-2= 0.0204081633
Answer:
<em>75</em>
Step-by-step explanation:
Given:
f(1) = 100
f(n+1) = f(n) - 5
Solve for:
f(6)
Solution:
f(1) = 100
f(2) = f(1) - 5 = 100 - 5 = 100 - 1 x 5 = f(1) - 1 x 5
f(3) = f(2) - 5 = 100 - 5 - 5 = 100 - 2 x 5 = f(1) - 2 x 5
...
f(n) = f(n - 1) - 5 = 100 - (n-1) x 5 = f(1) - (n-1) x 5
=> f(6) = f(1) - (6-1) x 5 = 100 - 5 x 5 = 100 - 25 = 75
Hope this helps!