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?$ $39$ $72$ $81$ $108$ $55$ Quantitative Aptitude cat2008 quantitative-aptitude number-systems + – go_editor 14.2k points 2.6k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
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 Pooja Palod answered Dec 5, 2015 • edited Dec 5, 2015 by Arjun Pooja Palod 1.8k points comment Share Follow 0 reply Please log in or register to add a comment.