document.write( "Question 1145822: ln how many ways can we distribute 7 apples and 6 oranges among 4 children so that each child gets at least one apple. \n" ); document.write( "
Algebra.Com's Answer #767104 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We have two problems to solve: distributing 7 apples among 4 children so that each child gets at least 1; and distributing 6 oranges among 4 children with no restrictions. \n" ); document.write( "First take 4 of the apples and give 1 to each child. That leaves 3 more apples to be distributed among the 4 children, now with no restrictions. \n" ); document.write( "So we are left with two problems that are very similar -- dividing 3 apples among 4 children with no restrictions, and dividing 6 oranges among 4 children with no restrictions. \n" ); document.write( "Mathematically, these problems involve finding the number of ways of adding four whole numbers to get particular whole number totals. \n" ); document.write( "A large number of different kinds of problems involve that kind of calculation. A common method for solving such problems is popularly known as \"stars and bars\". I will demonstrate the process by solving the two cases in your problem. \n" ); document.write( "For the apples, we have 3 apples to be divided among 4 children. We represent the 3 apples with \"stars\": \n" ); document.write( "*** \n" ); document.write( "To model dividing the 3 apples among 4 children, we insert 3 \"bars\" to separate the stars into 4 groups. For example, \n" ); document.write( "*||*|* \n" ); document.write( "would represent giving 1 more apple each to the 1st, 3rd, and 4th children; \n" ); document.write( "||***| \n" ); document.write( "would represent giving all 3 remaining apples to the 3rd child. \n" ); document.write( "Each different placement of the separating \"bars\" represents a unique way of distributing the remaining 3 apples to the 4 children. \n" ); document.write( "So the number of ways of distributing the remaining 3 apples to 4 children is the number of ways of arranging the symbols \"***|||\". By a well-known counting principle, that number of ways is \n" ); document.write( " \n" ); document.write( "So there are 20 ways to distribute the remaining 3 apples among the 4 children; and that means there are 20 ways to distribute the 7 apples among 4 children with each child getting at least one. \n" ); document.write( "For the oranges, we use the same process; but now we have 6 oranges to divide among the 4 children. \n" ); document.write( "So for this part of the problem we have 6 stars and again 3 bars; the number of ways of dividing the 6 oranges among the 4 children is \n" ); document.write( " \n" ); document.write( "So there are 84 ways to divide the 6 oranges among the 4 children. \n" ); document.write( "And, finally, since distributing the apples and oranges are independent tasks, the total number of ways of distributing 7 apples and 6 oranges to 4 children, with each child getting at least 1 apple, is \n" ); document.write( "20*84 = 1680 \n" ); document.write( " |