document.write( "Question 1030400: if thirteen baskets are arranged and three fruits of different types are put in each basket,,,,, in each basket a fruit is picked randomly, find the possible solutions of the thirteen picks [fruit1-mango,fruit2-orange,fruit3-lemon].......if for instance the first solution is [1,1,1,1,1,1,1,1,1,1,1,1,1] \n" ); document.write( "
Algebra.Com's Answer #645253 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "if thirteen baskets are arranged and three fruits of different types are put in each basket,,,,, in each basket a fruit is picked randomly, find the possible solutions of the thirteen picks [fruit1-mango,fruit2-orange,fruit3-lemon].......if for instance the first solution is [1,1,1,1,1,1,1,1,1,1,1,1,1] \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "This is a permutation with repetitions permitted. \n" ); document.write( "The number of choices at each basket is 3. \n" ); document.write( "For the next basket, the number of choices is still three (repetitions permitted), so there are 3*3=9 choices for two baskets. \n" ); document.write( "For the third basket, the number of choices is still three, so there is a total of 3*3*3=3³ choices. \n" ); document.write( "Continue this until the thirteenth basket, we will have 313=1594323 choices, which is a little long to enumerate here. \n" ); document.write( "However, the first and last ones would look like: \n" ); document.write( "1111111111111 \n" ); document.write( "1111111111112 \n" ); document.write( "1111111111113 \n" ); document.write( "1111111111121 \n" ); document.write( "1111111111122 \n" ); document.write( "1111111111123 \n" ); document.write( "1111111111131 \n" ); document.write( "... \n" ); document.write( "... \n" ); document.write( "3333333333331 \n" ); document.write( "3333333333332 \n" ); document.write( "3333333333333 \n" ); document.write( " |