|
Author |
Message |
|
Director
Joined: 01 Apr 2008
Posts: 921
Followers: 8
Kudos [?]:
123
[0], given: 18
|
Set S consists of all prime integers less than 10. If two numbers are chosen form set S at random, what is the probability that the product of these numbers will be greater than the product of the numbers which were not chosen?
I think it should be specified that two 'different' numbers are chosen. if not then 7,7 is also a possibility and then the probability will not be 1/2.
Please comment.
|
|
|
|
|
|
|
Manager
Joined: 10 Jul 2009
Posts: 174
Followers: 1
Kudos [?]:
17
[0], given: 8
|
S = { 2,3,5,7} Number of ways for chosing two numbers = 4c2 = 6 Number of out comes where product of two numbers is greater than product of remaining numbers = 3 (3*7, 5*7, 3*5)
So probability = 3/6 = 1/2
Different numbers need not be specified as the set has each number only one. If it is repeated many times then "different number" wording should be used.
|
|
|
|
|
|
Intern
Joined: 23 Sep 2009
Posts: 12
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Set of prime numbers less than 10 is S = {2, 3, 5, 7}
Using counting methods, the number of ways to choose 2 items out of 4 is 4!/2!*2! = 6
The 6 possible products are: 2 x 3 = 6 2 x 5 = 10 2 x 7 = 14 3 x 5 = 15 3 x 7 = 21 5 x 7 = 35
... of which the last 3 products are larger than the first 3 products.
Therefore, the probability of selecting 2 numbers with a product that is larger than those not selected is 3/6 = 0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|