document.write( "Question 848561: How many 3 digit numbers can be formed from 1,2,3,4,5,6 if
\n" ); document.write( "a) repition is allowed
\n" ); document.write( "b) the number MUST be odd and no repetition is allowed
\n" ); document.write( "c) the number MUST be less than 300 and no repition is allowed
\n" ); document.write( "

Algebra.Com's Answer #511171 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
a) If repetition is allowed, this is a form of with replacement. We can calculate this pretty easily. In short, there is 6^3 (216) ways to do this because for each number we place, there are 6 numbers that we can use.\r
\n" ); document.write( "\n" ); document.write( "b) Here this is considered without replacement. After the use of a digit, it no longer is a possible option for the next digit. So we have 6*5*4= 120 This commonly represented as 6P3.\r
\n" ); document.write( "\n" ); document.write( "c) Notice our first digit is now only limited to 1 and 2. So there is only 2 numbers that satisfy our first digit. Our second digit only has 5 possible digits. Our third digit only has 4 numbers that can satisfy it.\r
\n" ); document.write( "\n" ); document.write( "So 2*5*4 = 40 numbers
\n" ); document.write( "
\n" );