Bunuel
Competition Mode Question
Andy and Bob play a game in which a computer randomly selects two real numbers between 0 and 10. Andy’s score is the sum of the numbers and Bob’s score is one more than the product of the numbers. If the person with the higher score wins the game, what is the probability that Bob wins?
A. 18%
B. 19%
C. 68%
D. 82%
E. 90%
Are You Up For the Challenge: 700 Level QuestionsI considered a and b as numbers from 1 to 9 since inclusive is not mentioned in the question. Also i took cases without repetition. However, I solved as follow:
If for A number is 1, 2≤B≤9 i.e. 8 cases(without repetition)
.... A .... 2, 3≤B≤9 i.e. 7 cases
and so on... till 1 case for A as 8
So, total 36 cases are there in which 8 cases(where A is 1 and 2≤B≤9) are neutral i.e. both scores are equal.
Since win percent for Bob is required, i took these cases as loss and calculated win percent as
36-8/36*100 = ~77%
Here's my question:
If cases where both A and B are equal(i.e. repetition) are considered B wins in 8 out of 9 cases taking win percentage to 36/45*100 = 80%
Also if that's so, cases as discussed above are repeated let's say
For B if number is 1 2≤A≤9 8 cases and SO ON...
Though this does not make much difference but it creates lot more confusion.
For that reason i estimated that my calculated should be lesser than ~77% and marked C.
Can anyone help with this.