Treble Trouble!

2 a + 2 b + 2 c \large 2^a + 2^b + 2^c

We are given the natural numbers 1 a 100 1\leq a \leq 100 , 1 b 50 1\leq b \leq 50 , 1 c 25 1 \leq c \leq 25 . If the total possible number of ordered triplets ( a , b , c ) (a,b,c) such that the expression above is divisible by 3 3 is k k , evaluate k k .


The answer is 31250.

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.

1 solution

Jackson Abascal
Jul 5, 2015

Let's take a look at numbers of the form 2 x 2^x modulo 3 3 . we can see 2 1 2^1 is 2 2 , 2 2 2^2 is 1 1 , 2 3 2^3 is 1 1 again, and more generally 2 x 2^x is 2 2 for odd x x and 1 1 for even x x .

Given we can replace each of 2 a 2^a , 2 b 2^b , and 2 c 2^c with either 1 1 or 2 2 modulo 3 3 , how many ways can we do this such that the summation evaluates to a multiple of 3 3 ?

There are only two: 1 + 1 + 1 1+1+1 and 2 + 2 + 2 2+2+2 .

Thus our answer is (# possible even a)(# possible even b)(# possible even c) + (# possible odd a)(# possible odd b)(# possible odd c)

= ( 50 ) ( 25 ) ( 12 ) + ( 50 ) ( 25 ) ( 13 ) = 31250 (50)(25)(12) + (50)(25)(13)= \boxed{31250}

My major obstacle was to prove to myself the rule for 2 x 2^x modulo 3 3 . I still can't see why this is so, and made a leap of faith.

You got a typo " 2 3 2^3 is 1 1 again" should read " 2 3 2^3 is 2 2 again".

Anton Shkrunin - 5 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...