document.write( "Question 476890: A box contains n tickets marked 1 through n. Two tickets are drawn in succession without
\n" ); document.write( " replacement. Determine the probability that the numbers on the tickets are consecutive integers.
\n" ); document.write( "

Algebra.Com's Answer #327024 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
If there are n = 2 tickets only, the probability is 1. So we exclude this case. Assume that \"n%3E=3\".
\n" ); document.write( "There are 2(n-1) possible pairs of consecutive integers in two drawings. There are n(n-1) ways of drawing two pairs of tickets. Hence the probability is
\n" ); document.write( "\"%282%28n-1%29%29%2F%28n%28n-1%29%29+=+2%2Fn\".
\n" ); document.write( "
\n" );