![]() |
![]() |
#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 |
![]() |
![]() |
#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.
|
![]() |
![]() |
#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 |
![]() |
![]() |
#6 (permalink) | |
Crazy
|
Quote:
If you could generate a million a second it would take aproximately 150,000 years to finish, by my calculations. |
|
![]() |
![]() |
#10 (permalink) |
Delicious
|
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 |
![]() |
![]() |
#11 (permalink) |
<3 TFP
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? |
![]() |
Tags |
mathematical, possibilities, question |
|
|