Slashdot Mirror


Woman Gets Driver's License After 950 Tries

mr crypto writes "From the BBC News article, 'A South Korean woman is celebrating after passing the written exam for a driving license — on her 950th attempt. After four years of trying, 68-year-old Cha Sa-soon finally managed to secure the 60 out of 100 points needed to pass the test.' Maybe some things should just not be."

32 comments

  1. First by Anonymous Coward · · Score: 0

    Woman to pass without sleeping with the test examiner.

  2. Asian Drivers... by kid_oliva · · Score: 1

    What more needs to be said.

    --
    I eat Karma for breakfast, lunch, and dinner. That's why I don't have any.
    1. Re:Asian Drivers... by Anonymous Coward · · Score: 0

      Nothing. That is sufficient shorthand for "Hi, my name is kid_oliva, and I'm an asshole."

    2. Re:Asian Drivers... by spyder-implee · · Score: 1

      Hahaha. Everyone's thinking it.

      --
      Take what ye can. Give nothing back!
  3. System is broken by Anonymous Coward · · Score: 0

    Seriously, 949 failed attempts and she "passes" with 60% on the 950th attempt?

    She should not be allowed to drive, the 949 first attempts prove it, as does the 950th. After 950 attempts she should have been required to have nearly 100%, and even then it could be memorization of the questions, so no license in this case either.

    Who's taking bets on how long it will take before she kills someone?

    1. Re:System is broken by sa1lnr · · Score: 1

      This is only the written part of the test, she still has to pass the actual driving part.

    2. Re:System is broken by oldspewey · · Score: 1

      Who's taking bets on how long it will take before she kills someone?

      This just in!

      --
      If libertarians are so opposed to effective government, why don't they all move to Somalia?
    3. Re:System is broken by Anonymous Coward · · Score: 0

      And nobody is in a hurry to help... must be a regular thing.

  4. What are the odds by Clipless · · Score: 1

    With that many tries she should have been able to choose random answers and still pass the test with a 60% a long time ago

    1. Re:What are the odds by SpottedKuh · · Score: 2, Informative

      With that many tries she should have been able to choose random answers and still pass the test with a 60% a long time ago

      Nope, not if she chooses randomly for each question, each time she writes the test. Assume that for each of the 100 questions, there are four possible answers, only one of which is correct. So, you have a 25% chance of getting each question correct and a 75% chance of getting each question wrong, each time a random test-taker writes the exam.

      The odds of passing a test are: the sum from c=60 to 100 of getting c questions correct.

      The chances of getting c questions correct is (100 choose c) * (1/4)^c * (3/4)^(100-c).

      Summing up from c=60 to 100, you are left with a probability of 0.1326834674 * 10^(-12) of passing the test, if you take it truly at random each time you write it. Basically, if you wrote the test truly at random, you would expect to have to take the test 7,536,733,998,027 times before passing. So, really, she did quite well ;)

    2. Re:What are the odds by dharana · · Score: 1

      TFA says it was multiple choices so the odds are even lower.

    3. Re:What are the odds by Anonymous Coward · · Score: 0

      TFparent calculated the odds for multiple choices.

    4. Re:What are the odds by jackspenn · · Score: 1

      You're math is wrong, just so you know.

      --
      Respect the Constitution
    5. Re:What are the odds by Dr.+Evil · · Score: 1

      This is the right math. My solver is a bit slow though:

      attempts=0
      while [ $score -lt 60 ]
      do
      score=0
      i=0
      while [ $i -lt 100 ]
      do
      q=$((RANDOM % 4))
      a=$((RANDOM % 4))
      if [ $q = $a ]
      then
      score=$(($score + 1))
      fi

      i=$(($i+1))
      done;
      attempts=$(($attempts + 1))
      echo "$attempts: $score"
      done
      echo $attempts

    6. Re:What are the odds by Anonymous Coward · · Score: 0

      What a stupid way to solve the problem. This is much faster:

      $attempts=0;
      $score=0;

      while( $score < 60 ) {
                      $score=0;
                      foreach( 1..100 ) {
                                      my $q=int rand(4);
                                      my $a=int rand(4);
                                      $score++ if $q eq $a;
                      }
                      $attempts++;
                      print "$attempts: $score\n";
      }

      print "$attempts\n";

    7. Re:What are the odds by MyLongNickName · · Score: 1

      I used your method of calculating odds and found this lady had a 4.8 * 10^-13 change of getting zero or more right. It is amazing she didn't get a negative score...

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    8. Re:What are the odds by MyLongNickName · · Score: 1

      I reread the gp post, and noticed I left off the (100 choose c). I've never seen this nomenclature before, and assume it equates to what I've always seen" (n!)/(r! * (n-r)!). If so, I retract my above post :)

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    9. Re:What are the odds by MyLongNickName · · Score: 1

      His math is correct. Your grammar is wrong, just so you know.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  5. Eh by ShooterNeo · · Score: 1

    Is the woman illiterate? If you can read the questions on a multiple choice test with just 100 questions, you can memorize them. Heck, if you have a terrible memory, you could just memorize a few questions each attempt. Then look up all the answers. Or ask someone with a brain.

    I'm suspecting the woman is simply not literate.

    1. Re:Eh by Fishmoney · · Score: 1

      I'm guessing that Koreans use a different alphabet than we do. I'm guessing it's difficult for a 68-year-old to learn an entirely new alphabet. Just guessing...

    2. Re:Eh by Anonymous Coward · · Score: 0

      She was IN KOREA. Her homeland. Just...wow. And I am never going to Korea, apparently they let anyone drive if they take the test enough times...

    3. Re:Eh by Anonymous Coward · · Score: 0

      Take enough times and pass which I believe is the same in the U.S. Also, like another person mentioned she still has to do the actual driving test.

  6. Rich by Fotograf · · Score: 1

    she would have to be very rich here in Germany to make this stunt.

    --
    God's gift to chicks
    1. Re:Rich by Anonymous Coward · · Score: 0

      I know.. it took me four tries to pass the practical test. Each try cost a DM equivalent of 157€, not including the training hours in between. In sum that driver's license cost me about 2k€.

  7. Re:How many times 59? by Anonymous Coward · · Score: 0

    You're lying, you don't have a girlfriend...that was just the voice in your head!

  8. Re:How many times 59? by Anonymous Coward · · Score: 0

    You should probably see a shrink if your hand starts talking to you.

  9. ...and the test is multiple choice... by popo · · Score: 1

    ...and (wait for it... wait for it...) there are only 50 questions.

    Just wow. 950 attempts to PASS a 50 question multiple-choice test? Is it safe to assume she's illiterate?

    --
    ------ The best brain training is now totally free : )
    1. Re:...and the test is multiple choice... by Hognoxious · · Score: 1

      Does it matter how many questions there are? The pass mark is usually expressed as a percentage.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    2. Re:...and the test is multiple choice... by FlyMysticalDJ · · Score: 1

      in a small variation in the number of questions won't have a whole lot of difference when using a percentage to determine passing, but answering 8 questions right out of 10 is a LOT different from 800 out of 1000. Not to mention if she's illiterate, it would be slightly easier to slowly memorize what 50 questions and their answers look like than 100.

    3. Re:...and the test is multiple choice... by Hognoxious · · Score: 1

      it would be slightly easier to slowly memorize what 50 questions and their answers look like than 100.

      While they probably reuse questions, I doubt they use the same questions every time.

      50 from a pool of 1000 would be a lot harder than 100 from a pool of 200. Though it's fair to say that with the number of times she's done it she's probably seen every question that could conceivably be asked anyway - several times over ...

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  10. Wait what? by excalibur313 · · Score: 1

    I don't understand how someone can even take a test that many times since 2005. Thats like 2 tests every 3 days.