Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

DAT Quantitative Reasoning Quiz

DAT Quantitative Reasoning Quiz: Probability

Practice Probability in DAT Quantitative Reasoning with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

Question 1 / 20

0 of 20 answered

The probability distribution table for discrete random variable X is shown. What is P(X≥3∣X≥2)P(X \geq 3 \mid X \geq 2)P(X≥3∣X≥2)?

Select an answer to continue

What this quiz covers

This quiz focuses on Probability, giving you a quick way to practice the rules, question types, and explanations that matter most for DAT Quantitative Reasoning.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

The probability distribution table for discrete random variable X is shown. What is P(X≥3∣X≥2)P(X \geq 3 \mid X \geq 2)P(X≥3∣X≥2)?

  1. 0.500.75\frac{0.50}{0.75}0.750.50​ (correct answer)
  2. 0.501.00\frac{0.50}{1.00}1.000.50​
  3. 0.300.75\frac{0.30}{0.75}0.750.30​
  4. 0.250.50\frac{0.25}{0.50}0.500.25​

Explanation: From the table: P(X≥2)=0.25+0.30+0.20=0.75P(X \geq 2) = 0.25+0.30+0.20 = 0.75P(X≥2)=0.25+0.30+0.20=0.75. P(X≥3)=0.30+0.20=0.50P(X \geq 3) = 0.30+0.20 = 0.50P(X≥3)=0.30+0.20=0.50. Conditional probability = 0.50/0.75=2/30.50/0.75 = 2/30.50/0.75=2/3. (B) forgets conditioning. (C) uses P(X=3)P(X=3)P(X=3) only. (D) miscomputes both.

Question 2

Refer to the grid shown below. A particle starts at point A (lower-left) and moves to point B (upper-right) by taking unit steps only right or up. If each valid path is equally likely, what is the probability that the particle passes through point C?

  1. 1835\frac{18}{35}3518​ (correct answer)
  2. 12\frac{1}{2}21​
  3. 635\frac{6}{35}356​
  4. 1235\frac{12}{35}3512​

Explanation: A to B requires 4 rights and 3 ups: (73)=35\binom{7}{3}=35(37​)=35 paths. A to C (2 right, 1 up): (31)=3\binom{3}{1}=3(13​)=3 paths. C to B (2 right, 2 up): (42)=6\binom{4}{2}=6(24​)=6 paths. Paths through C: 3×6=183 \times 6 = 183×6=18. Probability = 18/35. (B) assumes symmetry. (C) forgets to multiply by C-to-B paths. (D) uses wrong binomial coefficient.

Question 3

A single fair die is rolled twice. What is the probability that the sum of the two rolls is at least 10?

  1. 16\dfrac{1}{6}61​ (correct answer)
  2. 14\dfrac{1}{4}41​
  3. 518\dfrac{5}{18}185​
  4. 13\dfrac{1}{3}31​

Explanation: When you encounter probability questions involving dice rolls, you need to systematically count favorable outcomes and divide by total possible outcomes. With two dice rolls, there are 6×6=366 \times 6 = 366×6=36 total possible outcomes. To find the probability of getting a sum of at least 10, identify all ways to achieve sums of 10, 11, or 12. For sum = 10: (4,6), (5,5), (6,4) — that's 3 outcomes. For sum = 11: (5,6), (6,5) — that's 2 outcomes. For sum = 12: (6,6) — that's 1 outcome. Total favorable outcomes: 3 + 2 + 1 = 6. Therefore, the probability is 636=16\frac{6}{36} = \frac{1}{6}366​=61​, making choice A correct. Choice B (14\frac{1}{4}41​) equals 936\frac{9}{36}369​, which would suggest 9 favorable outcomes — this likely comes from incorrectly counting or including impossible combinations. Choice C (518\frac{5}{18}185​) equals 1036\frac{10}{36}3610​, suggesting 10 favorable outcomes — this might result from double-counting some combinations or including sums of 9. Choice D (13\frac{1}{3}31​) equals 1236\frac{12}{36}3612​, indicating 12 favorable outcomes — this error often occurs when students mistakenly include all sums from 9 to 12 instead of just 10 to 12. Remember to list outcomes systematically when dealing with "at least" or "at most" probability questions. Draw a table if needed, and always double-check that your favorable outcomes actually satisfy the given condition. The key is being methodical rather than rushing through the counting.

Question 4

A password consists of 3 different consonant letters followed by 2 distinct digits (0–9). All consonants and digits may be used at most once. If order matters in both parts, how many different passwords are possible?

  1.  21×20×19×10×9\,21\times20\times19\times10\times921×20×19×10×9
  2.  21×20×19×(102)\,21\times20\times19\times\binom{10}{2}21×20×19×(210​)
  3.  21!18!×10!8!\,\dfrac{21!}{18!}\times\dfrac{10!}{8!}18!21!​×8!10!​ (correct answer)
  4.  21!18!×(102)\,\dfrac{21!}{18!}\times\binom{10}{2}18!21!​×(210​)

Explanation: This is a permutation problem where order matters and repetition is not allowed. When you see "order matters" and items are used "at most once," think about arranging distinct objects in sequence. For the consonants: You need to select and arrange 3 different consonants from 21 available consonants (26 letters minus 5 vowels). Since order matters and no repetition is allowed, you have 21 choices for the first position, 20 for the second, and 19 for the third. This gives 21×20×1921 \times 20 \times 1921×20×19, which equals 21!18!\frac{21!}{18!}18!21!​ (since you're taking the first 3 terms of 21 factorial). For the digits: You need to select and arrange 2 distinct digits from 10 available digits (0-9). With order mattering and no repetition, you have 10 choices for the first digit and 9 for the second. This gives 10×910 \times 910×9, which equals 10!8!\frac{10!}{8!}8!10!​. The total number of passwords is the product: 21!18!×10!8!\frac{21!}{18!} \times \frac{10!}{8!}18!21!​×8!10!​. Answer A incorrectly keeps the digits as 10×910 \times 910×9 instead of using factorial notation, though mathematically it's equivalent to the correct answer. Answer B uses (102)\binom{10}{2}(210​) for the digits, which only counts the ways to choose 2 digits but ignores their order. Answer D makes the same mistake as B by using combinations instead of permutations for the digits. Remember: when order matters and no repetition is allowed, use permutations. The notation n!(n−r)!\frac{n!}{(n-r)!}(n−r)!n!​ represents selecting and arranging r objects from n total objects.

Question 5

A medical research study involves testing a new dental treatment on patients. The probability that a patient responds positively to Treatment A is 0.60.60.6, to Treatment B is 0.40.40.4, and to both treatments is 0.250.250.25. If a patient is selected at random and responds positively to Treatment A, what is the probability that this patient also responds positively to Treatment B?

  1. 512\frac{5}{12}125​ (correct answer)
  2. 14\frac{1}{4}41​
  3. 38\frac{3}{8}83​
  4. 25\frac{2}{5}52​
  5. 715\frac{7}{15}157​

Explanation: This is a conditional probability problem. We need P(B|A) = P(A and B)/P(A) = 0.25/0.6 = 25/60 = 5/12. Choice B (1/4) results from using P(A and B) directly. Choice C (3/8) comes from incorrectly calculating (0.6 × 0.4)/0.64. Choice D (2/5) results from using P(B)/P(A). Choice E (7/15) comes from adding probabilities incorrectly.

Question 6

A dental laboratory has three quality control inspectors. Inspector X catches defects 80%80\%80% of the time, Inspector Y catches defects 75%75\%75% of the time, and Inspector Z catches defects 70%70\%70% of the time. If a defective item is independently examined by all three inspectors, what is the probability that at least one inspector will catch the defect?

  1. 0.9850.9850.985 (correct answer)
  2. 0.8750.8750.875
  3. 0.7500.7500.750
  4. 0.9250.9250.925
  5. 0.4200.4200.420

Explanation: Use the complement: P(at least one catches) = 1 - P(none catch) = 1 - (0.2)(0.25)(0.3) = 1 - 0.015 = 0.985. Choice B (0.875) comes from incorrectly using 1 - (0.2)(0.25) = 0.95 then multiplying by some factor. Choice C (0.750) results from taking the maximum individual probability. Choice D (0.925) comes from averaging the individual probabilities. Choice E (0.420) results from multiplying all the detection probabilities together.

Question 7

A bag contains 888 red marbles, 666 blue marbles, and 444 green marbles. Three marbles are drawn consecutively without replacement. What is the probability that the first marble is red, the second is blue, and the third is green?

  1. 4153\frac{4}{153}1534​ (correct answer)
  2. 8204\frac{8}{204}2048​
  3. 32765\frac{32}{765}76532​
  4. 24816\frac{24}{816}81624​
  5. 16459\frac{16}{459}45916​

Explanation: Total marbles = 18. P(Red first, Blue second, Green third) = (8/18) × (6/17) × (4/16) = 192/4896 = 4/153. Choice B results from incorrect denominator calculation. Choice C comes from using wrong total counts. Choice D results from not reducing the fraction properly. Choice E comes from computational errors in the multiplication.

Question 8

In a dental clinic, the probability that a patient needs a filling is 0.30.30.3, needs a crown is 0.150.150.15, and needs both a filling and a crown is 0.080.080.08. Given that a randomly selected patient needs a crown, what is the probability that this patient also needs a filling?

  1. 815\frac{8}{15}158​ (correct answer)
  2. 415\frac{4}{15}154​
  3. 25\frac{2}{5}52​
  4. 830\frac{8}{30}308​
  5. 38\frac{3}{8}83​

Explanation: This is conditional probability: P(filling|crown) = P(filling and crown)/P(crown) = 0.08/0.15 = 8/15. Choice B (4/15) results from incorrectly using P(crown)/P(filling). Choice C (2/5) comes from using P(filling) directly without conditioning. Choice D (8/30) results from not simplifying the fraction. Choice E (3/8) comes from reversing the conditional probability calculation.

Question 9

Two dental laboratories independently produce crowns with defect rates of 5%5\%5% and 8%8\%8% respectively. If one crown is randomly selected from each laboratory, what is the probability that at least one crown is defective?

  1. 0.1240.1240.124 (correct answer)
  2. 0.0400.0400.040
  3. 0.1300.1300.130
  4. 0.8760.8760.876
  5. 0.9600.9600.960

Explanation: P(at least one defective) = 1 - P(both good) = 1 - (0.95)(0.92) = 1 - 0.874 = 0.126 ≈ 0.124. Choice B (0.040) results from multiplying the defect rates. Choice C (0.130) comes from adding the defect rates. Choice D (0.876) is P(both good). Choice E (0.960) results from 1 - (0.05 × 0.08).

Question 10

A box contains 121212 dental tools: 555 extractors, 444 scalers, and 333 explorers. If 333 tools are selected randomly without replacement, what is the probability that exactly 222 are extractors and 111 is a scaler?

  1. 211\frac{2}{11}112​ (correct answer)
  2. 522\frac{5}{22}225​
  3. 322\frac{3}{22}223​
  4. 433\frac{4}{33}334​
  5. 16\frac{1}{6}61​

Explanation: P(2 extractors, 1 scaler) = [C(5,2) × C(4,1) × C(3,0)]/C(12,3) = (10 × 4 × 1)/220 = 40/220 = 2/11. Choice B (5/22) results from computational errors in combinations. Choice C (3/22) comes from using wrong combination values. Choice D (4/33) results from incorrect total combinations. Choice E (1/6) comes from oversimplified probability calculation.

Question 11

In a clinical trial, 60%60\%60% of patients respond to Treatment A, 40%40\%40% respond to Treatment B, and 25%25\%25% respond to both. If a patient responds to at least one treatment, what is the probability that the patient responds to Treatment A?

  1. 45\frac{4}{5}54​ (correct answer)
  2. 35\frac{3}{5}53​
  3. 1225\frac{12}{25}2512​
  4. 715\frac{7}{15}157​
  5. 58\frac{5}{8}85​

Explanation: P(responds to at least one) = 0.6 + 0.4 - 0.25 = 0.75. P(A|at least one) = P(A)/P(at least one) = 0.6/0.75 = 4/5. Choice B (3/5) is P(A) without conditioning. Choice C (12/25) results from incorrect calculation. Choice D (7/15) comes from using wrong probability values. Choice E (5/8) results from computational errors.

Question 12

A dental clinic has a 95%95\%95% success rate for root canals. If 666 independent root canal procedures are performed, what is the probability that exactly 555 are successful?

  1. 0.23210.23210.2321 (correct answer)
  2. 0.73510.73510.7351
  3. 0.95000.95000.9500
  4. 0.02770.02770.0277
  5. 0.13530.13530.1353

Explanation: P(exactly 5 successful) = C(6,5) × (0.95)⁵ × (0.05)¹ = 6 × 0.7738 × 0.05 = 0.2321. Choice B (0.7351) results from calculating (0.95)⁵. Choice C (0.9500) is the individual success rate. Choice D (0.0277) comes from computational errors. Choice E (0.1353) results from using wrong binomial coefficient.

Question 13

A bag contains 151515 balls: 666 red, 555 blue, and 444 green. Balls are drawn one by one without replacement until a red ball is obtained. What is the probability that exactly 333 draws are needed?

  1. 1291\frac{12}{91}9112​ (correct answer)
  2. 25\frac{2}{5}52​
  3. 935\frac{9}{35}359​
  4. 635\frac{6}{35}356​
  5. 1891\frac{18}{91}9118​

Explanation: P(exactly 3 draws) = P(non-red, non-red, red) = (9/15)×(8/14)×(6/13) = 432/2730 = 12/91. Choice B (2/5) is P(red on first draw). Choice C (9/35) results from computational errors. Choice D (6/35) comes from incorrect probability calculation. Choice E (18/91) results from using wrong numerator values.

Question 14

In a dental school, 70%70\%70% of students pass the written exam and 80%80\%80% pass the practical exam. If 60%60\%60% pass both exams, what is the probability that a randomly selected student passes at least one exam?

  1. 0.900.900.90 (correct answer)
  2. 0.560.560.56
  3. 0.750.750.75
  4. 0.860.860.86
  5. 1.501.501.50

Explanation: P(at least one) = P(written) + P(practical) - P(both) = 0.7 + 0.8 - 0.6 = 0.9. Choice B (0.56) results from multiplying P(written) × P(practical). Choice C (0.75) comes from averaging the individual probabilities. Choice D (0.86) results from incorrect addition. Choice E (1.50) comes from adding all probabilities without subtraction.

Question 15

A medical device has a 2%2\%2% failure rate. If 101010 such devices are used independently, what is the probability that exactly 222 devices fail?

  1. 0.01530.01530.0153 (correct answer)
  2. 0.00360.00360.0036
  3. 0.20000.20000.2000
  4. 0.81710.81710.8171
  5. 0.16670.16670.1667

Explanation: P(exactly 2 fail) = C(10,2) × (0.02)² × (0.98)⁸ = 45 × 0.0004 × 0.8508 = 0.0153. Choice B (0.0036) results from not including the binomial coefficient. Choice C (0.2000) is 10 × 0.02. Choice D (0.8171) is approximately (0.98)¹⁰. Choice E (0.1667) results from computational errors.

Question 16

A dental practice schedules 555 appointments per day. Each patient has a 15%15\%15% probability of canceling independently. What is the probability that exactly 111 patient cancels?

  1. 0.39150.39150.3915 (correct answer)
  2. 0.75000.75000.7500
  3. 0.15000.15000.1500
  4. 0.44370.44370.4437
  5. 0.52200.52200.5220

Explanation: P(exactly 1 cancels) = C(5,1) × (0.15)¹ × (0.85)⁴ = 5 × 0.15 × 0.5220 = 0.3915. Choice B (0.7500) comes from 5 × 0.15. Choice C (0.1500) is the individual cancellation rate. Choice D (0.4437) is approximately (0.85)⁴. Choice E (0.5220) results from computational errors.

Question 17

A box contains 101010 identical balls except for color: 444 are red, 333 are blue, and 333 are green. Four balls are selected simultaneously. What is the probability that exactly 222 are red and exactly 111 is blue?

  1. 1870\frac{18}{70}7018​
  2. 36210\frac{36}{210}21036​
  3. 1270\frac{12}{70}7012​
  4. 635\frac{6}{35}356​
  5. 935\frac{9}{35}359​ (correct answer)

Explanation: Total ways to select 4 balls from 10: C(10,4) = 210. Ways to select exactly 2 red, 1 blue, 1 green: C(4,2)×C(3,1)×C(3,1) = 6×3×3 = 54. P(2 red, 1 blue, 1 green) = 54/210 = 9/35. Choice A (18/70) results from computational errors. Choice B (36/210) is the unreduced fraction with wrong numerator. Choice C (12/70) comes from incorrect combination calculation. Choice D (6/35) results from using wrong total combinations.

Question 18

Two dice are rolled simultaneously. Given that the sum is greater than 888, what is the probability that both dice show the same number?

  1. 210\frac{2}{10}102​ (correct answer)
  2. 16\frac{1}{6}61​
  3. 310\frac{3}{10}103​
  4. 518\frac{5}{18}185​
  5. 13\frac{1}{3}31​

Explanation: Sums > 8: (3,6), (4,5), (4,6), (5,4), (5,5), (5,6), (6,3), (6,4), (6,5), (6,6) - total 10 outcomes. Same numbers with sum > 8: (5,5), (6,6) - total 2 outcomes. P(same|sum > 8) = 2/10 = 1/5. Choice B (1/6) is P(same) unconditionally. Choice C (3/10) results from counting errors. Choice D (5/18) comes from incorrect calculations. Choice E (1/3) results from oversimplified reasoning.

Question 19

A deck of 202020 cards contains 888 red cards and 121212 black cards. Three cards are drawn without replacement. What is the probability that the first card is red, the second is black, and the third is red?

  1. 28285\frac{28}{285}28528​ (correct answer)
  2. 857\frac{8}{57}578​
  3. 1295\frac{12}{95}9512​
  4. 215\frac{2}{15}152​
  5. 481140\frac{48}{1140}114048​

Explanation: P(Red, Black, Red) = (8/20) × (12/19) × (7/18) = 672/6840 = 28/285. Choice B (8/57) results from computational errors. Choice C (12/95) comes from incorrect fraction reduction. Choice D (2/15) results from oversimplified calculation. Choice E (48/1140) is the unreduced form of a different calculation.

Question 20

A dental student must pass 444 independent practical exams, each with a 0.80.80.8 probability of passing. What is the probability that the student passes exactly 333 out of the 444 exams?

  1. 0.40960.40960.4096 (correct answer)
  2. 0.20480.20480.2048
  3. 0.81920.81920.8192
  4. 0.15360.15360.1536
  5. 0.02560.02560.0256

Explanation: This is a binomial probability: P(exactly 3 passes) = C(4,3) × (0.8)³ × (0.2)¹ = 4 × 0.512 × 0.2 = 0.4096. Choice B (0.2048) results from using C(4,3) = 2 instead of 4. Choice C (0.8192) comes from calculating P(at least 3). Choice D (0.1536) results from computational errors. Choice E (0.0256) comes from calculating (0.8)³ × (0.2) without the binomial coefficient.