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)![]() ![]() 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" ); 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( " |