Searching for "0"

Q:

There are 7 men and 10 women on a committee selection pool.A committee consisting of President,Vice-President, and Treasurer is to be formed.How many ways can exactly two men be on the committe ?

A) 1200 B) 1240
C) 1260 D) 1620
 
Answer & Explanation Answer: C) 1260

Explanation:

There are 7C2 ways of selecting two men, and 10C1 ways of selecting a woman.Since each position in the committee is different,arrange the three people in 3! ways.

 

So, 7C2*10C1*3! =1260

Report Error

View Answer Report Error Discuss

Q:

A research team of 6 people is to be formed from 10 chemists,5 politicians, 8 economists and 15 biologists.How many teams have atleast 5 chemists?

A) 7350 B) 6400
C) 6379 D) 7266
 
Answer & Explanation Answer: D) 7266

Explanation:

10C5*28C1*10C6 = 7266

Report Error

View Answer Report Error Discuss

Q:

A research team of 6 people is to be formed from 10 chemists,5 politicians, 8 economists and 15 biologists.How many teams have atleast 5 chemists?

A) 7350 B) 6400
C) 6379 D) 7266
 
Answer & Explanation Answer: D) 7266

Explanation:

10C5 x 28C1 x 10C6 = 7266

Report Error

View Answer Report Error Discuss

Q:

What is the difference between Silverlight 1.0 and 2?

Answer

Silverlight 1 is purely AJAX and JavaScript based. All the code has to be written in JavaScript and XAML. 


 Silverlight 2 supports managed code. When the Silverlight 2 runtime is installed, it installs a limited version of the .NET runtime on the client machine

Report Error

View answer Workspace Report Error Discuss

Q:

In how many ways a committee, consisting of 5 men and 6 women can be formed from 8 men and 10 women?

A) 53400 B) 17610
C) 11760 D) 45000
 
Answer & Explanation Answer: C) 11760

Explanation:

Required number of ways = 8C5*10C6 =  8C3*10C4 = 11760

Report Error

View Answer Report Error Discuss

Q:

How many integers, greater than 999 but not greater than 4000, can be formed with the digits 0, 1, 2, 3 and 4, if repetition of digits is allowed?

A) 376 B) 375
C) 500 D) 673
 
Answer & Explanation Answer: A) 376

Explanation:

The smallest number in the series is 1000, a 4-digit number.

 

The largest number in the series is 4000, the only 4-digit number to start with 4. 

 

The left most digit (thousands place) of each of the 4 digit numbers other than 4000 can take one of the 3 values 1 or 2 or 3.

 

The next 3 digits (hundreds, tens and units place) can take any of the 5 values 0 or 1 or 2 or 3 or 4.

 

Hence, there are 3 x 5 x 5 x 5 or 375 numbers from 1000 to 3999.

 

Including 4000, there will be 376 such numbers.

Report Error

View Answer Report Error Discuss

Q:

There are 2 brothers among a group of 20 persons. In how many ways can the group be arranged around a circle so that there is exactly one person between the two brothers?

A) 18! x 19! B) 2 x 19!
C) 2 x 18! D) 18! x 18!
 
Answer & Explanation Answer: C) 2 x 18!

Explanation:

fix one person and the brothers B1 P B2 = 2 ways to do so.
other 17 people= 17!

 
Each person out of 18 can be fixed between the two=18, thus, 2 x 17! x 18=2 x 18!

Report Error

View Answer Report Error Discuss

Q:

How many number of times will the digit ‘7' be written when listing the integers from 1 to 1000?

A) 243 B) 300
C) 301 D) 290
 
Answer & Explanation Answer: B) 300

Explanation:

7 does not occur in 1000. So we have to count the number of times it appears between 1 and 999. Any number between 1 and 999 can be expressed in the form of xyz where 0 < x, y, z < 9.

 

1. The numbers in which 7 occurs only once. e.g 7, 17, 78, 217, 743 etc

 

This means that 7 is one of the digits and the remaining two digits will be any of the other 9 digits (i.e 0 to 9 with the exception of 7)

 

You have 1*9*9 = 81 such numbers. However, 7 could appear as the first or the second or the third digit. Therefore, there will be 3*81 = 243 numbers (1-digit, 2-digits and 3- digits) in which 7 will appear only once.

 

In each of these numbers, 7 is written once. Therefore, 243 times.

 

 

2. The numbers in which 7 will appear twice. e.g 772 or 377 or 747 or 77

 

In these numbers, one of the digits is not 7 and it can be any of the 9 digits ( 0 to 9 with the exception of 7).

 

There will be 9 such numbers. However, this digit which is not 7 can appear in the first or second or the third place. So there are 3 * 9 = 27 such numbers.

 

In each of these 27 numbers, the digit 7 is written twice. Therefore, 7 is written 54 times.

 

 

3. The number in which 7 appears thrice - 777 - 1 number. 7 is written thrice in it.

 

Therefore, the total number of times the digit 7 is written between 1 and 999 is

 

243 + 54 + 3 = 300

Report Error

View Answer Report Error Discuss