70% of disk drives made from Company X function properly. If we have a collection of 5 disk drives, what is the probability that:
1. At least 1 disk drive doesn’t function?
2. At least 1 disk drive is functioning?
This is what I came up with for the first question:
C(5,1) *.3^1 *.7^4 + C(5,2) *.3^2 *.7^3 + C(5,3) *.3^3 *.7^2 + C(5,4) *.3^4 *.7^1 + C(5,5) *.3^5 *.7^0
This is what I came up with for the 2nd question:
C(5,1) *.7^1 *.3^4 + C(5,2) *.7^2 *.3^3 + C(5,3) *.7^3 *.3^2 + C(5,4) *.7^4 *.3^1 + C(5,5) *.7^5 *.3^0
1. At least 1 disk drive doesn’t function?
2. At least 1 disk drive is functioning?
This is what I came up with for the first question:
C(5,1) *.3^1 *.7^4 + C(5,2) *.3^2 *.7^3 + C(5,3) *.3^3 *.7^2 + C(5,4) *.3^4 *.7^1 + C(5,5) *.3^5 *.7^0
This is what I came up with for the 2nd question:
C(5,1) *.7^1 *.3^4 + C(5,2) *.7^2 *.3^3 + C(5,3) *.7^3 *.3^2 + C(5,4) *.7^4 *.3^1 + C(5,5) *.7^5 *.3^0