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)![]() ![]() You can put this solution on YOUR website! (a) \n" ); document.write( "There are 6 choices for each digit \n" ); document.write( " \n" ); document.write( "The boy has a \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 \n" ); document.write( "choices for the last digit \n" ); document.write( " \n" ); document.write( "There is a \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 \n" ); document.write( "There is a \n" ); document.write( "right combination if he knows digits can't be \n" ); document.write( "repeated \n" ); document.write( " |