Question 737654: two numbers are selected at random from 1 to 9 find the probability that their sum is even?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! two numbers are selected at random from 1 to 9 find the probability that their sum is even?
-----
Consider a 9 by 9 array of these pairs.
----
Consider the sum of each of the 81 pairs in the array.
----
The 1st row of sums looks like: 2,3,4,5,6,7,8,9,10::::: 5 even : 5 odd
the 2nd row of sums looks like: 3,4,5,6,7,8,9,10,11:::: 4 even : 5 odd
The 3rd row of sums looks like: 4,5,6,7,8,9,10,11,12::: 5 even : 5 oddc.
etc
etc
etc
-------------
# of even sums is 5+4+5+4+5+4+5+4+5 = 41
=======
P(sum is even) = 41/81
============================
Cheers,
Stan H.
|
|
|