Russian 1999

------
 
 
Problem 13

A number n has sum of digits 100, whilst 44n has sum of digits 800. Find the sum of the digits of 3n.

 

Answer

300

 

Solution

Suppose n has digits a1a2...ak and digit sum s = ∑ ai. If we temporarily allow digits larger than 9, then 4n = (4a1)(4a2)...(4ak). Each carry of one reduces the digit sum by 9, so after making all necessary carries, the digit sum for 4n is at most 4s. It can only be 4s iff there are no carries. Similarly, 11n has digit sum at most 2s, with equality iff there are no carries.

Since 44n has digit sum 8s, there cannot be any carries. In particular, there are no carries in forming 4n, so each digit of n is at most 2. Hence there are no carries in forming 3n and the digit sum of 3n is 300.

 


 

Russian 1999

© John Scholes
jscholes@kalva.demon.co.uk
4 March 2004
Last corrected/updated 4 Mar 04