Rephrased

Let 2n be an even number where n is a positive integer. Add the digits of this number. Then add the digits of the resulting number. Continue this process until you get a single digit number of the form 2p+1 where p is a non-negative integer. Now add the digits of n. Add the digits of the resulting number, and continue the process until you get a single digit number of the form ap+b where a and b are constant single digit positive integers (b can be more than p). Find the value of b + a b a \dfrac{b+a}{b-a}


The answer is 1.5.

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

David Vreken
May 8, 2019

Repeatedly adding the digits of a number is the same as finding the digital root of a number, which is the same as the remainder after dividing that number by 9 9 . Let n = 9 m + k n = 9m + k for some integers m m and k k such that 0 k < 9 0 \leq k < 9 . Then the digital sum of n n is k k , and for 0 k 4 0 \leq k \leq 4 the digital sum of 2 n 2n will be even and not in the form of 2 p + 1 2p + 1 (and therefore not applicable), but for 5 k < 9 5 \leq k < 9 the digital sum of 2 n 2n will be 2 k 9 2k - 9 . Setting 2 k 9 = 2 p + 1 2k - 9 = 2p + 1 solves to p = k 5 p = k - 5 , therefore a ( k 5 ) + b = k a(k - 5) + b = k for 5 k < 9 5 \leq k < 9 . Then when k = 5 k = 5 , b = 5 b = 5 , and when k = 6 k = 6 and b = 5 b = 5 , a = 1 a = 1 . Therefore b + a b a = 5 + 1 5 1 = 3 2 = 1.5 \frac{b + a}{b - a} = \frac{5 + 1}{5 - 1} = \frac{3}{2} = \boxed{1.5} .

Precisely. The number 2n is congruent to 2p+1 modulo 9. Which is equivalent to 2p+10 modulo 9. Therefore n is congruent to p+5 modulo 9, so that a=1 and b=5

A Former Brilliant Member - 2 years, 1 month ago

1 pending report

Vote up reports you agree with

×

Problem Loading...

Note Loading...

Set Loading...