is this the full question?
To solve this problem, we make use of the Binomial
Probability equation which is mathematically expressed as:
P = [n! / r! (n – r)!] p^r * q^(n – r)
where,
n = the total number of gadgets = 4
r = number of samples = 1 and 2 (since not more than 2)
p = probability of success of getting a defective gadget
q = probability of failure = 1 – p
Calculating for p:
p = 5 / 15 = 0.33
So,
q = 1 – 0.33 = 0.67
Calculating for P when r = 1:
P (r = 1) = [4! / 1! 3!] 0.33^1 * 0.67^3
P (r = 1) = 0.3970
Calculating for P when r = 2:
P (r = 2) = [4! / 2! 2!] 0.33^2 * 0.67^2
P (r = 2) = 0.2933
Therefore the total probability of not getting more than
2 defective gadgets is:
P = 0.3970 + 0.2933
P = 0.6903
Hence there is a 0.6903 chance or 69.03% probability of
not getting more than 2 defective gadgets.
Answer:
x = -3, y=2
Step-by-step explanation:
x+3y =3
3y -2x =12
Solve the first equation for x
x = 3-3y
Substitute this into the second equation
3y -2(3-3y) =12
Distribute
3y -6 +6y =12
Combine like terms
9y -6 =12
Add 6 to each side
9y-6+6 =12+6
9y =18
Divide each side by 9
9y/9 =18/9
y = 2
Now find x
x = 3 -3y
x = 3-3(2)
x = 3-6
x = -3