Think in logical way

Level pending

F(four) = four \text{ F(four) = four }

F(two) = three \text{ F(two) = three}

F(eleven) = six \text{ F(eleven) = six}

F(seven) = ? \text{ F(seven) = ?}

four five one six

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.

4 solutions

Eliott Collin
Dec 22, 2014

Four -> 4 letters, Two -> 3 letters, ... Seven -> 5 letters

David Ng
Jan 14, 2015

The Function is defined by the amount of letters in the word. For instance, four has 4 letters, so F(four) = four.

Brock Brown
Jan 2, 2015
1
2
3
def F(x):
    return len(x)
print "Answer:", F("seven")

Abishek Nathan
Dec 22, 2014

No. Of letters in each number.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...