edited by
2,636 views
2 2 votes

suppose, the seed of any positive integer $n$ is defined as follows:

seed$(n) = n,$ if $n < 10$

               $=$seed$(s(n)),$ otherwise

where $s(n)$ indicates the sum of digits $n.$ For example, seed$(7)=7,$ seed$(248) =$ seed$(2+4+8) =$ seed$(14) =$ seed$(1 + 4) =$ seed$(5) = 5$ etc. How many positive integers $n,$ such that $n <500,$ will have seed$(n) =9?$

  1. $39$
  2. $72$
  3. $81$
  4. $108$
  5. $55$

1 Answer

Best answer
2 2 votes
Question is equivalent to finding numbers of no <500 which are divisible by 9 as if any number is divisible by 9 if and only if it has sum of digits a multiple of 9.

495/9=55

 So ans is 55
edited by
Position:
Show:

Related questions

0 0 votes
0 0 answers
1.7k
1.7k views
go_editor asked Nov 28, 2015
1,700 views
Three consecutive positive integers are raised to the first, second and third powers respectively and then added. The sum so obtained is a perfect square root equals to t...
0 0 votes
0 0 answers
1.3k
1.3k views
go_editor asked Nov 28, 2015
1,339 views
The integers $1, 2, \dots, 40$ are written on a blackboard. The following operation is then repeated $39$ times. In each repetition, any two numbers, say a and b, current...
0 0 votes
2 answers 2 answers
2.4k
2.4k views
go_editor asked Nov 26, 2015
2,443 views
What are the last two digits of $7^{2008}?$$21$$61$$01$$41$$81$
0 0 votes
1 1 answer
1.8k
1.8k views
go_editor asked Apr 30, 2016
1,838 views
Let $f(x) = ax^2 + bx +c$, where $a, b$ and $c$ are certain constants and $a \neq 0$. It is known that $f(5) = -3 f(2)$ and that $3$ is a root of $f(x)=0$.What is the val...
0 0 votes
1 1 answer
3.8k
3.8k views
go_editor asked Apr 30, 2016
3,750 views
Answer the following question based on the information given below.The bar chart shows the revenue received, in million US Dollars (USD), from subscribers to a particular...