Hi ,
I have a probability problem and would want to know the solution .
Problem:-
I want to create all 5 digit numbers with the below condition.
The 1st digit should be a even number. The second digit should be a odd number.
The 3rd digit should be a non even prime number. Fourth and fifth should be random digits which do not occur previously.
As per the solution the answer given is 4(even numbers)* 5( odd numbers) * 3 * 7 * (non used digits) * 6 (non used digits) which is 2520.
But here the cases have not been considered when 2nd and 3rd digit can be the same ie the below cases (3,3) , (5,5) and (7,7). In these cases the 4th and 5th numbers should be 8(non used digits)*7(non used digits) . Since there are 3 such combinations we multiply it by 3 ie 56*3=168.
Could anyone let me know if (2520+168) is correct or the answer 2520 is the right one
I have a probability problem and would want to know the solution .
Problem:-
I want to create all 5 digit numbers with the below condition.
The 1st digit should be a even number. The second digit should be a odd number.
The 3rd digit should be a non even prime number. Fourth and fifth should be random digits which do not occur previously.
As per the solution the answer given is 4(even numbers)* 5( odd numbers) * 3 * 7 * (non used digits) * 6 (non used digits) which is 2520.
But here the cases have not been considered when 2nd and 3rd digit can be the same ie the below cases (3,3) , (5,5) and (7,7). In these cases the 4th and 5th numbers should be 8(non used digits)*7(non used digits) . Since there are 3 such combinations we multiply it by 3 ie 56*3=168.
Could anyone let me know if (2520+168) is correct or the answer 2520 is the right one












