top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Find amount of numbers that are between 1 and 100 inclusive, when converted to binary have a digit sum of less than 5?

+1 vote
517 views
Find amount of numbers that are between 1 and 100 inclusive, when converted to binary have a digit sum of less than 5?
posted Jun 14, 2016 by anonymous

Share this puzzle
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer (Check Answer ▼)





Similar Puzzles
0 votes

Two natural numbers have a sum of less than 100 and are greater than one.

John knows the product of the numbers and Jacob knows the sum of numbers.

The following conversation takes place between them:
John: ‘I am not aware of those numbers.’
Jacob: ‘I knew you wouldn’t be. I am not aware myself.’
John: ‘Now I know them!’
Jacob: ‘Now I know them, too!’

What are the two numbers?

+1 vote

Find the sum of all the prime numbers larger than 2 less than 10^12 that are 1 more than a perfect square. Because the number can get pretty big provide the answer mod 1007.

Note: Problem shouldn't take much more than one minute if your answer is taking too long consider looking for optimizations.

...