Jobs By Batch
Jobs By Location
Jobs By Degree
Jobs By Branch
IT Jobs
Internships
Govt. Jobs
Admissions










Placement Updates





Study Material







Q #21
:

On 15th August, a program is organised by 12 students of a school. They have 3 bamboos, twored and one green. They form rows of 3 each and hold bamboos in such a way that the bambooslie between the rows and each bamboo is held by 6 students. If a student can take any place inthe array, how many different arrangements are possible?

Warning: Undefined array key 4 in /home/illumina/public_html/TyariOnline/pncp/moderate/index.php on line 277
+

The arrangement is as shown below. where sn are the students and Bn are bamboos. Total number of ways the 12 students can be arrayed in 12 different positions = 12! Total number of ways the 3 bamboos can be arranged = 3! /2! (because two bamboos are red, hence identical) = 3 Total number of possible arrangements = 12! × 3 .

Q #22
:

There are 7 seats in a row. Three persons take seats at random. The probability that the middle seat is always occupied and no two consecutive seats are occupied is

Warning: Undefined array key 4 in /home/illumina/public_html/TyariOnline/pncp/moderate/index.php on line 535
+

Seat 4 has to be occupied always.

Since no two persons are to be consecutive seating this can be done in 4 ways, i.e. (1, 4, 6), ( 1, 4, 7),

( 2, 4, 6),( 2, 4, 7).

3 seats can be chosen at random in 7C3 or 35 ways. p =

4/35


Q #23
:

A die is rolled 3 times. The probability of getting a larger number than the previous number each time is

Warning: Undefined array key 4 in /home/illumina/public_html/TyariOnline/pncp/moderate/index.php on line 790
+

Total cases = 6 3 = 216. Favourable cases = 20. Ans 20/216 = 5/54. The cases are 123, 124, 125, 126, 134, 135, 136, 145, 146, 156, 234, 235, 236, 245, 246, 256, 345, 346, 356, 456.

Q #24
:

Mr. X has forgotten his friend’s seven digit telephone number. He only remembers that the last three digits of the number are either 903 or 309. If Mr. X were to use the trial and error method to call his friend, what is the total number of combinations he will have to try to be certain of succeeding?

Warning: Undefined array key 4 in /home/illumina/public_html/TyariOnline/pncp/moderate/index.php on line 1046
+


Q #25
:

Ten different letters of English alphabet are given. Words with five letters are formed from these given letters. Then the number of words which have at least one letter repeated is

Warning: Undefined array key 4 in /home/illumina/public_html/TyariOnline/pncp/moderate/index.php on line 1301
+

Total number of 5 lettered words that can be formed using 10 letters, with repetition = 105

total number of 5 lettered words that can be formed using 10 letters, such that the all letter used are

distinct = 10 × 9 × 8 × 7 × 6 = 30240.

Total words that have atleast one letter repeated

= 105 – 30240

= 69760.