Bunuel
If x is a positive integer with fewer than 3 digits, what is the probability that x*(x + 1) is a multiple of either 4 or 5?
A. 4/99
B. 2/25
C. 8/99
D. 49/100
E. 86/99
The total number of possible values of x is 99 from 1-99 ; (given x can be formed with either one or two digits).
In the equation x*(x+1),
For x,
From 1 to 99, total multiples of 4 is
24total multiples of 5 is
19For x+1,
For it to be divisible by 4, the x in the (x+1) needs to be 1 less than 4 (i.e 3,7,11,13 etc.)
From 1 to 99, we have 24 numbers as such for (x+1) to be divisible.
For it to be divisible by 5, the x in the (x+1) needs to be 1 less than 5 (i.e 4,9,14,19 etc.)
From 1 to 99, we have 19 numbers as such for (x+1) to be divisible.
So total probability stands = (24+19+24+19)/99 = 86/99. [which matches one of the answers here]HOWEVER,
Taking it one step further to precision (which I believe could be the more appropriate answer) -
we need to deduct the double numbers from the total 86 possible outcomes. The double-counted numbers are the common multiples of 4 and 5 - as in multiples of 20 - 20,40,60,80.
So plausible outcome stands - (24+19+24+19-4)/99 = 82/99.Well, if it were the exam day itself, I'd go with 86/99 being the closest solution.