Answer:
The correct answer has already been given (twice). I'd like to present two solutions that expand on (and explain more completely) the reasoning of the ones already given.
One is using the hypergeometric distribution, which is meant exactly for the type of problem you describe (sampling without replacement):
P(X=k)=(Kk)(N−Kn−k)(Nn)
where N is the total number of cards in the deck, K is the total number of ace cards in the deck, k is the number of ace cards you intend to select, and n is the number of cards overall that you intend to select.
P(X=2)=(42)(480)(522)
P(X=2)=61326=1221
In essence, this would give you the number of possible combinations of drawing two of the four ace cards in the deck (6, already enumerated by Ravish) over the number of possible combinations of drawing any two cards out of the 52 in the deck (1326). This is the way Ravish chose to solve the problem.
Another way is using simple probabilities and combinations:
P(X=2)=(4C1∗152)∗(3C1∗151)
P(X=2)=452∗351=1221
The chance of picking an ace for the first time (same as the chance of picking any card for the first time) is 1/52, multiplied by the number of ways you can pick one of the four aces in the deck, 4C1. This probability is multiplied by the probability of picking a card for the second time (1/51) times the number of ways to get one of the three remaining aces (3C1). This is the way Larry chose to solve the this.
Step-by-step explanation:
Steps to solve:
9b + 5 = 23
~Subtract 5 to both sides
9b = 18
~Divide 9 to both sides
b = 9
Best of Luck!
Answer:
This sum is the sum of an arithmetic sequence. There is a formula for the sum of an arithmetic sequence which can be looked up or derived by a variety of means.
A nice approach for this sequence is the following. Notice that the sum of first and last number in the sequence is the same as the sum of the second and second last, and also the same as the sum of the third and third last, and so on.
There are n of these pairs. So the desired sum is n x (first number + last number). But the first number is 1 and the last on is 2n. Thus the desired sum is n(1 + 2n).
Hope this helps!!
Mark Brainleast!!!!!!!!!!!
Answer:
The probability that the page will get at least one hit during any given minute is 0.9093.
Step-by-step explanation:
Let <em>X</em> = number of hits a web page receives per minute.
The random variable <em>X</em> follows a Poisson distribution with parameter,
<em>λ</em> = 2.4.
The probability function of a Poisson distribution is:

Compute the probability that the page will get at least one hit during any given minute as follows:
P (X ≥ 1) = 1 - P (X < 1)
= 1 - P (X = 0)

Thus, the probability that the page will get at least one hit during any given minute is 0.9093.