document.write( "Question 1150222: In a lottery game, a player picks six numbers from 1 to 48. If 4 of those 6 numbers match those drawn, the player wins third prize. What is the probability of winning this prize?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #771581 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "The idea of the solution is vary simple.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "First, we should calculate the number of all possible groups of 6 numbers, selected from  48 numbers.\r\n" );
document.write( "\r\n" );
document.write( "      This number is  \"C%5B48%5D%5E6\" = \"%28%2848%2A47%2A46%2A45%2A44%2A43%29%2F%281%2A2%2A3%2A4%2A5%2A6%29%29\" = 12271512.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Next we should calculate the number of all possible groups ot 6 numbers, that contain 4 particular numbers.\r\n" );
document.write( "\r\n" );
document.write( "      This numbers is  \"C%5B44%5D%5E2\" = \"%2844%2A43%29%2F2\" = 946\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(since we can combine any of 2 remained 48-4 = 44 numbers with 4 particular numbers).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Finally, the desired probability is the ratio  P = \"946%2F12271512\" = \"1%2F12972\".    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );