Re: Probability question




Luke Wu wrote:
A pair of dice, one red and one white, are rolled two successive times.

a) What is the probability that the sum of the two dice is the same on
both rolls?
b) What is the probability that the sum of the two dice is greater on
second roll?


I think I have part a) undestood.

Sample space would have 36 x 36 possible points that represent sums
(some sums appear more than once to make points all equally likely).
Because first pair can have 36 different (equally likely) sums and so
can second pair.

The even we desire has 36 x 1 = 36 points (because second pair must
have same sum).

Therefore prob = 1/36

No, this is the probability of the same outcome on both rolls.

To find the probability that the sums are the same, you can break the
desired outcomes into eleven cases:

* Sum = 2 both times (P = 1 / 36^2)
* Sum = 3 both times (P = 2*2 / 36^2)
* Sum = 4 both times (P = 3*3 / 36^2)
etc

The final answer is (2*(1 + 4 + 9 + 16 + 25) + 36) / 36^2 = 73 / 648.

Someone pointed out that if the answer to (a) is p, then the answer to
(b) is 0.5*(1-p), so the answer to (b) is 575 / 36^2.

--- Christopher Heckman

.



Relevant Pages

  • Quantum Gravity 343.3: MIT and National Security Agency USA Explore Sums and Differences and Their S
    ... Yufei Zhao of MIT in "Subsets ... characterized by the number of missing sums and differences," arXiv: ... The size of S resembles a binomial probability distribution. ... Interactions and also to the 5th Interaction of Repulsion and the fact ...
    (sci.physics)
  • Re: Dice Program
    ... dont create a new object every time method is called. ... Having two dice with 6 sides how do you get ... I can find ONLY 21 different combinations and ONLY 11 different sums. ... probability of any particular sum is 1 in 11. ...
    (comp.lang.java.help)
  • Re: Probability question
    ... What is the probability that the sum of the two dice is the same on ... both rolls? ... (some sums appear more than once to make points all equally likely). ...
    (sci.math)
  • Re: Rearrangements of 1,2,...,N
    ... in such a way that the sums of consecutive terms are prime numbers? ... with alternate prime sums 2n+1 and 2n-1. ... Since we don't even know if there are infinitely twin primes at all, ... probability ~1/)^n so that it is very likely that at least ...
    (sci.math)
  • Re: probability
    ... probability for those sums, all you need to do is a histogram. ... > belongs to a string consisting of ones. ... Prev by Date: ...
    (comp.soft-sys.matlab)