Skip to main content
ExamExplained
NSW · Maths Advanced
Maths Advanced study scene
§-Syllabus dot point
NSWMaths AdvancedSyllabus dot point

How do we combine probabilities across several stages, and update a probability once we know something has happened?

Apply tree diagrams, conditional probability, independence and complementary events to solve multi-step probability problems

A focused answer to the HSC Maths Advanced probability dot point. Sample spaces and the basic rules, complementary 'at least one' events, the addition rule, independent versus dependent events, multiplying along tree branches, conditional probability and Bayes-style reverse reasoning, with worked examples drawn from recent HSC questions.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to handle probability as a process: set up the sample space, combine probabilities of compound events with the addition and multiplication rules, run those multiplications along the branches of a tree diagram, decide whether two events are independent, and update a probability once you are told that something has happened. Almost every Advanced paper opens with one of these (a sample-space count, a complementary "at least one", a tree, or a conditional probability), and the harder version near the end of the paper chains them together and asks you to "show that" a given value follows. The skill being marked is choosing the right rule for the wording and laying the working out so the method is visible.

The answer

Sample space and the basic rules

The sample space is the set of all equally detailed outcomes of an experiment. For a single fair action you find a probability by counting: P(A)=number of favourable outcomestotal number of outcomesP(A) = \dfrac{\text{number of favourable outcomes}}{\text{total number of outcomes}}. Rolling a die and spinning a four-sector spinner, for instance, has 6×4=246 \times 4 = 24 equally likely outcomes, and you count the ones that meet the condition. Every probability obeys 0P(A)10 \le P(A) \le 1, the certain event has probability 11, and the impossible event has probability 00.

Two pieces of vocabulary do a lot of work in the exam. Events are mutually exclusive when they cannot both happen (rolling a 22 and rolling a 55 on one die), and complementary when one is exactly "the other does not happen". The complement of AA is written A\overline{A} or AA', and because something must occur,

P(A)=1P(A).P(\overline{A}) = 1 - P(A).

This single identity is the most useful line in the topic: whenever the favourable cases are many but the unfavourable cases are few, count the few and subtract.

Complementary events and "at least one"

The phrase "at least one" is the standard trigger for the complement. Listing every way to get one or more successes is slow and error-prone; the opposite event, "none", is usually a single product. So

P(at least one)=1P(none).P(\text{at least one}) = 1 - P(\text{none}).

If a player scores on each shot with probability 0.150.15 independently, the chance of "at least one goal in nn shots" is 10.85n1 - 0.85^{\,n}, because "none" means missing every time. The 2024 paper asked exactly this (find the smallest nn making the probability exceed 0.80.8), and the 2023 paper asked for "at least one of four students not available" as 1P(all four available)1 - P(\text{all four available}). Reach for the complement the moment you read "at least one".

The addition rule

For the probability that AA or BB happens (the union, meaning at least one of them),

P(AB)=P(A)+P(B)P(AB).P(A \cup B) = P(A) + P(B) - P(A \cap B).

You subtract P(AB)P(A \cap B) because the outcomes in the overlap have been counted once in P(A)P(A) and again in P(B)P(B); subtracting puts them back to a single count. A Venn diagram makes this concrete: the union is everything inside either circle, and the lens in the middle is the double-counted overlap. When AA and BB are mutually exclusive the overlap is empty, P(AB)=0P(A \cap B) = 0, and the rule collapses to the simple P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). The 2024 multiple-choice item about 6060 students playing basketball or hockey is this rule rearranged: knowing the union and the two totals lets you solve for the overlap.

Addition rule shown on a Venn diagramTwo overlapping circles inside a rectangle representing all shoppers. The left circle is buying coffee with probability 0.45, the right circle is buying a pretzel with probability 0.30, and the overlap, buying both, is 0.20. The union is 0.45 plus 0.30 minus 0.20, which equals 0.55, and the region outside both circles is 0.45.all shopperscoffeepretzel0.250.200.100.45coffee onlybothpretzel onlyneither

In the diagram, P(coffee)=0.45P(\text{coffee}) = 0.45 and P(pretzel)=0.30P(\text{pretzel}) = 0.30 overlap in P(both)=0.20P(\text{both}) = 0.20, so the union is 0.45+0.300.20=0.550.45 + 0.30 - 0.20 = 0.55 and the outside region, P(neither)=10.55=0.45P(\text{neither}) = 1 - 0.55 = 0.45, falls straight out of the complement.

Independent versus dependent events

Two events are independent when knowing that one happened does not change the probability of the other. The test, and the working markers want to see, is the multiplication identity

A,B independent    P(AB)=P(A)P(B).A, B \text{ independent} \iff P(A \cap B) = P(A)\,P(B).

Tossing a coin and rolling a die are independent, so P(head and six)=1216=112P(\text{head and six}) = \frac12 \cdot \frac16 = \frac{1}{12}. Events are dependent when the first outcome changes the second, and the classic source of dependence is drawing without replacement: once a red marble is removed the bag has changed, so the second draw runs on different numbers. Drawing with replacement (or any genuinely repeated trial, like repeated shots at goal) puts the situation back as it was, so the trials are independent and you reuse the same probabilities each time. Deciding "with or without replacement" is the move that fixes every later number, so make it first.

The multiplication rule along a tree

A tree diagram lays out a multi-stage experiment one stage per column. The general multiplication rule is

P(AB)=P(A)P(BA),P(A \cap B) = P(A)\,P(B \mid A),

read as "AA happens, and then BB happens given that AA has". On a tree this is literally "multiply along the branches": the probability of a complete path is the product of the branch probabilities you pass through. The conventions that earn marks are that the branches leaving any node sum to 11, that the second-stage probabilities are written conditional on the first stage (this is where without-replacement trees change their numbers), and that the path products for all outcomes sum to 11, which is your built-in check.

Probability tree for drawing two marbles without replacementA two-stage probability tree for drawing two marbles, without replacement, from a bag of 2 red and 3 white. First-stage branches are red 2/5 and white 3/5; second-stage branches give the four outcomes RR, RW, WR and WW with probabilities found by multiplying along each path.2/53/51/43/42/42/4startRWRWRW1/103/103/103/10First drawSecond drawP(RR)=1/10Multiply along the branches; the four outcome probabilities sum to 1.

The tree above is the 2024 marbles question: a bag of 22 red and 33 white, two marbles drawn without replacement. The first draw is red with probability 25\frac{2}{5}; if it was red, only 11 red remains among the 44 left, so the second-stage red branch is 14\frac{1}{4}, and the highlighted path gives P(RR)=2514=110P(\text{RR}) = \frac{2}{5}\cdot\frac{1}{4} = \frac{1}{10}. The four path products 110,310,310,310\frac{1}{10}, \frac{3}{10}, \frac{3}{10}, \frac{3}{10} sum to 11.

Conditional probability

The conditional probability of AA given BB, written P(AB)P(A \mid B), is the probability of AA once you already know BB has occurred. Knowing BB shrinks the world to just the outcomes in BB, and you ask what fraction of that smaller world is also in AA:

P(AB)=P(AB)P(B),P(B)0.P(A \mid B) = \frac{P(A \cap B)}{P(B)}, \qquad P(B) \neq 0.

This is the multiplication rule rearranged, and it is the engine behind every "given that" question. On the tree, the 2024 question continues: "given one marble is red, find the probability the other is also red" is P(RRat least one red)=P(RR)P(at least one red)P(\text{RR} \mid \text{at least one red}) = \dfrac{P(\text{RR})}{P(\text{at least one red})}. The numerator is the path you want; the denominator is the total probability of the restricted world, not 11. Dividing by P(B)P(B) instead of leaving it as 11 is the whole point, and the most common place marks are lost.

Reverse conditional probability (Bayes-style)

A tree is naturally written "forwards": the first stage is a cause and the second is an effect, so the branch probabilities you are given are P(effectcause)P(\text{effect} \mid \text{cause}). Many questions then ask the reverse: given the effect, which cause was it? You cannot read P(causeeffect)P(\text{cause} \mid \text{effect}) straight off the tree, but you can build it from the definition. Find the one path you want (a single product), find the total probability of the observed effect by adding every path that produces it, and divide:

P(causeieffect)=P(causei)P(effectcausei)jP(causej)P(effectcausej).P(\text{cause}_i \mid \text{effect}) = \frac{P(\text{cause}_i)\,P(\text{effect} \mid \text{cause}_i)}{\displaystyle\sum_j P(\text{cause}_j)\,P(\text{effect} \mid \text{cause}_j)}.

The denominator is just "add up the branches that land on the effect" (a use of the total probability idea), and the numerator is the single branch that came from the cause you care about. The 2025 question, "given the team wins, find the probability Amara was selected", is exactly this shape, and so is any false-positive medical-test question. You do not need to memorise the formula as symbols if you can say the sentence: the favourable path over the sum of all paths that reach the same outcome.

How exam questions ask about probability

  • "What is the probability of a score of \dots" with a die, spinner or table. Count the favourable outcomes over the total in the sample space.
  • "At least one \dots" or "the least number of trials so the probability exceeds \dots" Use 1P(none)1 - P(\text{none}); for repeated independent trials this is 1pn1 - p^{\,n}.
  • "How many play both \dots" or "AA or BB". Apply the addition rule P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), often rearranged to find the overlap; a Venn diagram organises the regions.
  • "Are the events independent? Justify." Test whether P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B), or equivalently whether P(AB)=P(A)P(A \mid B) = P(A); state the comparison explicitly and conclude.
  • A tree diagram is drawn or implied (with / without replacement). Multiply along branches for a path; add the relevant path products for a combined event. Check all paths sum to 11.
  • "Show that P()=P(\dots) = \dots". Write the intersection both ways, P(A)P(BA)=P(B)P(AB)P(A)\,P(B \mid A) = P(B)\,P(A \mid B), and solve for the unknown probability.
  • "Given BB, find the probability of AA" where BB is the second-stage outcome. This is reverse-conditional: favourable path divided by the total probability of BB.

Edge cases worth knowing

  • Selecting "at the same time" equals "without replacement". Picking two marbles together is not a new rule; it is two sequential draws with no replacement, and the order-free events combine the relevant ordered paths.
  • Mutually exclusive is not the same as independent. If AA and BB cannot both occur then P(AB)=0P(A \cap B) = 0, so (unless one has probability 00) they are actually dependent: knowing AA happened forces BB to be impossible.
  • Conditioning can raise or lower a probability. P(AB)P(A \mid B) may be larger or smaller than P(A)P(A); only when they are equal are the events independent.
  • The denominator in a conditional is the restricted world, not 11. Forgetting to divide by P(B)P(B) is the single most common slip in "given that" questions.
  • A "show that" almost always wants both orderings. P(A)P(BA)=P(B)P(AB)P(A)\,P(B \mid A) = P(B)\,P(A \mid B) lets you solve for whichever single probability is unknown.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2024 HSC Q91 marksA bag contains 2 red and 3 white marbles. Two marbles are selected at the same time. Given that one of the marbles selected is red, what is the probability that the other marble is also red?
Show worked answer →

Selecting two at once is the same as drawing without replacement. The tree gives P(RR)=2514=110P(\text{RR}) = \frac{2}{5}\cdot\frac{1}{4} = \frac{1}{10} and P(WW)=3524=310P(\text{WW}) = \frac{3}{5}\cdot\frac{2}{4} = \frac{3}{10}, so P(at least one red)=1310=710P(\text{at least one red}) = 1 - \frac{3}{10} = \frac{7}{10}.

"Given one is red" restricts the sample space to the at-least-one-red outcomes, so P(both redat least one red)=P(RR)P(at least one red)=1/107/10=17P(\text{both red} \mid \text{at least one red}) = \dfrac{P(\text{RR})}{P(\text{at least one red})} = \dfrac{1/10}{7/10} = \dfrac{1}{7}.

The answer is 17\frac{1}{7}. Markers reward recognising that the condition shrinks the sample space and dividing by the conditioning probability, not by 11.

2023 HSC Q315 marksFour students each have probability P(F)P(F) of being available on Friday and P(S)P(S) of being available on Saturday, with P(F)=310P(F) = \frac{3}{10}, P(SF)=13P(S\mid F) = \frac{1}{3} and P(FS)=18P(F\mid S) = \frac{1}{8}. (a) Is availability on Friday independent of availability on Saturday? (b) Show that P(S)=45P(S) = \frac{4}{5}. (c) Find the probability that at least one of the four students is NOT available on Saturday.
Show worked answer →

(a) P(FS)=P(F)P(SF)=31013=110P(F \cap S) = P(F)\,P(S\mid F) = \frac{3}{10}\cdot\frac{1}{3} = \frac{1}{10}. If the events were independent then P(SF)P(S\mid F) would equal P(S)P(S); since P(SF)=1345=P(S)P(S\mid F) = \frac13 \neq \frac45 = P(S) (from part b), they are not independent.

(b) The same intersection can be written two ways: P(FS)=P(S)P(FS)P(F \cap S) = P(S)\,P(F\mid S), so 110=P(S)18\frac{1}{10} = P(S)\cdot\frac{1}{8}, giving P(S)=810=45P(S) = \frac{8}{10} = \frac{4}{5}.

(c) "At least one not available" is the complement of "all four available". Availability is independent across students, so P(all four available)=(45)4=256625P(\text{all four available}) = \left(\frac45\right)^4 = \frac{256}{625} and P(at least one not available)=1256625=369625P(\text{at least one not available}) = 1 - \frac{256}{625} = \frac{369}{625}.

Markers reward writing the intersection both ways to unlock P(S)P(S), and using 1P(none)1 - P(\text{none}) for the "at least one" part rather than adding four cases.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksA fair six-sided die is rolled and a fair four-sector spinner is spun. List how many outcomes are in the sample space, then find the probability of rolling a 66 and spinning sector AA.
Show worked solution →

Count the sample space. The two actions are independent, so the total number of equally likely outcomes is the product

6×4=24.6 \times 4 = 24.

Find the single favourable outcome. Exactly one pair, (roll a 66, spin AA), meets the condition, so

P(6 and A)=124.P(6 \text{ and } A) = \frac{1}{24}.

Equivalently, P(6)P(A)=1614=124P(6)\,P(A) = \tfrac{1}{6}\cdot\tfrac{1}{4} = \tfrac{1}{24}, confirming the count.

Marker's note: one mark for the sample space of 2424 outcomes, one for P=124P = \frac{1}{24}. Either the count method or the multiplication of independent probabilities earns full marks.

foundation3 marksA spinner lands on green with probability 0.70.7 each spin, independently of other spins. It is spun 33 times. Find the probability of at least one green.
Show worked solution →

Choose the complement. "At least one green" covers one, two or three greens, which is awkward to add, so use its complement "no greens at all":

P(at least one green)=1P(no green).P(\text{at least one green}) = 1 - P(\text{no green}).

Compute "no green". Each spin is not green with probability 10.7=0.31 - 0.7 = 0.3, and the spins are independent, so

P(no green)=0.33=0.027.P(\text{no green}) = 0.3^{3} = 0.027.

Subtract.

P(at least one green)=10.027=0.973.P(\text{at least one green}) = 1 - 0.027 = 0.973.

Marker's note: one mark for writing 1P(none)1 - P(\text{none}), one for 0.33=0.0270.3^3 = 0.027, one for 0.9730.973. Adding the three separate green cases is the slow route that usually drops a term.

core3 marksA box holds 44 blue and 66 yellow pens. Two are drawn without replacement. Find the probability that both are blue, and the probability that the two pens are different colours.
Show worked solution →

First draw. The chance the first pen is blue is 410=25\tfrac{4}{10} = \tfrac{2}{5}.

Second draw, without replacement. After one blue is removed, 33 blue remain among 99 pens, so

P(both blue)=41039=1290=215.P(\text{both blue}) = \frac{4}{10}\cdot\frac{3}{9} = \frac{12}{90} = \frac{2}{15}.

Different colours. The two mixed paths are blue-then-yellow and yellow-then-blue:

P(different)=41069+61049=2490+2490=4890=815.P(\text{different}) = \frac{4}{10}\cdot\frac{6}{9} + \frac{6}{10}\cdot\frac{4}{9} = \frac{24}{90} + \frac{24}{90} = \frac{48}{90} = \frac{8}{15}.

Marker's note: one mark for the without-replacement second-stage fractions, one for P(both blue)=215P(\text{both blue}) = \frac{2}{15}, one for adding both mixed paths to get 815\frac{8}{15}. Reusing 410\frac{4}{10} on the second draw is the classic replacement slip.

core4 marksA survey of 250250 commuters records device use and lateness one morning. Of the 150150 who used a phone on the trip, 4545 arrived late; of the 100100 who did not, 2020 arrived late. Present these as a two-way table in words, then find P(lateused phone)P(\text{late} \mid \text{used phone}) and test whether lateness is independent of phone use.
Show worked solution →

Read the table. The four cells are: used phone and late 4545, used phone and on time 15045=105150 - 45 = 105, no phone and late 2020, no phone and on time 10020=80100 - 20 = 80. Late commuters total 45+20=6545 + 20 = 65; the grand total is 250250.

Conditional probability. Restrict to the 150150 phone users:

P(latephone)=45150=310=0.3.P(\text{late} \mid \text{phone}) = \frac{45}{150} = \frac{3}{10} = 0.3.

Test independence. Compute the marginals and the intersection over 250250:

P(phone)=150250=35,P(late)=65250=1350,P(\text{phone}) = \frac{150}{250} = \frac{3}{5}, \qquad P(\text{late}) = \frac{65}{250} = \frac{13}{50},

P(phone)P(late)=351350=39250=0.156,P(phonelate)=45250=0.18.P(\text{phone})\,P(\text{late}) = \frac{3}{5}\cdot\frac{13}{50} = \frac{39}{250} = 0.156, \qquad P(\text{phone} \cap \text{late}) = \frac{45}{250} = 0.18.

Since 0.180.1560.18 \neq 0.156, the events are not independent: phone users are late more often than the cohort as a whole.

Marker's note: one mark for the completed cell counts, one for P(latephone)=0.3P(\text{late} \mid \text{phone}) = 0.3, one for computing both P(phone)P(late)P(\text{phone})P(\text{late}) and P(phonelate)P(\text{phone} \cap \text{late}), one for the comparison and conclusion. An unjustified "not independent" earns nothing.

core3 marksA factory makes bolts on two machines. Machine A makes 60%60\% of the bolts, of which 3%3\% are defective; Machine B makes the rest, of which 5%5\% are defective. A bolt is chosen at random and found to be defective. Find the probability it came from Machine A.
Show worked solution →

Multiply along each defective path.

P(AD)=0.60×0.03=0.018,P(BD)=0.40×0.05=0.020.P(A \cap D) = 0.60 \times 0.03 = 0.018, \qquad P(B \cap D) = 0.40 \times 0.05 = 0.020.

Total probability of a defective bolt. Add the two paths that reach a defect:

P(D)=0.018+0.020=0.038.P(D) = 0.018 + 0.020 = 0.038.

Divide for the reverse conditional.

P(AD)=P(AD)P(D)=0.0180.038=9190.474.P(A \mid D) = \frac{P(A \cap D)}{P(D)} = \frac{0.018}{0.038} = \frac{9}{19} \approx 0.474.

Marker's note: one mark for the two path products, one for P(D)=0.038P(D) = 0.038, one for 9190.474\frac{9}{19} \approx 0.474. Answering 0.0180.018 (the numerator alone) forgets to divide by the total probability of the effect.

exam5 marksA biased coin shows heads with probability pp on each toss, independently. Let q=1pq = 1 - p. (a) Show that the probability of getting at least one head in nn tosses is 1qn1 - q^{n}. (b) The coin has p=14p = \frac{1}{4}. Find the least number of tosses so that the probability of at least one head exceeds 0.90.9. (c) For this coin, given that at least one head occurred in 33 tosses, find the probability that exactly one head occurred.
Show worked solution →

Part (a): show the formula. On each toss the coin is not a head with probability q=1pq = 1 - p. The tosses are independent, so the probability of no heads across all nn tosses is the product of nn equal factors,

P(no heads)=qn.P(\text{no heads}) = q^{n}.

"At least one head" is the complement of "no heads", hence

P(at least one head)=1P(no heads)=1qn.P(\text{at least one head}) = 1 - P(\text{no heads}) = 1 - q^{n}. \qquad \blacksquare

Part (b): solve the inequality. With p=14p = \tfrac{1}{4}, q=34q = \tfrac{3}{4}, and we need

1(34)n>0.9    (34)n<0.1.1 - \left(\tfrac{3}{4}\right)^{n} > 0.9 \;\Longleftrightarrow\; \left(\tfrac{3}{4}\right)^{n} < 0.1.

Take logarithms (dividing by ln34<0\ln\tfrac{3}{4} < 0 reverses the inequality):

nln34<ln0.1    n>ln0.1ln0.75=2.3025850.287682=8.004.n \ln\tfrac{3}{4} < \ln 0.1 \;\Longrightarrow\; n > \frac{\ln 0.1}{\ln 0.75} = \frac{-2.302585}{-0.287682} = 8.004.

Since nn must be a whole number, the least value is n=9n = 9 tosses. (Check: (0.75)8=0.1001>0.1(0.75)^{8} = 0.1001 > 0.1, but (0.75)9=0.0751<0.1(0.75)^{9} = 0.0751 < 0.1.)

Part (c): a conditional after "at least one". Restrict the world to "at least one head in 33 tosses", which has probability

P(at least one)=1(34)3=12764=3764.P(\text{at least one}) = 1 - \left(\tfrac{3}{4}\right)^{3} = 1 - \tfrac{27}{64} = \tfrac{37}{64}.

"Exactly one head in 33 tosses" can fall in any of the 33 positions, each of probability pq2=14(34)2p\,q^{2} = \tfrac{1}{4}\cdot\left(\tfrac{3}{4}\right)^{2}:

P(exactly one)=314916=2764.P(\text{exactly one}) = 3 \cdot \tfrac{1}{4}\cdot\tfrac{9}{16} = \tfrac{27}{64}.

Both events sit inside "at least one head", so exactly one head implies at least one, and

P(exactly oneat least one)=27/6437/64=27370.730.P(\text{exactly one} \mid \text{at least one}) = \frac{27/64}{37/64} = \frac{27}{37} \approx 0.730.

Marker's note: one mark for the complement argument in (a); one for reducing (b) to (0.75)n<0.1(0.75)^n < 0.1 and one for n=9n = 9 with the log or trial check; one for the restricted total 3764\frac{37}{64} in (c) and one for 2737\frac{27}{37}. Forgetting the factor of 33 for the position of the single head, or dividing by 11 instead of 3764\frac{37}{64}, are the mark-losing slips.

exam4 marksTwo archers, Priya and Wei, shoot at a target once each. Priya hits with probability 35\frac{3}{5} and Wei hits with probability 12\frac{1}{2}, independently. (a) Find the probability that exactly one of them hits the target. (b) Given that the target is hit at least once, find the probability that Priya was the only one to hit it.
Show worked solution →

Set up the independent probabilities. Priya hits with 35\tfrac{3}{5} (misses with 25\tfrac{2}{5}); Wei hits with 12\tfrac{1}{2} (misses with 12\tfrac{1}{2}).

Part (a): exactly one hit. Two disjoint paths give exactly one hit, Priya-hit-Wei-miss and Priya-miss-Wei-hit:

P(exactly one)=3512+2512=310+210=510=12.P(\text{exactly one}) = \tfrac{3}{5}\cdot\tfrac{1}{2} + \tfrac{2}{5}\cdot\tfrac{1}{2} = \tfrac{3}{10} + \tfrac{2}{10} = \tfrac{5}{10} = \tfrac{1}{2}.

Part (b): condition on at least one hit. The complement of "at least one hit" is "both miss":

P(both miss)=2512=210=15,P(at least one hit)=115=45.P(\text{both miss}) = \tfrac{2}{5}\cdot\tfrac{1}{2} = \tfrac{2}{10} = \tfrac{1}{5}, \qquad P(\text{at least one hit}) = 1 - \tfrac{1}{5} = \tfrac{4}{5}.

"Priya the only hitter" is the single path Priya-hit-Wei-miss, with probability 3512=310\tfrac{3}{5}\cdot\tfrac{1}{2} = \tfrac{3}{10}. Dividing by the restricted world,

P(Priya onlyat least one hit)=3/104/5=31054=1540=38.P(\text{Priya only} \mid \text{at least one hit}) = \frac{3/10}{4/5} = \frac{3}{10}\cdot\frac{5}{4} = \frac{15}{40} = \frac{3}{8}.

Marker's note: one mark for each mixed path summing to 12\frac{1}{2} in (a); one for P(at least one)=45P(\text{at least one}) = \frac{4}{5} via the complement, one for dividing 310\frac{3}{10} by 45\frac{4}{5} to get 38\frac{3}{8} in (b). Dividing by 11 instead of 45\frac{4}{5} is the usual conditional-probability error.

ExamExplained