document.write( "Question 945384: 1)A person has two sons and two daughters. There are three boys' schools and two girls' schools in the area where they lives.In how many different ways can the children be sent to school?In how many ways can the children be sent to school such that no two children attend the same school? \r
\n" ); document.write( "\n" ); document.write( "2)A shirt factory produces shirts of three different sizes. It is expected to produce shirts with two different materials and four different colors for the festive season. How many different shirts can be produced?\r
\n" ); document.write( "\n" ); document.write( "3)Find the number of all positive numbers with not more than four digits that can be made using the digits 0,1,2,3,4 and 5. Find also the number of numbers out of these in which each digit is not repeated.
\n" ); document.write( "

Algebra.Com's Answer #576589 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
1)A person has two sons and two daughters. There are three boys' schools and two girls' schools in the area where they lives.In how many different ways can the children be sent to school?In how many ways can the children be sent to school such that no two children attend the same school?
\n" ); document.write( "
\r\n" );
document.write( "Choose a school for the 1st boy in 3 ways.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 3 ways to place the first boy in a school, \r\n" );
document.write( "you can choose a school for the 2nd boy in 2 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 3*2 = 6 ways to send the 2 boys to different schools.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 6 ways to place the two boys in different school, \r\n" );
document.write( "you can choose a school for the 1st girl in 2 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 6*2 = 12 ways to send the boys and the 1st girl to different \r\n" );
document.write( "schools.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 12 ways to place the boys and the 1st girl, there \r\n" );
document.write( "will be only 1 girl left, and only 1 school left, so there'll just\r\n" );
document.write( "be 1 way to send her, namely to that 1 remaining school. \r\n" );
document.write( "\r\n" );
document.write( "Answer 3*2*2*1 = 12 ways\r\n" );
document.write( "

\n" ); document.write( "2)A shirt factory produces shirts of three different sizes. It is expected to produce shirts with two different materials and four different colors for the festive season. How many different shirts can be produced?
\n" ); document.write( "
\r\n" );
document.write( "Choose the material 2 ways.\r\n" );
document.write( "Choose the color 4 ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer 2*4 = 8 ways.\r\n" );
document.write( "

\n" ); document.write( "3)Find the number of all positive numbers with not more than four digits that can be made using the digits 0,1,2,3,4 and 5.
\n" ); document.write( "
\r\n" );
document.write( "We can consider numbers less than 1000 to be 4-digit numbers by beginning\r\n" );
document.write( "them with 0's.  For instance 344 can be written as a 4 digit number 0344,\r\n" );
document.write( "and 2 can be wrotten as a 4-digit number 0002.\r\n" );
document.write( "\r\n" );
document.write( "Answer:\r\n" );
document.write( "\r\n" );
document.write( "Choose the 1st digit 6 ways.\r\n" );
document.write( "Choose the 2nd digit 6 ways.\r\n" );
document.write( "Choose the 3rd digit 6 ways.\r\n" );
document.write( "Choose the 4th digit 6 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 6*6*6*6 = 64 = 1296 ways\r\n" );
document.write( "\r\n" );
document.write( "However that includes the number 0000, which is not positive.\r\n" );
document.write( "So we must subtract 1:\r\n" );
document.write( "\r\n" );
document.write( "Answer: 1295.\r\n" );
document.write( "

\n" ); document.write( "Find also the number of numbers out of these in which each digit is not repeated.
\n" ); document.write( "
\r\n" );
document.write( "We cannot consider numbers less than 1000 to begin with 0's because for\r\n" );
document.write( "instance 0002 would have repeated 0's.\r\n" );
document.write( "\r\n" );
document.write( "1 digit numbers. \r\n" );
document.write( "There are 5 of them:  1,2,3,4 and 5\r\n" );
document.write( "That's 5 1-digit numbers.\r\n" );
document.write( "\r\n" );
document.write( "2 digit-numbers.\r\n" );
document.write( "Choose the first digit 5 ways, 1,2,3,4 or 5. (can't be 0)\r\n" );
document.write( "Choose the second digit 5 ways, (can be 0).\r\n" );
document.write( "That's 5*5 = 25 2-digit numbers.\r\n" );
document.write( "\r\n" );
document.write( "3 digit-numbers.\r\n" );
document.write( "Choose the first digit 5 ways, 1,2,3,4 or 5. (can't be 0)\r\n" );
document.write( "Choose the second digit 5 ways, (can be 0).\r\n" );
document.write( "Choose the third digit 4 ways,\r\n" );
document.write( "That's 5*5*4 = 100 3-digit numbers.\r\n" );
document.write( "\r\n" );
document.write( "4 digit-numbers.\r\n" );
document.write( "Choose the first digit 5 ways, 1,2,3,4 or 5. (can't be 0)\r\n" );
document.write( "Choose the second digit 5 ways, (can be 0).\r\n" );
document.write( "Choose the third digit 4 ways,\r\n" );
document.write( "Choose the fourth digit 3 ways,\r\n" );
document.write( "That's 5*5*4*3 = 300 4-digit numbers.\r\n" );
document.write( "\r\n" );
document.write( "Grand total + 5+25+100+300 = 430\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );