How to find the probability of an outcome - GRE Quantitative Reasoning

Card 0 of 20

Question

A jar contains 10 red marbles, 4 white marbles, and 2 blue marbles. Two are drawn in sequence, not replacing after each draw.

Quantity A

The probability of drawing two red marbles

Quantity B

The probability of drawing exactly one blue marble.

Answer

Note that there are 16 total marbles. A is simply a set of sequential events. On the first, you have 10/16 chances to draw a red. Supposing this red is not replaced, the chance of drawing a second red will be 9/15; therefore, the probability of A is (10/16) * (9/15) = 0.375. Event B is translated into 2 events: Blue + (White or Red) or (White or Red) + Blue. The probabilities of each of these events, added together would be (2/16) * (14/15) + (14/16) * (2/15) = 0.2333333333; therefore, A is more probable.

Compare your answer with the correct one above

Question

In a bowl containing 10 marbles, 5 are blue and 5 are pink. If 2 marbles are picked randomly, what is the probability that the 2 marbles will not both be pink?

Answer

To solve this question, you can solve for the probability of choosing 2 marbles that are pink and subtracting that from 1 to obtain the probability of selecting any variation of marbles that are not both pink.

The probability of picking 2 marbles that are both pink would be the product of the probability of choosing the first pink marble multiplied by the probability of choosing a second pink marble from the remaining marbles in the mix.

This would be 1/2 * 4/9 = 2/9.

To obtain the probability that is asked, simply compute 1 – (2/9) = 7/9.

The probability that the 2 randomly chosen marbles are not both pink is 7/9.

Compare your answer with the correct one above

Question

Choose a number at random from 1 to 5.

Column A

The probability of choosing an even number

Column B

The probability of choosing an odd number

Answer

There are two even numbers and three odd numbers, so P (even) = 2/5 and P (odd) = 3/5.

Compare your answer with the correct one above

Question

Two fair dice are thrown. What is the probability that the outcome will either total 7 or include a 3?

Answer

If a die is rolled twice, there are 6 * 6 = 36 possible outcomes.

Each number is equally probable in a fair die. Thus you only need to count the number of outcomes that fulfill the requirement of adding to 7 or including a 3. These include:

1 6

2 5

3 4

4 3

5 2

6 1

3 1

3 2

3 3

3 5

3 6

1 3

2 3

5 3

6 3

This is 15 possibilities. Thus the probability is 15/36 = 5/12.

Compare your answer with the correct one above

Question

Box A has 10 green balls and 8 black balls.

Box B has 9 green balls and 5 black balls.

What is the probability if one ball is drawn from each box that both balls are green?

Answer

Note that drawing balls from each box are independent events. Thus their probabilities can be combined with multiplication.

Probability of drawing green from A:

10/18 = 5/9

Probability of drawing green from B:

9/14

So:

5/9 * 9/14 = 5/14

Compare your answer with the correct one above

Question

There are seven black marbles and nine white marbles in a bag. What is the approximate probability of drawing two black marbles and then a white marble without replacement?

Answer

This is a straightforward probability problem. Recall that to find the probability of related draws without replacement, we multiply the relative probabilities of each event. The first draw has a probability of \frac{7}{16}, the second draw of \frac{6}{15}, and the third draw of \frac{9}{14}.

\frac{7}{16}\times \frac{2}{5}\times \frac{9}{14}=\frac{9}{80}\approx 0.11

Compare your answer with the correct one above

Question

The probability that events A and/or B will occur is 0.88.

Quantity A: The probability that event A will occur.

Quantity B: 0.44.

Answer

The only probabilites that we know from this is that P(only A) + P(only B) + P (A and B) = 0.88, and that P(neither) = 0.12. We cannot calculate the probability of P(A) unless we know two of the probabilites that add up to 0.88.

Compare your answer with the correct one above

Question

a is chosen randomly from the following set:

{3, 11, 18, 22}

b is chosen randomly from the following set:

{ 4, 8, 16, 32, 64, 128}

What is the probability that a + b = 27?

Answer

Since any of the first set can be summed with any of the second set, the addition sign in the equation works like a conjunction. As such, there are 4 * 6 = 24 possible combinations of a and b. Only one of these combinations, 11 + 16 = 27, works. Thus the probability is 1/24, or about 0.04.

Compare your answer with the correct one above

Question

There are four aces in a standard deck of playing cards. What is the approximate probability of drawing two consecutive aces from a standard deck of 52 playing cards?

Answer

Answer: .005
Explanation: The probability of two consecutive draws without replacement from a deck of cards is calculated as the number of possible successes over the number of possible outcomes, multiplied together for each case. Thus, for the first ace, there is a 4/52 probability and for the second there is a 3/51 probability. The probability of drawing both aces without replacement is thus 4/52*3/51, or approximately .005.

Compare your answer with the correct one above

Question

In a bag, there are 10 red, 15 green, and 12 blue marbles. If you draw two marbles (without replacing), what is the approximate probability of drawing two different colors?

Answer

Calculate the chance of drawing either 2 reds, two greens, or two blues. Then, subtract this from 1 (100%) to calculate the possibility of drawing a pair of different colors.

The combined probability of RR, GG, and BB is: (10 * 9) / (37 * 36) + (15 * 14) / (37 * 36) + (12 * 11) / (37 * 36)

This simplifies to: (90 + 210 + 132) / 1332 = 432 / 1332

Subtract from 1: 1 - 432 / 1332 = (1332 - 432) / 1332 = approx. 0.6757 or 67.57%

Compare your answer with the correct one above

Question

What is the probability of drawing 2 hearts from a standard deck of cards without replacement?

Answer

There are 52 cards in a standard deck, 13 of which are hearts

13/52 X 12/51 =

1/4 X 12/51 =

12/ 204 = 3/51 = 1/17

Compare your answer with the correct one above

Question

Mike has a bag of marbles. 5 are green, 8 are red, and 3 are blue. He pulls one marble out of the bag and it is green. He pulls out another one and it is red. He does not return these marbles to the bag. What is the probability that the next marble he pulls out of the bag will be green?

Answer

First we need to find out how many marbles are in the bag in total. 5 + 8 + 3 = 16. He removes a green marble so now there are only 15 in total. When he removes the red one there are then 14 marbles in the bag. 14 is your denominator. The odds of picking a green one are 5 – 1 or 4 because there are only 4 green marbles left in the bag; therefore, the odds of picking another green marble is 4/14

Compare your answer with the correct one above

Question

A random variable is normally distributed with a mean of 500 and a standard deviation of 20.

A

---

Probability of the event that

B

---

Answer

In a normally distributed curve, a standard deviation of 1 contains ~68% of all values within its range, and a standard deviation of 2 contains ~95% of all values within its range. Since the mean value is 500 for this situation, two standard deviations would occur at values 460 to 540 (i.e. ~95% of all values are within this range). This would mean that the value of 450 would fall outside this range, i.e. a 100%–95% = 5% probability. Since 5% expressed as a fraction is 1/20, Quantity B is far greater than the probability of landing at 450.

Compare your answer with the correct one above

Question

There is a bag of 28 red balls and a bag of 12 blue balls.

Quantity A: The total number of red and blue balls.

Quantity B: The number of blue balls that you can pair with one red ball.

Answer

There are 40 total balls, and only 12 blue balls.

Compare your answer with the correct one above

Question

A classroom has 9 boys and 9 girls. One student is chosen at random as the class leader, and a second student is chosen at random as a back-up leader.

Quantity A: The probability of choosing a boy to be the leader and choosing a girl to be the back-up

Quantity B: The probability of choosing boys for both roles

Answer

There are 18 students in the class, and 2 must be selected from the 9 girls and 9 boys. Key to this question is noting that the 2 students must be unique: ie once a student is selected to lead the class, he or she cannot be chosen to be the back-up.

Since these are independent events, the probability of each event is found, and the events are multiplied by each other to find the total.

Quantity A:

P(boy leader) = 9/18 = 1/2 as there are 9 boys out of a possible 18 students.

Once the boy has been chosen, there are 8 boys and 17 students total from which to choose the second student.

P(girl back-up) = 9/17 because there are 9 girls and 17 students left.

P(Quantity A) = (1/2)(9/17) = 9/34

Quantity B:

P(boy leader) = 9/18 = 1/2 as there are 9 boys out of a possible 18 students.

Once the boy has been chosen, there are 8 boys and 17 students total from which to choose the second student.

P(boy back-up) = 8/17 because there are 8 boys and 17 students left.

P(Quantity B) = (1/2)(8/17) = 8 / 34 = 4/17

Compare your answer with the correct one above

Question

Aperture Industries is made up of 370 employees who work a total of 11,000 hours per week. If the number of weekly hours per employee has a normal distribution and standard deviation of 6 hours, approximately how many employees work more than 36 hours per week?

Answer

First find the average number of hours worked by every employee: 11000/370 = 29.7 ~ 30 hrs/week.

Next, recognize that a single standard deviation encompasses 34% of the population on 1 end of the curve, or 68% of the population both above and below the mean. Since a standard deviation of 6 hours means that 68% of the population works between 24 to 36 hours per week, finding the amount that works over 36 hours is 100-68 = 32; 32/2 = 16% of the entire workforce on 1 end of the curve.

.16(370) = 59.2 or 59 employees work over 36 hrs/week.

Compare your answer with the correct one above

Question

Quantitative Comparison

Max has 5 red marbles and 3 green marbles. He meets his friend Bob who has 4 white marbles and 4 green marbles. They combine them into a bag and pull individual marbles out one at a time with replacement.

Quantity A: The probability of picking a green marble from only Max's collection of marbles

Quantity B: The probability of picking a green marble from the combined bag of Max and Bob's marbles

Answer

First let's evaluate Quantity A. Max has 5 red marbles and 3 green marbles, so the probability of picking a green marble is 3/8.

Next let's evaluate Quantity B. The bag of combined marbles now has 5 red, 7 green, and 4 white, so the probability of picking a green marble is 7/16.

To see which fraction is larger, we can make the two fractions have the same denominator. 3/8 is equivalent to 6/16, so now we can compare 6/16 to 7/16. Clearly Quantity B is bigger.

Compare your answer with the correct one above

Question

At Jill's school fair, there is a game with 25 balloons hung on a dart board. 10 are blue, 8 are red, and 7 are green. Jill throws a dart and pops a blue balloon. What is the probability that the next balloon she hits will also be blue?

Answer

Since one blue balloon has already been popped, there are now 9 blue balloons left, and 24 balloons left overall. Therefore the probability that the next balloon Jill hits is also blue is 9/24 = 3/8.

Compare your answer with the correct one above

Question

The dealer gives you 4 cards from a regular 52-card deck, without replacement. What is the probability of receiving a spade, a heart, a diamond, and then a club, in that order?

Answer

The probability of choosing a spade is 13/52. Now we have 51 cards to choose from, so the probability of then choosing a heart is 13/51. Now we have 50 cards left, with 12 spades, 12 hearts, 13 diamonds, and 13 clubs, so the probability of choosing a diamond is 13/50. Lastly we choose a club out of the remaining 49 cards with probability 13/49.

Therefore the answer is (13/52) * (13/51) * (13/50) * (13/49).

Compare your answer with the correct one above

Question

There are 6 photos in a bag, numbered 1 to 6. The proportions of photos, P(i) for number i, are as follows: P(1) = 1/4, P(2) = 1/8, P(3) = 1/8, P(4) = 1/8, P(5) = 1/8, P(6) = 1/4. If a photo is drawn at random from the bag, what is the chance that the number on the photo is 3 or greater?

Answer

Here we simply add up the proportions of the photos with numbers greater than or equal to 3.

P(3 or 4 or 5 or 6)

= P(3) + P(4) + P(5) + P(6)

= 1/8 + 1/8 + 1/8 + 1/4

= 5/8

Compare your answer with the correct one above

Tap the card to reveal the answer