Sending in competition entries by post vs email

A lot of competitions can be entered either by email or by post. (E.g. a prize crossword in a magazine that I sometimes enter - you can either cut out the grid and send it in, or type out all your answers on an email).

Assuming one winner has to be picked “at random”, how do they do this? I can think of a few ways:

  1. Toss a coin to decide whether the winner will be a postal or email entry, then choose at random from the relevanty entries. Drawback: the numbers of entries will not be the same for both methods, so (assuming that in the long term, equal numbers of email and postal entries will be chosen) the odds will favour entrants using whichever method gets fewer entries.

  2. Print out all the emails and dump them in the sack with the postal entries, and mix them around. Drawback: time-consuming and wasteful.

  3. Ignore all the postal entries, or the email entries, and just pick one from the other method: Drawback: presumably contravenes contest regulations.

  4. The only fair way I can think of: count up all the postal entries, and all the email entries. Let’s say there are 1,250 postal entries and 2,100 email entries, for a total of 3,350. Use a random number generator to pick a number from 1 to 3,350. If it’s 1,250 or below, choose a postal entry at random, if it’s higher, choose an email at random. Drawback: complex, and you have to count hundreds of envelopes.

So how do they do it in practice?

And, related to this, when there are promotions like “10 prizes to be won” from random winning packets of crisps, there’s always a “no purchase necessary” chance to win. Now, I’m sure they don’t randomly open a packet of crisps every time someone enters through that route, but if all 10 prizes are inside packs of crisps, where do the no purchase necessary prizes come from? Do the manufacturers have to set aside a certain number of extra prizes? (Edit: I actually asked this second question ages ago, but didn’t really get a factual answer.)

My wild-ass guess would be either #2, or its opposite: data-enter all the postal entries into whatever database the emailed entries are stored in, and select randomly from there. Since ultimately one of the benefits of running this contest is, you get a bunch of people for your mailing list to sell to advertisers, eventually all those names and addresses will probably be data-entered anyway.

Each entry (type of entry does not matter) is assigned a unique sequentially issued number.

Data is not first entered into a database (too expensive), instead all entries are shipped, after the winners are picked, to a third world country for inexpensive data entry for purposes of compiling a mailing list that can be used or sold to complementary products.

Random number generator program is first given the total number of entries (e.g., 32,000).

Winners are picked based on random number generator program’s output.

In your previous thread :

“No purchase necessary” promotion // 09-13-2002 @ 02:01 PM

http://boards.straightdope.com/sdmb/showthread.php?t=135362&highlight=purchase

You give an example of 1,000 instant prize certificates inside bags of crips.

Q) Do you really think that all 1,000 instant prize certificates inside bags of crips will be claimed?

Not in the real world.

Say that 800 are claimed via instant prize certificates inside bags of crips.

1,000 - 800 = 200

That leaves 200 unclaimed prizes.

Those 200 winners can be chosen from the NPN (No Purchase Necessary) entries OR the rules to the promotion can offer a second chance drawing.