document.write( "Question 2202: Congratulations! You have just won 25 video game tokens to use on these three challenging arcade gamse: Mighty Mediecal Monsters, Radical Racing Robots and Adventures Around the Amazon. All you have to do to collect your prize is answer this question: How many different ways are there to spend your 25 tokens on these three games provided that you play each game at least once? \n" ); document.write( "
Algebra.Com's Answer #907 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Assume all the 25 tokens are the same, the three games use 25 tokens \n" ); document.write( " without caring the order as repeating combinations 3 different objects \n" ); document.write( " 25 times. \n" ); document.write( " Just like the number of positive integer solutions of the equation \n" ); document.write( " X + Y + Z = 25 \n" ); document.write( " Or equivalently \n" ); document.write( " X-1 + Y-1 + Z-1 = 22. \n" ); document.write( " Since X-1 >=0, Y-1>=0,and Z-1>=0(means each game at least once)\r \n" ); document.write( "\n" ); document.write( " There are H(3,22) = C(3+22-1,22) = C(24,22) = 24*23/2 = 276...Answer\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |