Bunuel
Suppose a, b, c, d, e are selected randomly from the set {1, 2, 3, 4, 5} and they can repeat. Find the probability that a*b*c*d+e is odd.
A.\(\frac{12}{25}\)
B.\(\frac{27}{125}\)
C.\(\frac{243}{3125}\)
D.\(\frac{1632}{3125}\)
E.\(\frac{1794}{3125}\)
Question : Probability of (a*b*c*d+e = odd)
- Even Terms = {2, 4}
- Odd Terms = {1, 3, 5}
As the addition of two terms equals odd, the terms can be -
Case 1 : a*b*c*d = even
AND e = odd
Even + Odd = Odd
Case 2 : a*b*c*d = odd
AND e = even
Odd + Even = Odd
Case 1 : a*b*c*d = even
AND e = odd
a*b*c*d = evenInference: Among a, b, c, d, and e one term must be even; put otherwise none of the terms should be odd.
Number of ways = Total Number of ways - (All the terms are odd)
Without any restriction, each term can be selected in 5 ways
Number of ways the terms can be selected such that a*b*c*d equals even = \(5^4 - 3^4\)
e = odd 'e' can be selected in three ways.
Number of ways to perform the selection = \((5^4 - 3^4) * 3 = 1632\)
Case 2 : a*b*c*d = odd
AND e = even
a*b*c*d = oddBecause the product of the terms is odd, each of the terms should be odd. a, b, c, and d can be selected in \(3\) ways.
Number of ways = \(3^4\)
e = even'e' can be selected in two ways.
Number of ways to perform the selection = \((3^4) * 2 = 162\)
Required ProbailityTotal Favourbale cases = \(162 + 1632 = 1794\)
Total Number of ways the selections can be made = \(5^5 = 3125\)
Required Probability = \(\frac{1794 }{ 3125}\)
Option E