document.write( "Question 499008: A boy found a bicycle lock for which the combination was unknown. The correct combination is a four-digit number. The digits are selected from 1, 2, 3, 5, 6, and 7.
\n" ); document.write( "a.What is the probability that he can open the lock by putting four random numbers in for the combination?
\n" ); document.write( "b.What is the probability that he can open the lock at random if he knows that the combination is an odd number?
\n" ); document.write( "c.What is the probability that he can open the lock at random if he knows that the numbers in the combination cannot be repeated?
\n" ); document.write( "

Algebra.Com's Answer #337324 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
(a)
\n" ); document.write( "There are 6 choices for each digit
\n" ); document.write( "\"+6%2A6%2A6%2A6+=+1296+\"
\n" ); document.write( "The boy has a \"+1%2F1296+\" probability of getting
\n" ); document.write( "the right combination
\n" ); document.write( "(b)
\n" ); document.write( "If he knows the number is odd, then the last digit
\n" ); document.write( "cannot be \"2\" or \"6\", so there are \"4\"
\n" ); document.write( "choices for the last digit
\n" ); document.write( "\"+6%2A6%2A6%2A4+=+864+\"
\n" ); document.write( "There is a \"+1%2F864+\" probability of randomly
\n" ); document.write( "getting the right odd combination if he knows
\n" ); document.write( "the combination is odd
\n" ); document.write( "(c)
\n" ); document.write( "If numbers can't be repeated
\n" ); document.write( "The number of choices are \"+6%2A5%2A4%2A3+=+360+\"
\n" ); document.write( "There is a \"+1%2F360+\" probability of getting the
\n" ); document.write( "right combination if he knows digits can't be
\n" ); document.write( "repeated
\n" ); document.write( "
\n" );