document.write( "Question 1183743: I am confused on how to solve this, may you please help?\r
\n" ); document.write( "\n" ); document.write( "Use a factorial, permutation or combination to find the probability of the given event. Do NOT simplify your answer. Only consider digits greater than zero.\r
\n" ); document.write( "\n" ); document.write( "Bill forgot the last three digits of his 8 digit password. He only remembers that the digits are even and not the same. What is the probability he enters the correct password on the first try?
\n" ); document.write( "

Algebra.Com's Answer #814197 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
there is only one possible code.
\n" ); document.write( "the possible digits are 2,4,6,8.
\n" ); document.write( "can't be 0
\n" ); document.write( "can't be any odd number between 0 and 9.
\n" ); document.write( "the probability that the first digit is the right digit is 1/4.
\n" ); document.write( "the probability that the second digit is the right digit, assuming that the the first digit is correct, is 1/3.
\n" ); document.write( "the probability that the third digit is the right digit, assuming that the first two digits are correct, is 1/2.
\n" ); document.write( "the total probability is 1/4 * 1/3 * 1/2 = 1/24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you look at the number of permutations possible, you will get 4P3 = 4! / (1!) = 4*3*2*1 / 1 = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "only one of those permutations is the correct permutation, therefore the probability is 1/24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the permutation formula is p(n,x) = n! / (n-x)!.
\n" ); document.write( "when n = 4 and x = 3, the formula becomes p(4,3) = 4! / (4-3)! = 4! / 1! = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "only one permutation out of those 24 permutations is the correct permutation, therefore the probability is 1/24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i'm pretty sure this is correct.
\n" ); document.write( "i was able to get the same answer both ways.
\n" ); document.write( "the denominator is the permutation of 4 possible numbers taken 3 at a time.
\n" ); document.write( "the numerator is 1.
\n" ); document.write( "the possible number are 2,4,6,8.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the possible 3 digit permutations are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 4 6 *****
\n" ); document.write( "2 6 4
\n" ); document.write( "4 2 6
\n" ); document.write( "4 6 2
\n" ); document.write( "6 2 4
\n" ); document.write( "6 4 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 4 8 *****
\n" ); document.write( "2 8 4
\n" ); document.write( "4 2 8
\n" ); document.write( "4 8 2
\n" ); document.write( "8 2 4
\n" ); document.write( "8 4 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 6 8 *****
\n" ); document.write( "2 8 6
\n" ); document.write( "6 2 8
\n" ); document.write( "6 8 2
\n" ); document.write( "8 2 6
\n" ); document.write( "8 6 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4 6 8 *****
\n" ); document.write( "4 8 6
\n" ); document.write( "6 4 8
\n" ); document.write( "6 8 4
\n" ); document.write( "8 4 6
\n" ); document.write( "8 6 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "note that you have 4 sets of 6 = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "each set of 6 is a separate combination, if you don't take order of the digits into account\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the permutation formula is p(n,x) = n! / (n-x)!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the combination formula is c(n,x) = n! / (x! * (n-x)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when n = 4 and x = 3, these formulas become:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p(4,3) = 4! / 3! = 4! = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(4,3) = 4! / (3! * 1!) = 4! / 3! = 4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 4 possible combinatins where order is not important.
\n" ); document.write( "they are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2 4 6
\n" ); document.write( "2 4 8
\n" ); document.write( "2 6 8
\n" ); document.write( "4 6 8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "within each of those you have 6 possible arrangements where order is important.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4 * 6 = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "he will need to try up to 24 possible permutations and is assured to get the right combination.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );