Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Chatter > General Discussion


 
 
LinkBack Thread Tools
Old 01-05-2006, 12:41 PM   #1 (permalink)
Crazy
 
Location: anytown, USA
NEED HELP!!! mathematical possibilities question...

ok... i dont know how to figure thiis out.

If someone could show me a formula for this, i would appreciate it.

i have a 12 digit code. It can contain letters or numbers 0-9
(therefore 36 possible digits in each of the 12 spaces)

how do i figure out how many possibilities there are?


also anyone know of a random generator out there to generate possibilities?

Im trying to come up with something for my business with redeemable codes for online. (Award points)
__________________
signature smignature
barenakedladies is offline  
Old 01-05-2006, 12:57 PM   #2 (permalink)
seeker
 
Location: home
wouldn't that be 36 to the 12th power
or 36*36*36*36*36*36*36*36*36*36*36*36=4,738,381,338,321,616,896
/just a guess
__________________
All ideas in this communication are sole property of the voices in my head. (C) 2005, 2006, 2007, 2008, 2009
"The Voices" (TM). All rights reserved.
alpha phi is offline  
Old 01-05-2006, 01:04 PM   #3 (permalink)
Junkie
 
kutulu's Avatar
 
as long as characters can be repeated throughout (as in aaaaaaaaaaaa is a valid code), that is correct.
kutulu is offline  
Old 01-05-2006, 01:24 PM   #4 (permalink)
Crazy
 
Location: anytown, USA
i did figure it out myself as well, you are correct.

4,738,381,338,321,616,896 different possibilities.

thats a lot. i believe quintillion.

is there any way to randomly generate different possibilities. anyone know of a program online?
__________________
signature smignature
barenakedladies is offline  
Old 01-05-2006, 01:37 PM   #5 (permalink)
<3 TFP
 
xepherys's Avatar
 
Location: 17TLH2445607250
generate possibilities as in trying to brute force a correct number? There are plenty... look for a brute force password cracker, tell it that it's alphanumeric with 12-characters. *shrug*
xepherys is offline  
Old 01-10-2006, 04:58 PM   #6 (permalink)
Crazy
 
Quote:
Originally Posted by barenakedladies
i did figure it out myself as well, you are correct.

4,738,381,338,321,616,896 different possibilities.

thats a lot. i believe quintillion.

is there any way to randomly generate different possibilities. anyone know of a program online?

If you could generate a million a second it would take aproximately 150,000 years to finish, by my calculations.
Tachion is offline  
Old 01-10-2006, 07:15 PM   #7 (permalink)
Banned
 
Zeraph's Avatar
 
Location: The Cosmos
Quote:
Originally Posted by Tachion
If you could generate a million a second it would take aproximately 150,000 years to finish, by my calculations.
Ya but a computer can generate way more than 1 per sec.
Zeraph is offline  
Old 01-10-2006, 07:31 PM   #8 (permalink)
Crazy
 
Quote:
Originally Posted by Zeraph
Ya but a computer can generate way more than 1 per sec.

I said a MILLION per second.
Tachion is offline  
Old 01-10-2006, 10:29 PM   #9 (permalink)
Banned
 
Zeraph's Avatar
 
Location: The Cosmos
Quote:
Originally Posted by Tachion
I said a MILLION per second.
Ah my bad
Zeraph is offline  
Old 01-11-2006, 03:03 AM   #10 (permalink)
Delicious
 
Reese's Avatar
 
You're wanting to generate a random 12 digit number A-Z & 1-9 to put on the coupons right? If so I'd go with a random password generator. There's a web based one at http://www.winguides.com/security/password.php It's quick but it might not be as secure as you'd want for a business coupon code.
__________________
“It is better to be rich and healthy than poor and sick” - Dave Barry
Reese is offline  
Old 01-11-2006, 11:47 AM   #11 (permalink)
<3 TFP
 
xepherys's Avatar
 
Location: 17TLH2445607250
I could whip something up in PHP pretty easily I'd think. You'd need a DB to store the generated codes and verify codes are unique, as well as disable them once they've been redeemed. Otherwise, the code generation would be easy enough, and the barcode generation should be easy as well with PHP classes and the gd library.

Do you need Code 39, Code 93, Standard 25, Interleaved 25?
xepherys is offline  
Old 02-02-2007, 08:38 PM   #12 (permalink)
Upright
 
HELP?

Here's one for ya.

1111123 is not one number, but 6 you see.

And if you get this clue in sum, you'll know where to head south from.

It's a clue in a treasure hunt - Help?
Brickstone is offline  
Old 02-03-2007, 03:07 AM   #13 (permalink)
God-Hating Liberal
 
Location: Silicon Valley, CA
On any unix machine:


perl -e 'for($i=0;$i<12;$i++){print(("a".."z",0..9)[rand(0)*36])}'
__________________
Nizzle
Nizzle is offline  
 

Tags
mathematical, possibilities, question


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 07:23 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73