39.7k views
4 votes
You are about to take the road test for your​ driver's license. You hear that only 38​% of candidates pass the test the first​ time, but the percentage rises to 76​% on subsequent requests. Estimate the average number of tests drivers take in order to get a license. Your simulation should use at least 20 runs.

User Cristian
by
4.9k points

1 Answer

5 votes

Answer:

Answers may vary but will most likely be close to 2.

Explanation

  1. Given:

first test:38%

second test:76%

SIMULATION FIRST TEST

Randomly select a 2-digit number.

If the digit is between 00 and 35 then you passed the test,else you did not pass the test.

SIMULATION SECOND TEST

Randomly select a 2-digit number.

if the digit is between 00 and 75 then you passed the test,else you did not pass the test.

SIMULATION TRIAL

Perform the simulation of the first test.if you did not pass the first test then perform the simulation of the second test.

Record the number of trials needed to pass the first or second test.

Repeat 20 times and take the average of the 20 recorded number of trials

(what is the sum of recorded values divided by 20).

Note:you will most likely obtain a result of about two trials needed.

User Simme
by
4.9k points