B
Step by step explanation This is how I got the answer to your question and I gave you the solution I hope this helps you out
Answer:
Option D is right,.
Step-by-step explanation:
-a+4b+2c=-8 ... i
3a+b-4c=9 ... ii
b=-1 ... iii
Substitute the value of b, in i and ii
-a-4+2c =-8 or -a+2c = -4
and 3a-1-4c = 9 or 3a -4c =8
Now we have two equations in two variables
-a+2c =-4 and 3a-4c =8
a = 2c+4: substitute this in the other equatin.
3(2c+4)-4c =8 Or 2c +12 =8
2c =-4 or c = -2
Substitute in -a+2c =12
-a-2 = -4
a = -2+4 =2
a=2, b=-1 and c =-1 is the solution.
Hey there!
Let's call this "number" x. We want four times the sum of this number and 15 to equal at least 120.
Therefore, we want this number times four plus fifteen to be greater than or equal to 120. We have:

Distribute:

Subtract:

Divide:

Your answer is C.
Hope this helps!
This question is incomplete, the complete question is;
X and Y are independent Gaussian (Normal) random Variables. X has mean 13.9 and variance 5.2; Y has mean 6.9 and variance 3.8. . (a) Calculate P( W> 10)
Answer:
P( W> 10) is 0.1587
Step-by-step explanation:
Given that;
X ⇒ N( 13.9, 5.2 )
Y ⇒ N( 6.9, 3.8 )
W = X - Y
Therefore
E(W) = E(X) - E(Y)
= 13.9 - 6.9 = 7
Var(W) = Var(X) + Var(Y) -2COV(X.Y)
[ COV(X,Y) = 0 because they are independent]
Var(W) = 5.2 + 3.8 + 0
= 9
Therefore
W ⇒ N( 7, 9 )
so
P( W > 10 )
= 1 - P( W ≤ 10 )
= 1 - P( W-7 /3 ≤ 10-7 /3 )
= 1 - P( Z ≤ 1 ) [ Z = W-7 / 3 ⇒ N(0, 1) ]
from Standard normal distribution table, P( Z ≤ 1 ) = 0.8413
so
1 - P( Z ≤ 1 ) = 1 - 0.8413 = 0.1587
Therefore P( W> 10) is 0.1587