document.write( "Question 507184: In a gambling game a man is paid $3 if he draws a jack or queen and $5 if he draws a king or ace from an ordinary deck of 52 playing cards. If he draws any other card, he looses. How much should he pay to play if the game is fair? \n" ); document.write( "
Algebra.Com's Answer #340373 by Edwin McCravy(20064)\"\" \"About 
You can put this solution on YOUR website!
In a gambling game a man is paid $3 if he draws a jack or queen and $5 if he draws a king or ace from an ordinary deck of 52 playing cards. If he draws any other card, he looses. How much should he pay to play if the game is fair?
\n" ); document.write( "
\r\n" );
document.write( "Suppose he pays x dollars to play:\r\n" );
document.write( "\r\n" );
document.write( "           X          P(X)      E(X)=X*P(X)\r\n" );
document.write( "Draw    Winnings   Probability   Expection  \r\n" );
document.write( "  J       3-x         \"1%2F13\"          \"expr%281%2F13%29%283-x%29\" \r\n" );
document.write( "  Q       3-x         \"1%2F13\"          \"expr%281%2F13%29%283-x%29\"\r\n" );
document.write( "  K       5-x         \"1%2F13\"          \"expr%281%2F13%29%285-x%29\"\r\n" );
document.write( "  A       5-x         \"1%2F13\"          \"expr%281%2F13%29%285-x%29\"\r\n" );
document.write( "other      -x         \"9%2F13\"          \"expr%289%2F13%29%28-x%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Set that = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply through by 13\r\n" );
document.write( "\r\n" );
document.write( "\"%283-x%29%2B%283-x%29%2B%285-x%29%2B%285-x%29-9x=0\"\r\n" );
document.write( "\r\n" );
document.write( "\"3-x%2B3-x%2B5-x%2B5-x-9x=0\"\r\n" );
document.write( "\r\n" );
document.write( "\"16-13x=0\"\r\n" );
document.write( "\r\n" );
document.write( "\"-13x=-16\"\r\n" );
document.write( "\r\n" );
document.write( "\"x=16%2F13=%22%241.23%22\"\"1%2F13\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );