What is the sum of the digits of the smallest number which when divided by 10 leaves 9 as remainder,when divided by 9 leaves 8 as remainder, when divided by 8 leaves 7 as remainder and so until when divided by 2 leaves a remainder of 1?
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.
I did the solution using JAVA and here's my code:
public class smallestnumber {
}