What is the smallest number which when divided by 10 leaves
a remainder of 9, when divided by 9 leaves a remainder of 8,
when divided by 8 leaves a remainder of 7, when divided by 7
leaves a remainder of 6 and so on until when divided by 2
leaves a remainder of 1?

Answers were Sorted based on User's Feedback



What is the smallest number which when divided by 10 leaves a remainder of 9, when divided by 9 lea..

Answer / guest

The smallest such number is 2519.

The easiest way is to find the Least Common Multiple (LCM)
of 2, 3, 4, 5, 6, 7, 8 and 9. And subtract 1 from it.

The LCM of 2, 3, 4, 5, 6, 7, 8 and 9 is given by 2520.
Hence, the required number is 2519

Is This Answer Correct ?    90 Yes 8 No

What is the smallest number which when divided by 10 leaves a remainder of 9, when divided by 9 lea..

Answer / manohar

The answer is LCM of 2,3,....9 and subtract 1 from the
result. Please not that every no divisible by 6 is
divisible by 2 & 3, also every number divisible by 8 is
divisible by 4, and any number divisible by 8 & 9 will be
divisible by 6. These are the fundas. hence the answer is
9*8*7*5 - 1 = 2519.

ofcourse this may not as easy to figure out as i siad
unless one is good at the math fundas.

Is This Answer Correct ?    34 Yes 12 No

What is the smallest number which when divided by 10 leaves a remainder of 9, when divided by 9 lea..

Answer / jason

Or write a simple computer program...

while(true){
if(x%10 = 9 && x%9 = 8 && x%8 = 7 && x%7 = 6 && x%6 = 5
&& x%5 = 4 && x%4 = 3 && x%3 = 2 && x%2 = 1){
print(x);
break;
}
else{
x++;
}
}

Is This Answer Correct ?    16 Yes 4 No

Post New Answer

More Puzzles Interview Questions

there are 3 jars of different sizes.one jar holds 8 litres of milk,the other 2 jars of 5 litres and 3 jars are empty.There is no measuring level or marks in all the jars.Juggle between these 3 jars and get 2 jars containing 4litres each at the end.

26 Answers   Amazon, QA, Zoho,


Major Jasbir is forming five-person Special Task Group. The group must contain one leader, two bomb-experts and two soldiers. P, Q and R are possible bomb-experts. R, S and T are possible leaders. U, V and W are possible soldiers. Also, P and R prefers to work with each other in the same team. T prefers to work only if V works. How many different possible Groups, Major Jasbir can make?

2 Answers  


4 cards are placed on a table, each card has two colors. U don't know the color of the back side of eachcard.4 persons A B C and D are sitting on the table before the cards. They can see Red, Green Red and blue.Out of the 4 poeple 2 always lie. They see the color on the reverse side and give the following comment A: Yello/green B: Neither Blue/nor Green c: Blue/Yello D: Blue/ Yello find out the color on the other side of the 4 cards. No. of animals is 11 more than the no. of birds. If the no. of birds were the no. of animals and no. of animals were the no. of birds( ie., interchanging no.s of animals and birds.), the total no. of legs get reduced by one fifth (1/5). How many no. of birds and animals were there?

0 Answers   Infosys,


Nine plates of similar in design... same colour, same size but one plate among that has very small difference in weight. you should find it but the condition is u can use weighing pan only two times. at the second time u should be able to find the defeated plate..............

6 Answers  


There are 3 lights (in one room) and 3 swtiches (in another room), one for each, if you only enter into the light room once. How can you find out which switch corresponds to which light?

12 Answers   Lucent,






My friend collects antique stamps. She purchased two, but found that she needed to raise money urgently. So she sold them for Rs. 8000 each. On one she made 20% and on the other she lost 20%. How much did she gain or lose in the entire transaction?

3 Answers   Wipro,


A man got 30 aples in 1 Rs.Now he want 20% of profit on it. How many apples He should Sell in 1 Rs.??

20 Answers   TCS,


A boy found that he had a 48 inch strip of paper. He could cut an inch off every second. How long would it take for him to cut 48 pieces? He can not fold the strip and also, can not stack two or more strips and cut them together.

1 Answers  


All types of puzzles asked in SBI exam.

0 Answers   State Bank Of India SBI,


500 men are arranged in an array of 10 rows and 50 columns according to their heights. Tallest among each row of all are asked to come out. And the shortest among them is A. Similarly after resuming them to their original positions, the shortest among each column are asked to come out. And the tallest among them is B. Now who is taller A or B ?

14 Answers   ANZ, Infosys,


Somebody marked the six faces of a die with the numbers 1, 2 and 3 - each number twice. The die was put on a table. Four people - Abu, Babu, Calu and Dabu - sat around the table so that each one was able to see only three sides of the die at a glance. ? Abu sees the number 1 and two even numbers. ? Babu and Calu can see three different numbers each. ? Dabu sees number 2 twice and he can't remember the third number. What number is face down on the table?

2 Answers  


can u prove that 1=2? is it possible?

17 Answers  


Categories