document.write( "Question 48934: how many numbers of five different digits, each number to contain 3 odd and 2 even digits, can be formed from the digits 1,2,3,4,5,6,7,8 and 9?Thanks! \n" ); document.write( "
Algebra.Com's Answer #32409 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! you need to build up the solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Even numbers: 2,4,6,8 \n" ); document.write( "Odd numbers: 1,3,5,7,9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The 5 digit number: XXXYY has to have 3 odds (the X's). So, lets look at just those:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Pick the first odd number. How many possibles are there? Answer 5 (1,3,5,7,9) \n" ); document.write( "Now pick the second odd number. How many possibles are there now? Answer 4 (since one of them was picked to be the first number. \n" ); document.write( "Similarly, the third odd number... there are 3 possibles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So altogether, there are 5*4*3 --> 60 3-digit variations from 5 odd numbers.\r \n" ); document.write( "\n" ); document.write( "Now for the evens. For a 2-digit number, the first of the 2 even numbers could be 1 of 4 numbers: answer = 4 \n" ); document.write( "The final even number must be one of the remaining 3 evens: answer = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, altogether there are 4*3 --> 12 2-digit variations from 4 even numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And now we combine them... we know how many odd permutations there are (60) and even permutations (12). Combined, there are 60*12 --> 720 permutations of 3 odd and 2 even.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As you can see... at no point did i use any \"formula\". I just worked it out from \"first principles\" and \"common sense\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps. \n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |