document.write( "Question 1051671: Kyd and North are playing a game. Kyd selects one card from a standard 52-card deck. If Kyd selects a face card (Jack, Queen, or King), North pays him $5. If Kyd selects any other type of card, he pays North $3.\r
\n" );
document.write( "\n" );
document.write( "a) What is Kyd's expected value for this game? Round your answer to the nearest cent. $\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) What is North's expected value for this game? Round your answer to the nearest cent. $\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c) Who has the advantage in this game? \n" );
document.write( "
Algebra.Com's Answer #667127 by addingup(3677)![]() ![]() You can put this solution on YOUR website! a) K(x) = (12/52)4 - (40/52)3 = (48-12)/52 = 36/52 = 9/13 = 69 cents \n" ); document.write( "b) N(x) = (40/52)3 - (12/52)4 = (120-48)/52 = 138 cents \n" ); document.write( "c) North has the advantage (he stands to win the most) \n" ); document.write( " |