document.write( "Question 556801: there is a game I play There are 6 soccer games. each game has a win draw win result. So it can be either a win for team a draw or win for team b.
\n" );
document.write( "Now with 6 games and 3 possibilities in each game, how many combinations is possible for all 6 games \n" );
document.write( "
Algebra.Com's Answer #362488 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! Use formula : [n+r-1]C[r-1] \n" ); document.write( "n+r+1 = 8, r-1 = 2 \n" ); document.write( "Total number of possible combinations = 8C2 = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if any doubt, feel free to contact by mail..\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |