A four digit number is formed by using the digits 1,2,3,4,5,6,7 without repetition. What is the probability that it's divisible by 2?
3/7
A four digit number out of the given digits can be formed by filling the first place by any of the 7 digits, second by any of the remaining 6 digits, third by any of the remaining 5 digits and last place by any of the remaining the 4 digits.i.e. in 7P4 ways=840 ways.
To form an even number the unit's place can be filled up by any one of the digits 2, 4 or 6.i.e. in 3 ways. For the other places, we have respectively remaining 6, 5 and 4 digits left. So this job can be done in 6P3 ways. So total number of ways =3 x (6P3) =360.
So, the required probability=360/840=3/7.