document.write( "Question 1042549: One evening, n men enter the restaurant and put their hats at the reception. Each man gets a random hat back
\n" );
document.write( "when going back after having dinner. Find the expected number of men who get their right hat back.\r
\n" );
document.write( "\n" );
document.write( "A. 1\r
\n" );
document.write( "\n" );
document.write( "B. 1/2\r
\n" );
document.write( "\n" );
document.write( "C. 1/n\r
\n" );
document.write( "\n" );
document.write( "D. n/2 \n" );
document.write( "
Algebra.Com's Answer #657619 by ikleyn(52805)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "One evening, n men enter the restaurant and put their hats at the reception. Each man gets a random hat back \n" ); document.write( "when going back after having dinner. Find the expected number of men who get their right hat back. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It is a good problem and the formulation is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But, in order to be solved, it should be reformulated in mathematically correct form.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "In my view, this correct formulation is as follows.\r\n" ); document.write( "\r\n" ); document.write( "Among n! permutations of \"n\" numbers 1, 2, 3, . . . , n how many are those where the number \"k\" is in the k-th place (in k-th position) ?\r\n" ); document.write( "\r\n" ); document.write( "Then the answer is obvious: there are (n-1)! of such permutations.\r\n" ); document.write( "\r\n" ); document.write( "And we are interested in this ratio\r \n" ); document.write( "\n" ); document.write( "On permutations, read the lesson\r \n" ); document.write( "\n" ); document.write( " - Introduction to Permutations\r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |