Question :
Given six numbered cards with the number
3 4 5 6 7 8
Find the number of different numbers greater than 6500 that can be formed.
What I have tried is that
a) if the number in front is 6 , then the second digit must be 5 or 7 or 8, the third digit can be any number, the forth digit can be any number
so number of ways = 1 x 3 x 4 x 3
b) if the first number is 7 or 8, then the second digit can be any number, the third digit can be any number, the forth digit can be any number
so number of ways = 2 x 5 x 4 x 3
Therefore the total different numbers = 1 x 3 x 4 x 3 + 2 x 5 x 4 x 3 = 156
But the answer given is 132. I can't get this answer. What have I done wrongly?
Given six numbered cards with the number
3 4 5 6 7 8
Find the number of different numbers greater than 6500 that can be formed.
What I have tried is that
a) if the number in front is 6 , then the second digit must be 5 or 7 or 8, the third digit can be any number, the forth digit can be any number
so number of ways = 1 x 3 x 4 x 3
b) if the first number is 7 or 8, then the second digit can be any number, the third digit can be any number, the forth digit can be any number
so number of ways = 2 x 5 x 4 x 3
Therefore the total different numbers = 1 x 3 x 4 x 3 + 2 x 5 x 4 x 3 = 156
But the answer given is 132. I can't get this answer. What have I done wrongly?