Find out the smallest four digit number which is divisible
from 1 to 10?
Answers were Sorted based on User's Feedback
Answer / g.shaju
1680. i am sure this is the write answer.
you can check it out.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / abhinay
you can find it by any programming language like c/c++ and so on
i am giving you the code of C#
which gives you your correct answer
class Program
{
static void Main(string[] args)
{
for (int i = 1000; i <= 9999; i++)
{
if (i % 1 == 0 && i % 2 == 0 && i % 3 == 0
&& i % 4 == 0 && i % 5 == 0 && i % 6 == 0 && i % 7 == 0 && i
% 8 == 0 && i % 9 == 0 && i % 10 == 0)
{
Console.WriteLine(i);
break;
}
}
Console.ReadKey();
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / g.shaju
i am sry 1680 is not div by 9....
hence the right ans is 2520
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / koushik
exactly.. 2050 is the only answer.No other smallest 4 digit
number can be the answer for this question.
| Is This Answer Correct ? | 5 Yes | 16 No |
Find the missing number in the series: 14 11 ? 14 6 12 8 plz reply.
7 Answers Bhel, Quick Heal, Silicon House,
a frog starts climbing 20 feet wall. each day he climbs 3 feet , he slips back 2 feet. how many day does the frog take to reach the top?
If a monkey climbs 3 mts and then slips back 2 mts in alternate hour , how much time he will take to climbs 20 mts?
xx7 and xxx are two numbers and we have to mulitply them xx7 xxx ______ xxxx xxxxxx ______ 3xxx17 find all x's
Please send the SBI Clerical Post model question paper.
0 Answers State Bank Of India SBI,
A person travels on a cycle from home to church on a straight road with wind against him. He took 4 hours to reach there. On the way back to the home, he took 3 hours to reach as wind was in the same direction. If there is no wind, how much time does he take to travel from home to church?
What are the chances that at least two out of a group of fifty people share the same birthday?
There is a safe with a 5 digit number as the key. The 4th digit is 4 greater than the second digit, while the 3rd digit is 3 less than the 2nd digit. The 1st digit is thrice the last digit. There are 3 pairs whose sum is 11. Find the number.
IDear sir, I have had a data containing of 4 numbers on daily basis for which I would like to know what is the next comming 4 numbers. Based on that data I would like to find out the next comming numbers. Support needed. regards chandramohan gudivada 09849974512 cm116_99@yahoo.com Example : 4513, 4132, 1465, 2941, 1762, 1432, 3412, 5283, 7261, 2643, 4751, 2581, 6513 .... and what is the next number in the sequence?
16*2/3*7*3/43*1/3=?
12 Answers State Bank Of India SBI,
There is puzzle with the word "CONSTANTINE" and exactly don't know the question if anybody knows the Q&A plz send it ahmed.basha.munna@gmail.com
Two trains at speed 60 km/hr comes in the opposite direction. At a particular time the distance between the two trains is 18km. A shuttle flies between the trains at the speed of 80 km/hr. At the time the two trains crashes what is the distance traveled by shuttle?