Code Name 12345678

Level pending

.

176 168 160 144

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

David Holcer
Apr 4, 2015
1
2
3
4
5
6
7
counter=0
for a in range(1,9):
    for b in range(1,9):
        for c in range(1,9):
            if a%2==0 and a!=b and a!=c and b!=c:
                counter+=1
print counter

Is it Python?

Nada Zohiery - 5 years, 8 months ago

Log in to reply

yes the code is in python.

David Holcer - 5 years, 8 months ago
Harold Israel
Feb 24, 2014

For the first number of the code : 4 numbers to be selected (2, 4, 6 or 8 since it must start with EVEN number). For the second number of the code : 7 numbers can be selected For the third number of the code : 6 numbers can be selected

No. of Combinations : 4 x 7 x 6 = 168

Tootie Frootie
Feb 23, 2014

oooo 168 for sure

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...