document.write( "Question 733667: any ideas to solve this?
\n" );
document.write( "Flipping a coin 10 times. The crown currency brings with probability 0.57. If we total k heads you win 2 ^ k €.\r
\n" );
document.write( "\n" );
document.write( "What is the average profit in this game?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #448553 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Flipping a coin 10 times. The crown currency brings with probability 0.57. If we total k heads you win 2 ^ k €. \n" ); document.write( "What is the average profit in this game? \n" ); document.write( "------ \n" ); document.write( "P(k heads) = 10Ck(0.57)^k*(0.43)^(10-k) \n" ); document.write( "------ \n" ); document.write( "Average profit = k = k[10!/(10-k)!*k!*k(0.57)^k*0.43^(10-k)] \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |