SOLUTION: 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

Algebra ->  Probability-and-statistics -> SOLUTION: 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      Log On


   



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)?
I find it 2*(n-1)/n^2.
Is that correct?

Found 2 solutions by Glaviolette, ikleyn:
Answer by Glaviolette(140) About Me  (Show Source):
You can put this solution on YOUR website!
We really just need to think about the 2nd ball being either one less than or one more than the first ball. That means there are 2 successful balls out of all of the balls. So, I believe the answer is 2/n.

Answer by ikleyn(52756) About Me  (Show Source):
You can put this solution on YOUR website!
.
The full space of all possible outcomes is (n x n) - matrix with n%5E2 elements (events) that are equally likely.


Of these outcomes, the favorable are those that are one diagonal above or one diagonal below the major diagonal.


So, the number of favorable outcomes is 2*(n-1) against the total number of outcomes of n%5E2.


Therefore, the answer is  %282%2A%28n-1%29%29%2Fn%5E2, the same as in your post.


Thus your answer is correct.