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

In how many ways can we put numbers 1 to 9 without repeating in a 3*3 matrix,so that the sum of all elements in any row and column and diagonal is 15??

9 Answers   Amazon, Satyam,


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 ?

5 Answers  


There are 4 mugs placed upturned on the table. Each mug have the same number of marbles and a statement about the number of marbles in it. The statements are: Two or Three, One or Four, Three or One, One or Two. Only one of the statement is correct. How many marbles are there under each mug?

1 Answers  


why do you want to work here?

1 Answers   Qatar Airlines,


what is the main reason to ask this type question in your interview sir?

1 Answers  






A cube painted on all six sides by red color is divided into 125 equal cubes find i) number of cubes having a)3 faces colored b)2 faces colored c) 1 face colored d)0 faces colored ii)Find probability of picking a cube having red face

6 Answers   Infosys,


There are 25 horses and five tracks. There is no stop clock and we have to find the top 5 horses in the bunch. What is the minimum possible races ?

14 Answers   Amazon,


1 apple = 6 rupees(indian currency)1 orange 3 rupees and 1 lemon 10 paise. i wan to buy 100 fruits(above mentioned)for 100 rupees. tell me how much quantity of apple orange and lemon will be buy for 100 rupees. this is serious qstn.help me plzz????????

13 Answers   Broadridge,


how many zeros are there at the end of product between 1 to 100

47 Answers   Infosys, SIP, TATA, Tech Mahindra, Vodafone,


A, B and C are three points on a straight line, not necessarily equidistant with B being between A and C. Three semicircles are drawn on the same side of the line with AB, BC and AC as the diameters. BD is perpendicular to the line ABC, and D lies on the semicircle AC. If the funny shaped diagram between the three semicircles has an area of 1000 square cms, find the length of BD.

1 Answers  


One side of the bottom layer of a triangular pyramid has 12 balls. How many are there in the whole pyramid? Note that the pyramid is equilateral and solid.

2 Answers  


Father's age is three years more than three times the son's age. After three years, father's age will be ten years more than twice the son's age. What is the father's present age?

8 Answers  


Categories