Question 420989: i am math stupid, and computer illitterate - how do i generate my own list of all possible 6 digit combinations / permutations using the numbers from 0 to 9?
Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! If you want all six-digit strings of numbers from 000000 to 999999, note that there are 1,000,000 numbers to generate. It can most easily be done on Excel, by typing 000000, 000001, etc. Highlight the region and drag it down to higher columns to whichever number you want. However this will require a substantial amount of memory so I probably wouldn't do up to 999999.
|
|
|