Jump to content

0000 to 9999 combination


Recommended Posts

Posted

Lol @ those calculations, - - - -, four digits, ten possibilities for each digit: 10*10*10*10=10.000. I don't know where you went to school..

Tbh my logic is easier than yours. So I don't know why your trash talking it. I could ask you the same thing, what school did you go to, but I really don't care.

  • Like 1
Posted

Tbh my logic is easier than yours. So I don't know why your trash talking it. I could ask you the same thing, what school did you go to, but I really don't care.

Okay

 

XX - YYY - XX

 

X for letters, Y for numbers. I'm using 22 different letters and 9 different numbers. How many combinations are possible XX-YYY-XX? Apply your logic please.

  • Like 1
Posted

nerds

Wise over ignorance. Is how I like to see it.

Okay

 

XX - YYY - XX

 

X for letters, Y for numbers. I'm using 22 different letters and 9 different numbers. How many combinations are possible XX-YYY-XX? Apply your logic please.

TOUCHÉ. That's where your logic comes in. Which now I know
Posted

Lol @ those calculations, - - - -, four digits, ten possibilities for each digit: 10*10*10*10=10.000. I don't know where you went to school..

Okay

 

XX - YYY - XX

 

X for letters, Y for numbers. I'm using 22 different letters and 9 different numbers. How many combinations are possible XX-YYY-XX? Apply your logic please.

 

Since you're trashtalking Joseph, I want to ask you this:

 

From 0 to 2000, how many even numbers are there? Would you seriously use combinatorial logic for this?

 

Joseph's solution is by far the simplest for the type of problem he's talking about.

  • Like 2
Posted

Since you're trashtalking Joseph, I want to ask you this:

 

From 0 to 2000, how many even numbers are there? Would you seriously use combinatorial logic for this?

 

Joseph's solution is by far the simplest for the type of problem he's talking about.

1001.

My logic:

From 1-2000 there are 2000 combos.

There are only 1000 even combos within the 2000.

Finally 0 is an even number so we carry it over.

= 1001

Ok I see but what does Tom have to do with any of this?

he said the answer was 9999 and I'm saying no it is 10 000. That's all.
  • Like 1
Posted

1001.

My logic:

From 1-2000 there are 2000 combos.

There are only 1000 even combos within the 2000.

Finally 0 is an even number so we carry it over.

= 1001

he said the answer was 9999 and I'm saying no it is 10 000. That's all.

I see...

 

Although I was primarily asking for two digit numbers not 4 digits.

I guess that's just one of his many semi-annoying attempts to make a joke of my threads.

  • Like 1
Posted

1001.

My logic:

From 1-2000 there are 2000 combos.

There are only 1000 even combos within the 2000.

Finally 0 is an even number so we carry it over.

= 1001

he said the answer was 9999 and I'm saying no it is 10 000. That's all.

 

The reason people think it's 9999 over 10000 is because we start to count at 1, not 0. This is why programming is hard for a lot of people, especially with arrays, because they try to access index 1 as if it's index 0.

Things would be a lot easier if we started counting from 0, not 1.

 

My logic for 0000-9999 would be 10^4.

Where 4 is the max number of digits, and 10 since we're working in base 10. (you can have a maximum of 10 different states per digit in base 10; 0-9)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...