Re: Probability Problem



Lawrence D'Oliveiro <ldo@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

In article <mailman.4949.1145931967.27775.python-list@xxxxxxxxxx>,
Elliot Temple <curi@xxxxxxx> wrote:

Problem: Randomly generate 10 integers from 0-100 inclusive, and sum
them. Do that twice. What is the probability the two sums are 390 apart?

I think the sum would come close to a normal distribution.

Yes, very close indeed, by the law of large numbers.

However, very close (in a math course at least) doesn't get the cigar.

You can compute the requested answer exactly with no random number
generation whatsoever: compute the probability of each result from 0 to
1000, then sum the probabilities of entries that are exactly 390 apart.


Alex
.



Relevant Pages

  • Re: Calculus XOR Probability
    ... the sum of a countable number of 0's; he simply "wants" it to be 1. ... then the probability of one being chosen is 1. ... the question is why the standard system can't accomodate the infinite case, ... The probability of each is 0 in standard analysis, ...
    (sci.math)
  • Re: Calculus XOR Probability
    ... probability of choosing a finite integer. ... the finite naturals don't comprise an internal ... and this sum does not exist as a nonstandard real. ... we're talking about an infinite sum. ...
    (sci.math)
  • Re: Calculus XOR Probability
    ... the sum of a countable number of 0's; he simply "wants" it to be 1. ... then the probability of one being chosen is 1. ... If you can establish a uniform probability distribution, ... even if n is infinite. ...
    (sci.math)
  • Re: Probability Problem
    ... What is the probability the two sums are 390 ... I think the sum would come close to a normal distribution. ... Suppose you combine the first entry of the first row with each entry of ...
    (comp.lang.python)
  • Re: Calculus XOR Probability
    ... the sum of a countable number of 0's; he simply "wants" it to be 1. ... then the probability of one being chosen is 1. ... If you can establish a uniform probability distribution, ... the question is why the standard system can't accomodate the infinite case, ...
    (sci.math)