document.write( "Question 1129131: Three cards labelled 2, 3 and 4 are placed in a hat and a card is drawn. This is repeated 3 times without replacement.
\n" );
document.write( "a) How many 3 digit numbers can be formed
\n" );
document.write( "b) What is the probability that the 3 digit number is odd? divisible by 3? \n" );
document.write( "
Algebra.Com's Answer #745698 by htmentor(1343) You can put this solution on YOUR website! Since the cards are drawn without replacement, there are 3 possibilities for \n" ); document.write( "the 1st number, 2 possibilities for the 2nd number and 1 possibility for the \n" ); document.write( "remaining number. \n" ); document.write( "Thus, there are 3x2x1 = 6 combinations \n" ); document.write( "Since the digits 2, 3 and 4 add up to 9, all the numbers are divisible by 9 \n" ); document.write( "and therefore also divisible by 3. \n" ); document.write( " \n" ); document.write( " |