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










Placement Updates





Study Material







Q #16
:

A change making machine contains 1 rupee, 2 rupee and 5 rupee coins. The total number of coins is 300. The amount is Rs 960. If the number of 1 rupee coins and the number of 2 rupee coins are interchanged, the value comes down by Rs 40. The total number of 5 rupee coins is:

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

We get 3 equations: x + y + z = 300, x + 2y + 5z = 960, 2x + y + 5z = 920. Subtract 1) from 2) and 3) to get:
3x + 3y + 10z = 1880 and 3x + 3y + 3z = 900; 7z = 980 Hence z = 140.

Q #17
:

Karan has two boxes (A & B) that contain red and black balls. In the Box ‘A’ there are 6 red and 8 black balls and in the Box ‘B’ there are 6 red and 6 black balls. One ball is drawn out from any of these two boxes. What is the probability that the ball drawn is black?

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

Total balls in A box = 14, Total balls in A box = 12

A box = 1/2(8c1/14c1) = 2/7

B box = 1/2(6c1/12c1) = 1/4 —> total Probability = 2/7 + 1/4 =15/28


Q #18
:

2 mothers & their respective child needs to be interviewed by the principal of a school. In how many ways it can be done such that each mother is interviewed before her respective child ?

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

No. of ways = (4 x 3 x 2 x 1)/ (2 x 2) = 6 ways.

Q #19
:

The sum of all the possible numbers of 4 digits formed by digits 3,5,5,6, using each digit once is

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

Total possible numbers with 6 at unit's place = 3; Total possible numbers with 3 at unit's place = 3

Total possible numbers with 5 at unit's place = 6

Thus 5 will come at unit's place 6 times, 3 will come 3 times and 6 will come 3 times. Sum of unit's column

= 6 × 3 + 3 × 3 + 5 × 6 = 57. This sum will be same for all column

Therefore

Sum will be 63327.


Q #20
:

There are 5 letters and 5 directed envelopes. The number of ways in which all the letters can be put into wrong envelope is

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

Ways of having all two wrong out of 2 letters & 2 directed employees

ways of having all 3 wrong out of 3 letters to 3 directed envelops

= 3! – (1 (when all 3 are correct) + 3C1 × 1 (when one is correct and 2 one wrong)

= 6 – (1 + 3) = 2

ways of having all 4 wrong out of 4 latters and 4 envelops

= 4! – (1 + 4C1 × 2 (when one is correct and 3 wrong) + 4C2 × 1 (When 2 are correct and two are wrong)

= 4! – (1 + 8 + 6) = 9

ways of having all 5 wrong out of 5 letters and 5 envelops

= 5! – (1 + 5C1 × 9 + 5C2 × 2 + 5C3 × 1)

= 5! – (1 + 45 + 20 + 10)

= 44 .