Probability of ijk + mn being Even

  • Thread starter Thread starter mplayer
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around calculating the probability that the expression ijk + mn is even, given that i, j, k, m, and n are positive integers between 2 and 2009. Each integer has a 50% chance of being even or odd, leading to specific probabilities for the products ijk and mn. The calculations reveal that the probability of ijk being odd is 12.5%, while it being even is 87.5%. For mn, the probabilities are 25% odd and 75% even. To find the overall probability of ijk + mn being even, one must consider the intersection of both terms being odd or both being even, leading to a combined probability of 65.625% for the sum being even.
mplayer
Messages
151
Reaction score
0

Homework Statement



Positive integers i, j, k, m, and n are randomly chosen (repetition is allowed) so that
2 <= i,j,k,m,n <= 2009 . What is the probability that ijk + mn is even?


Homework Equations



The Attempt at a Solution



Each of the positive integers is one out of 2008 numbers. 1004 of these numbers are even and 1004 of these numbers are odd. So, 50% chance of being an even number and 50% chance of being an odd number for each of the integers i,j,k,m,n.

I looked at the ijk term first and wrote out all possible combinations.

odd x odd x odd = odd
odd x odd x even = even
odd x even x odd = even
odd x even x even = even
even x odd x odd = even
even x odd x even = even
even x even x odd = even
even x even x even = even

1/8 possibilities are odd (12.5%) and 7/8 are even (87.5%)

I looked at the mn term next and did the same.

odd x odd = odd
odd x even = even
even x even = even
even x odd = even

1/4 possibilities are odd (25%) and 3/4 are even (75%)

Next, I looked at the term ijk and the term mn added together.

odd + odd = even
odd + even = odd
even + odd = odd
even + even = even

2/4 possibilities are odd (50%) and 2/4 are even (50%)


I'm really not sure where to go from here. Am I on the right track at least? I'm just not sure how to combine the above facts into a statement about the probability of [ijk + mn] being an even number. Any help is much appreciated :smile:
 
Physics news on Phys.org
Um, I might be wrong here, long since my last prob class but I believe you're almost there:
For ijk +mn to be even IJK AND MN must be either odd or even, so why not calculate the probability of BOTH being odd (intersection between the chances of ikj being odd and mn being odd), and the probability of both being even (prob of ijk being even intersection mn being even), and then compute the union of both probability sets.

I might be wrong, but i hope i can be of help
 
Chances of ijk being odd = 12.5%
Chances of mn being odd = 25%
To calculate the intersection for the above set would it just be (1/8)x(1/4) = (1/32) or 3.125%?Chances of ijk being even = 87.5%
Chances of mn being even = 75%
And likewise, for the above set would it be (7/8)x(3/4) = 21/32 or 65.625%?I'm not sure what you mean by the union of the two sets. How would the union between 3.125% and 65.625% be calculated? I'm not in a probability and stats class so sorry if this is an elementary question :)
 
The union of two probability sets is the probability of A happening OR B happening:
The chances of throwing a dice and getting 6 is 1/6, the chance of getting a 2 is 1/6, the chance of getting a 6 or a 2 is 1/6 + 1/6 = 1/3.

The intersection of two probability sets, which is the probability of A and B happening is computed like this:
The chances of getting a 6 is 1/6, the chances of getting a 2 is 1/6, the chances of throwing a 6 and then throwing a 2 are 1/6 x 1/6 = 1/36.
 
I understand now, thank you for your help.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top