Three integers are chosen at random without replacement from the first 20 positive integers.
What is the probability that their product is even?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In the second time, probability of picking an odd number is 9/19. Could anybody kindly tel me how odd this possible?
Log in to reply
There are 20 numbers out of which 10 are odd. For the first time we have to select 10 odd numbers out of 20 so 10/20 i.e (1/2). (mentioned selection is without replacement) so after first selection we are left with 19 balls which have 9 odd numbers, second time (9/19) and for the third time 8/18 nothing but 4/9. hope it is clear.
If two numbers are even, and the third is odd then the result is odd.
Log in to reply
2x6x9 = 108. Even
We are multiplying.
no, dummy, we a multiplying, 2 2 3=12 and you think 12 is odd?!?! NOOO you dummy
No, that's addition, not multiplication.
Great use of the compliment rule!
Defining “product” would be helpful.
The product of three integers may only be odd if and only if the chosen integers are all odd.
So the probability of obtaining odd product is 10C3/20C3 =2/19
Then, we subtract it from 1 to get the probability of having an even product. 1-2/19= 17/19
So are you saying if I pick 2 even and 1 off they add up to an even number?
Log in to reply
Product* we are not adding the 3 numbers we picked.
The only way for the product a b c to be odd is if all three are odd, so we'll calculate the number of ways to choose three odd numbers from the first 20 positive integers, then take the difference from the total number of combinations.
Formula for choosing three numbers, without replacement, from n options: 6 ( n ) ( n − 1 ) ( n − 2 )
(n choices, multiplied by n-1 choices, multiplied by n-2 choices. You divide by 6 if you don't care what order the numbers appear in.)
Total number of possible combinations of 3 numbers, without replacement, from 20 options: 6 2 0 ( 1 9 ) ( 1 8 ) = 1 1 4 0
Total number of possible combinations of 3 odd numbers, without replacement, from 10 options: 6 1 0 ( 9 ) ( 8 ) = 1 2 0
Total number of combinations of numbers that meet the requirement of the question: 1 1 4 0 − 1 2 0 = 1 0 2 0 .
Probability of choosing three numbers that give you an even product: 1 1 4 0 1 0 2 0 = 1 1 4 1 0 2 = 1 9 1 7 .
I did the same. (though I didn't divide by 6 because I knew it would cancel out)
From the digits 1 − 2 0 , there are 1 0 odd digits and 1 0 even digits.
There are four cases.
(even)(even)(even) = even
(even)(even)(odd) = even
(even)(odd)(odd) = even
(odd)(odd)(odd) = odd
Probability that it is odd is, P = 2 0 C 3 1 0 C 3 = 1 9 2 , therefore, probability that is even is, P = 1 − 1 9 2 = 1 9 1 7
Alternate Solution: consider the three cases with a result of even
P = 2 0 C 3 1 0 C 3 + 2 0 C 3 ( 1 0 C 2 ) ( 1 0 C 1 ) + 2 0 C 3 ( 1 0 C 1 ) ( 1 0 C 2 ) = 1 9 1 7
only way of getting an odd number after multiplying 3 times is (ODD X ODD x ODD). Since its without replacement, the probabilities would be 1/2 9/19 8/18 = 2/19. Even would just be 1 - 2/19 = 17/19.
sry didn't noticed the mistake, thanx for hlp.
No need for apology! Just an oversight.
The probability that the product is even = 1 minus the probability that the product is odd. The product will be odd when all three positive integers are odd. So it boils down to 1 - (10 * 9 * 8) / (20 * 19 * 18) = 17/19.
The only odd product is odd * odd * odd. There are 10 odd numbers between 1 and 20, inclusive.
There are 10-choose-3 = 120 odd sets of three numbers.
There are 20-choose-3 = 1140 totals sets of three numbers.
So the probability of an even number is 1 1 4 0 1 1 4 0 − 1 2 0 = 1 1 4 0 1 0 2 0 = 1 9 1 7 .
since this is the case where we choose the numbers one by one, we can't use again a previously chosen number,
the complementary case is where the three numbers are odd. that is:
2 0 1 0 ∗ 1 9 9 ∗ 1 8 8 = 1 9 2
so, the probability that we're looking for is : 1 9 1 7
I would suggest that the problem should state that the selections are made without replacement .
This problem can be solved without the use of programming.
Yes, I know! :)
This problem can be solved without the use of mathematics! ;)
Thanks, I've added "without replacement" into the question.
thnx for hlp.
Problem Loading...
Note Loading...
Set Loading...
The product is even if any of the numbers is even. Therefore, if none of them is even, the product would be odd. Let's first figure out the probability of "odd product".
The probability of picking a odd number is 1/2 at the first time. If you picked an odd number, the probability to pick a odd number the second time is 9/19. The probability to pick a odd number the third time is 8/18, or 4/9. Thus, the probability that the product is odd is 2 1 ⋅ 1 9 9 ⋅ 9 4 = 1 9 2 .
That means the probability of "even product" is 1-2/19=17/19.