SOLUTION: In every numeration system (base x) there is a three-digit integer that is (x+1) times the sum of its digits. In base ten the number is 198. In base three the number is 121. Find t

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: In every numeration system (base x) there is a three-digit integer that is (x+1) times the sum of its digits. In base ten the number is 198. In base three the number is 121. Find t      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1133635: In every numeration system (base x) there is a three-digit integer that is (x+1) times the sum of its digits. In base ten the number is 198. In base three the number is 121. Find the number in base seven that has this property.
Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


Let the 3-digit number in base 7 be abc (the 3-digit number -- not the product of a, b, and c).

In base 10, the value of the 3-digit base 7 number abc is 49a+7b+c; 8 times the sum of the digits is 8(a+b+c). So we are looking for a, b, and c such that

49a%2B7b%2Bc+=+8%28a%2Bb%2Bc%29
49a%2B7b%2Bc+=+8a%2B8b%2B8c
41a-b-7c+=+0
b+=+41a-7c

The largest digit in base 7 is 6; and a can't be 0 because it is the leading digit. Logical analysis then tells us a has to be 1; then for 41a-7c to be a digit less than 7, c has to be 5; that makes b = 41-35 = 6.

ANSWER: The 3-digit number in base 7 for which the number is 8 times the sum of its digits is 165.

CHECK: 165 (base 7) = 49+42+5 = 96; 8(1+6+5) = 96.