Basic Single-Event Probability

11 soru

Soru 1Soru

A wooden box contains 15 identical tokens, each marked with a distinct integer from 11 to 1515, inclusive. If one token is drawn at random from the box, what is the probability that the integer on the drawn token is a prime number?

Cevabı ve açıklamayı göster

Cevap: 25\frac{2}{5}

Cevap

The probability that the integer on the drawn token is a prime number is 25\frac{2}{5}.
The total number of possible outcomes when choosing one token from 1515 tokens is 1515. The prime numbers between 11 and 1515, inclusive, are 2,3,5,7,11,2, 3, 5, 7, 11, and 1313. There are 66 favorable outcomes. The probability is therefore 615\frac{6}{15}, which simplifies to 25\frac{2}{5}.

Adım Adım Çözüm

1
Determine the total number of possible outcomes (the denominator).
The total number of tokens is 1515, so N=15N = 15.
The sample space consists of all integers from 11 to 1515, inclusive.
2
Identify and count all prime numbers in the set from 11 to 1515, inclusive.
The prime numbers in this set are 2,3,5,7,11,2, 3, 5, 7, 11, and 1313. Thus, there are 66 prime numbers.
A prime number is an integer strictly greater than 11 that has exactly two distinct positive divisors: 11 and itself. Note that 11 is not prime.
3
Calculate the basic probability P(Prime)=Number of Favorable OutcomesTotal Number of Possible OutcomesP(\text{Prime}) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}.
P(Prime)=615=25P(\text{Prime}) = \frac{6}{15} = \frac{2}{5}.
Dividing the favorable count 66 by total count 1515 and simplifying by dividing numerator and denominator by 33 yields 25\frac{2}{5}.

Anahtar Kavram

Basic Single-Event Probability and Definition of Prime Numbers
Tahmini Süre:45s
Soru 2Soru

An integer nn is selected at random from the set {1,2,3,,500}\{1, 2, 3, \dots, 500\}. What is the probability that nn is a perfect square that leaves a remainder of 11 when divided by 33?

Cevabı ve açıklamayı göster

Cevap: 0.03

Cevap

0.03
The sample space consists of 500 equally likely outcomes. Perfect squares in this range are generated by integers kk from 1 to 22. Evaluating k2(mod3)k^2 \pmod 3 shows that k2k^2 has a remainder of 1 when divided by 3 for all integers kk not divisible by 3. Excluding the 7 multiples of 3 from the 22 possible values of kk leaves 15 favorable integers. Dividing the 15 favorable outcomes by the 500 total outcomes gives a probability of 0.03.

Adım Adım Çözüm

1
Determine total possible outcomes.
The total number of integers in the set {1,2,3,,500}\{1, 2, 3, \dots, 500\} is N=500N = 500.
Each integer in the set is equally likely to be selected.
2
Find the range of square roots for perfect squares in the set.
Since 222=48450022^2 = 484 \le 500 and 232=529>50023^2 = 529 > 500, n=k2n = k^2 for k{1,2,,22}k \in \{1, 2, \dots, 22\}.
There are 22 perfect squares in the given sample space.
3
Apply remainder constraints to k2k^2.
A square k2k^2 leaves a remainder of 11 when divided by 33 if and only if kk is not divisible by 33.
If kk is a multiple of 3, k2k^2 is divisible by 3 (remainder 0). If kk is not a multiple of 3, k1k \equiv 1 or 2(mod3)2 \pmod 3, so k21(mod3)k^2 \equiv 1 \pmod 3.
4
Count the number of favorable outcomes.
The multiples of 3 up to 22 are 3,6,9,12,15,18,213, 6, 9, 12, 15, 18, 21 (7 numbers). Thus, there are 227=1522 - 7 = 15 values of kk that satisfy the condition.
Favorable outcomes correspond exactly to integers k{1,2,,22}k \in \{1, 2, \dots, 22\} that are not multiples of 3.
5
Compute the single-event probability.
Probability =15500=0.03= \frac{15}{500} = 0.03.
The probability of a single event is the number of favorable outcomes divided by the total number of outcomes.

Anahtar Kavram

Basic Single-Event Probability with Number Properties
Soru 3Soru

A computer program randomly selects a single positive integer xx from the set {1,2,3,,300}\{1, 2, 3, \dots, 300\}, where each integer has an equal probability of being chosen. What is the probability that xx is divisible by either 6 or 9, but not by 4?

Cevabı ve açıklamayı göster

Cevap: 0.14

Cevap

The probability that xx is divisible by 6 or 9, but not by 4, is 0.140.14 (or 750\frac{7}{50}).
To calculate the probability, determine the ratio of favorable outcomes to total outcomes (300). First, count integers divisible by 6 (50) or 9 (33). Subtracting the 16 multiples of 18 counted in both yields 67 integers. Next, identify how many of these 67 integers are divisible by 4: there are 25 multiples of 12 and 8 multiples of 36 (all 8 of which are already included in the multiples of 12), resulting in 25 integers divisible by 4. Subtracting 25 from 67 leaves 42 favorable integers. The probability is 42/300=0.1442 / 300 = 0.14.

Adım Adım Çözüm

1
Determine the total sample space size.
The total number of equally likely outcomes is S=300|S| = 300.
Single-event probability requires dividing the count of favorable outcomes by the total number of outcomes in the set.
2
Calculate the count of integers divisible by 6 or 9.
Count = 50+3316=6750 + 33 - 16 = 67.
Apply the Principle of Inclusion-Exclusion: sum the multiples of 6 and 9, then subtract the multiples of lcm(6,9)=18\text{lcm}(6, 9) = 18 to eliminate double counting.
3
Exclude integers from this set that are divisible by 4.
Count of multiples of 4 to exclude = 25+88=2525 + 8 - 8 = 25.
Integers divisible by both 6 and 4 are multiples of lcm(6,4)=12\text{lcm}(6, 4) = 12. Integers divisible by both 9 and 4 are multiples of lcm(9,4)=36\text{lcm}(9, 4) = 36. Using inclusion-exclusion, 25+88=2525 + 8 - 8 = 25 integers must be excluded.
4
Find the number of favorable outcomes and compute the probability.
Favorable outcomes E=6725=42|E| = 67 - 25 = 42. Probability P(E)=42300=0.14P(E) = \frac{42}{300} = 0.14.
Divide the favorable set size by the total sample space size.

Anahtar Kavram

Basic Single-Event Probability with Set Inclusion-Exclusion and Number Properties
Soru 4Soru

A container holds 60 cards, each marked with a distinct integer from 1 to 60, inclusive. If one card is selected at random, the probability that the integer on the selected card is divisible by 5, but divisible by neither 4 nor 6, can be expressed as a simplified fraction ab\frac{a}{b}, where aa and bb are positive integers with no common factors greater than 1. What is the value of a+ba + b?

Cevabı ve açıklamayı göster

Cevap: 17

Cevap

The value of a+ba + b is 17.
There are 60 equally likely outcomes. Out of 12 multiples of 5, exactly 4 integers (20, 30, 40, and 60) are divisible by 4 or 6. Thus, 12 - 4 = 8 integers satisfy the condition of being divisible by 5 but neither 4 nor 6. The single-event probability is 8/60 = 2/15. In simplest form, a = 2 and b = 15, yielding a + b = 17.

Adım Adım Çözüm

1
Determine total number of possible outcomes.
Total outcomes N=60N = 60.
Each of the 60 cards is equally likely to be selected.
2
Identify all multiples of 5 in the set {1,2,,60}\{1, 2, \dots, 60\}.
Multiples of 5: {5,10,15,20,25,30,35,40,45,50,55,60}\{5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60\}, containing 605=12\frac{60}{5} = 12 integers.
These represent all potential candidates before applying exclusion criteria.
3
Identify multiples of 5 that are also divisible by 4 or by 6.
Multiples of 5 divisible by 4: LCM(5,4)=20{20,40,60}\text{LCM}(5,4) = 20 \rightarrow \{20, 40, 60\} (3 integers). Multiples of 5 divisible by 6: LCM(5,6)=30{30,60}\text{LCM}(5,6) = 30 \rightarrow \{30, 60\} (2 integers). Overlap (divisible by both 4 and 6): LCM(5,4,6)=60{60}\text{LCM}(5,4,6) = 60 \rightarrow \{60\} (1 integer).
An integer is divisible by both 5 and 4 if it is a multiple of 20, and by both 5 and 6 if it is a multiple of 30.
4
Apply the inclusion-exclusion principle to find the count of invalid multiples of 5.
Invalid multiples = 3+21=43 + 2 - 1 = 4 integers ({20,30,40,60}\{20, 30, 40, 60\}). Favorable outcomes = 124=812 - 4 = 8 integers ({5,10,15,25,35,45,50,55}\{5, 10, 15, 25, 35, 45, 50, 55\}).
The integer 60 is divisible by both 4 and 6 and must not be double-subtracted.
5
Calculate the probability, express it as a simplified fraction ab\frac{a}{b}, and compute a+ba + b.
Probability P=860=215P = \frac{8}{60} = \frac{2}{15}. Thus, a=2a = 2, b=15b = 15, and a+b=2+15=17a + b = 2 + 15 = 17.
Dividing the numerator and denominator by 4 simplifies 860\frac{8}{60} to 215\frac{2}{15}, where gcd(2,15)=1\text{gcd}(2, 15) = 1.

Anahtar Kavram

Basic Single-Event Probability with Multiple Divisibility Constraints
Soru 5Soru

A box contains 20 cards numbered sequentially from 1 through 20, inclusive. If one card is drawn at random from the box, what is the probability that the number on the drawn card is a prime number? Express your answer as a decimal.

Cevabı ve açıklamayı göster

Cevap: 0.4

Cevap

0.4
The total number of possible outcomes when selecting one card from 20 is 20. The prime numbers between 1 and 20 inclusive are 2, 3, 5, 7, 11, 13, 17, and 19, giving 8 favorable outcomes (remembering that 1 is not prime). The single-event probability is calculated by dividing the number of favorable outcomes by the total number of outcomes, yielding 8/20=0.48 / 20 = 0.4.

Adım Adım Çözüm

1
Determine the total number of possible outcomes in the sample space.
The sample space consists of 20 equally likely outcomes (integers 1 through 20).
Calculating single-event probability requires establishing the size of the total outcome space NN.
2
Count the number of prime numbers in the set {1,2,,20}\{1, 2, \dots, 20\}.
There are 8 prime numbers: {2,3,5,7,11,13,17,19}\{2, 3, 5, 7, 11, 13, 17, 19\}.
By definition, a prime number is an integer greater than 1 with exactly two positive divisors: 1 and itself. Thus, 1 is excluded.
3
Compute the probability using P(E)=Favorable OutcomesTotal OutcomesP(E) = \frac{\text{Favorable Outcomes}}{\text{Total Outcomes}}.
P=820=0.4P = \frac{8}{20} = 0.4.
Directly apply the basic single-event probability formula.

Anahtar Kavram

Basic Single-Event Probability and Prime Number Identification
Tahmini Süre:45s
Soru 6Soru

In a game, a fair wheel lands on a single integer from 11 to 100100, inclusive, with each integer being equally likely to be selected. What is the probability that the integer selected is either a prime number or leaves a remainder of 11 when divided by 55, but not both?

Cevabı ve açıklamayı göster

Cevap: 720\frac{7}{20}

Cevap

The correct answer is 7/20.
The total number of possible outcomes is 100. There are 25 prime numbers in the range 1 to 100, and 20 numbers that leave a remainder of 1 when divided by 5. Exactly 5 numbers (11, 31, 41, 61, 71) meet both conditions. To find the numbers that meet either condition but NOT both, subtract the 5 overlapping numbers from each category: 20 numbers are prime only, and 15 numbers leave a remainder of 1 only. The number of favorable outcomes is 20 + 15 = 35. Therefore, the single-event probability is 35/100 = 7/20.

Adım Adım Çözüm

1
Determine the total sample space size.
The total number of possible outcomes is N=100N = 100.
Each integer from 1 to 100 inclusive is equally likely.
2
Identify and count all prime numbers in the set {1,2,,100}\{1, 2, \dots, 100\}.
There are 25 prime numbers: {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97}\{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97\}.
Note that 1 is not a prime number.
3
Identify and count all integers in {1,2,,100}\{1, 2, \dots, 100\} that leave a remainder of 1 when divided by 5.
There are 20 such integers: {1,6,11,16,21,26,31,36,41,46,51,56,61,66,71,76,81,86,91,96}\{1, 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76, 81, 86, 91, 96\}.
These integers take the form 5k+15k + 1 for integers k0k \ge 0 where 15k+11001 \le 5k + 1 \le 100.
4
Find the intersection of both sets (numbers that are prime AND leave a remainder of 1 when divided by 5).
The 5 numbers satisfying both conditions are {11,31,41,61,71}\{11, 31, 41, 61, 71\}.
Any integer leaving a remainder of 1 when divided by 5 must end in 1 or 6. No prime ends in 6. The primes ending in 1 in this range are 11, 31, 41, 61, and 71.
5
Calculate the number of favorable outcomes satisfying 'either condition, but not both' (symmetric difference).
Favorable outcomes = (255)+(205)=20+15=35(25 - 5) + (20 - 5) = 20 + 15 = 35.
We must count numbers that are only prime (20) plus numbers that are only remainder 1 (15), excluding the 5 overlapping numbers.
6
Calculate the single-event probability.
P=35100=720P = \frac{35}{100} = \frac{7}{20}.
Divide favorable outcomes by total sample space size.

Anahtar Kavram

Basic single-event probability with set operations and number properties (prime numbers, remainders).
Tahmini Süre:2m 0s
Soru 7Soru

A box contains 90 tokens, numbered sequentially from 11 to 9090, inclusive. If one token is drawn at random from the box, what is the probability that the number on the token is a multiple of 44 or 66, but not a multiple of 88?

Cevabı ve açıklamayı göster

Cevap: 1990\frac{19}{90}

Cevap

The probability that the selected number is a multiple of 4 or 6, but not a multiple of 8, is 1990\frac{19}{90}.
To find the probability, determine the number of favorable outcomes out of 90 total outcomes. The number of multiples of 4 is 22, and the number of multiples of 6 is 15. The numbers that are multiples of both 4 and 6 are multiples of 12, of which there are 7. By inclusion-exclusion, the number of integers that are multiples of 4 or 6 is 22+157=3022 + 15 - 7 = 30. Since all multiples of 8 are automatically multiples of 4, all 11 multiples of 8 in the range are included in these 30 numbers. Excluding the multiples of 8 leaves 3011=1930 - 11 = 19 favorable integers. Thus, the probability is 1990\frac{19}{90}.

Adım Adım Çözüm

1
Find the count of multiples of 4 and multiples of 6 in the range from 1 to 90.
Multiples of 4: 904=22\lfloor \frac{90}{4} \rfloor = 22. Multiples of 6: 906=15\lfloor \frac{90}{6} \rfloor = 15.
Identify the size of each individual set of multiples.
2
Calculate the number of elements in the union of multiples of 4 or 6 using the Inclusion-Exclusion Principle.
Multiples of both 4 and 6 are multiples of lcm(4,6)=12\text{lcm}(4,6) = 12. Count of multiples of 12: 9012=7\lfloor \frac{90}{12} \rfloor = 7. Union size: 22+157=3022 + 15 - 7 = 30.
Avoid double-counting numbers that are divisible by both 4 and 6.
3
Identify and subtract the multiples of 8 within this union.
Multiples of 8 in the range: 908=11\lfloor \frac{90}{8} \rfloor = 11. Since every multiple of 8 is also a multiple of 4, all 11 multiples of 8 are contained within the union. Favorable outcomes: 3011=1930 - 11 = 19.
Filter out numbers that satisfy the exclusion condition (multiples of 8).
4
Compute the single-event probability.
P=1990P = \frac{19}{90}.
Divide the number of favorable outcomes (19) by the total sample space (90).

Anahtar Kavram

Basic Single-Event Probability with Principle of Inclusion-Exclusion and Set Restriction
Tahmini Süre:2m 0s
Soru 8Soru

An integer nn is chosen at random from the set of all positive integers less than or equal to 120120. What is the probability that nn is a multiple of either 33 or 55, but not a multiple of 1515?

Cevabı ve açıklamayı göster

Cevap: 0.4

Cevap

The probability that the selected integer is a multiple of either 3 or 5, but not 15, is 0.4 (or 2/5).
The total number of integers from 1 to 120 is 120. Multiples of 3 up to 120 total 40, multiples of 5 total 24, and multiples of 15 total 8. Integers that are multiples of 3 but not 15 number 40 - 8 = 32. Integers that are multiples of 5 but not 15 number 24 - 8 = 16. The total number of favorable outcomes is 32 + 16 = 48. Thus, the probability is 48/120 = 2/5 = 0.4.

Adım Adım Çözüm

1
Count total possible outcomes in the sample space.
The total number of integers from 1 to 120 is 120.
Each integer in the set {1, 2, ..., 120} is equally likely to be selected.
2
Count the number of multiples of 3, 5, and 15 within the range.
Multiples of 3: 40; Multiples of 5: 24; Multiples of 15: 8.
Since 120 is divisible by 3, 5, and 15, the count of multiples of k up to 120 is 120/k.
3
Calculate the number of integers that are multiples of 3 or 5, but not 15.
Number of favorable outcomes = (Multiples of 3 only) + (Multiples of 5 only) = (40 - 8) + (24 - 8) = 32 + 16 = 48.
Multiples of 15 are common multiples of both 3 and 5 and must be excluded completely according to the condition 'not a multiple of 15'.
4
Compute the single-event probability.
Probability = 48 / 120 = 2 / 5 = 0.4.
Probability of a single event is defined as the ratio of favorable outcomes to total possible outcomes.

Anahtar Kavram

Basic Single-Event Probability with Set Restrictions
Soru 9Soru

The table below categorizes 100 analysts at a consulting firm by their department and experience level:

DepartmentJunior (1–3 yrs)Senior (4–7 yrs)Lead (8+ yrs)Total
Technology14161040
Analytics1218535
Operations911525
Total354520100

If one analyst is selected at random from this group, what is the probability that the selected analyst works in the Analytics department or has Lead experience, but NOT both?

Cevabı ve açıklamayı göster

Cevap: 0.45

Cevap

0.45
To find the probability of selecting an analyst who is either in the Analytics department or at the Lead level, but not both, we count the analysts in Analytics who are not Leads (12+18=3012 + 18 = 30) and the analysts at the Lead level who are not in Analytics (10+5=1510 + 5 = 15). The total number of favorable outcomes is 30+15=4530 + 15 = 45. Dividing by the total pool of 100100 analysts yields a probability of 45100=0.45\frac{45}{100} = 0.45.

Adım Adım Çözüm

1
Determine the total size of the sample space.
Total analysts N=100N = 100.
Basic probability requires dividing favorable outcomes by total possible outcomes.
2
Calculate the number of analysts satisfying 'Analytics, but NOT Lead'.
Junior Analytics (1212) + Senior Analytics (1818) = 3030.
Excludes the 55 Lead analysts in the Analytics department.
3
Calculate the number of analysts satisfying 'Lead, but NOT Analytics'.
Technology Lead (1010) + Operations Lead (55) = 1515.
Excludes the 55 Lead analysts in the Analytics department.
4
Sum the non-overlapping favorable counts and compute probability.
Favorable outcomes =30+15=45= 30 + 15 = 45; Probability =45100=0.45= \frac{45}{100} = 0.45.
Probability of a single event is defined as Favorable OutcomesTotal Outcomes\frac{\text{Favorable Outcomes}}{\text{Total Outcomes}}.

Anahtar Kavram

Basic Single-Event Probability from Two-Way Tabular Data with Mutually Exclusive Set Conditions
Soru 10Soru

A quality control analyst randomly selects one component from a shipment containing components labeled with distinct integer batch numbers from 2121 to 100100, inclusive. What is the probability that the batch number of the selected component is a prime number?

Cevabı ve açıklamayı göster

Cevap: 1780\frac{17}{80}

Cevap

1780\frac{17}{80}
The total number of batch numbers from 21 through 100 inclusive is given by 10021+1=80100 - 21 + 1 = 80. The prime numbers in this range are 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97, which count to 17 prime numbers. Dividing the 17 favorable outcomes by the 80 total outcomes gives a probability of 1780\frac{17}{80}.

Adım Adım Çözüm

1
Determine the total number of components (the sample space size).
Total components N=10021+1=80N = 100 - 21 + 1 = 80.
For an inclusive range of integers from aa to bb, the number of elements is ba+1b - a + 1.
2
Identify all prime numbers between 2121 and 100100, inclusive.
The prime numbers in this range are: 23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,9723, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97. There are 1717 prime numbers in total.
Each listed number has exactly two distinct positive divisors: 11 and itself.
3
Calculate the probability of selecting a prime batch number.
P(Prime)=Number of Prime Batch NumbersTotal Number of Batch Numbers=1780P(\text{Prime}) = \frac{\text{Number of Prime Batch Numbers}}{\text{Total Number of Batch Numbers}} = \frac{17}{80}.
Probability of a single event is the ratio of favorable outcomes to total possible outcomes.

Anahtar Kavram

Basic Single-Event Probability
Soru 11Soru

An integer nn is randomly selected from the set of all integers from 1010 to 5959, inclusive. What is the probability that nn is a prime number whose units digit is 33?

Cevabı ve açıklamayı göster

Cevap: 225\frac{2}{25}

Cevap

The probability that the selected integer is a prime number whose units digit is 33 is 225\frac{2}{25}.
The correct answer identifies that there are 50 total integers in the inclusive range from 10 to 59. Among the numbers ending in 3 (13,23,33,43,5313, 23, 33, 43, 53), exactly four are prime (13,23,43,5313, 23, 43, 53), while 33 is composite. Dividing 4 favorable outcomes by 50 total outcomes yields 450\frac{4}{50}, which simplifies to 225\frac{2}{25}.

Adım Adım Çözüm

1
Determine the total number of outcomes in the set.
The set contains 5910+1=5059 - 10 + 1 = 50 integers.
For an inclusive set of integers from aa to bb, the total number of integers is ba+1b - a + 1.
2
Identify all integers in the set with a units digit of 33.
The candidate integers ending in 3 are 13,23,33,43,5313, 23, 33, 43, 53.
These are all two-digit numbers in the range [10,59][10, 59] ending with 33.
3
Determine which candidate integers are prime numbers.
The prime numbers are 13,23,43,13, 23, 43, and 5353 (a total of 4 favorable outcomes). Note that 33=3×1133 = 3 \times 11, so it is composite.
A prime number is an integer greater than 1 that has no positive divisors other than 1 and itself.
4
Calculate the single-event probability and simplify the fraction.
Probability=450=225\text{Probability} = \frac{4}{50} = \frac{2}{25}.
Probability is defined as the number of favorable outcomes divided by the total number of possible outcomes.

Anahtar Kavram

Basic Single-Event Probability
Tahmini Süre:1m 30s
Basic Single-Event Probability Alıştırma Soruları — GMAT | Examkin