document.write( "Question 1133941: A box contains n balls marked from 1 to n.Two balls drawn in succession with replacement. Find the probability that number on the balls are consecutive integers(ignore the order of balls)?\r
\n" ); document.write( "\n" ); document.write( "I find it 2*(n-1)/n^2.\r
\n" ); document.write( "\n" ); document.write( "Is that correct?
\n" ); document.write( "

Algebra.Com's Answer #751552 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "The full space of all possible outcomes is (n x n) - matrix with \"n%5E2\" elements (events) that are equally likely.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Of these outcomes, the favorable are those that are one diagonal above or one diagonal below the major diagonal.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the number of favorable outcomes is 2*(n-1) against the total number of outcomes of \"n%5E2\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Therefore, the answer is  \"%282%2A%28n-1%29%29%2Fn%5E2\", the same as in your post.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus your answer is correct.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );