There are m fruits in a basket. 3 of the fruits are kiwis; the rest are lemons. The probability of picking two kiwis in a row (without replacement) is 0.3. Show m^2 - m - 20 = 0.

Number of lemons = m - 3. Construct a tree diagram using the information given to represent picking two fruits out of the basket (without replacement) one after the other. Since picking each fruit is an independent event, just multiply probabilities to find the probability of selecting a kiwifruit twice in a row: P(two kiwifruits in a row) = 3/m * 2/(m - 1) and set this equal to 0.3 (given in the question). A bit of rearrangement of the algebra gives: 3/10 = 6/[m(m - 1)] => 3m(m - 1) = 60 => m(m - 1) = 20 => m2 - m - 20 = 0 as required.

HW

Related Maths GCSE answers

All answers ▸

How do you know whether to use sin, cos or tan to find the angle in a triangle?


2x+y=18, x-y=6; Solve the simultaneous equations


What's the inverse of the function f=x+2?


How do I solve a quadratic equation like x^2 - 2x - 35 = 0 without using a calculator?