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










Placement Updates





Study Material







Q #11
:

Directions : These questions are based on the data given below.

What is the number of elements in the set P?

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

Consider the square root of 1000. The largest prime less than this is 31. So the set of all prime numbers less than or equal to 31 i.e., { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31} must be represented in set A.

 

The above set itself cannot be set A, as the members of set A are non-prime.

 

Therefore, each member of set A must represent exactly one of these prime numbers as, set A is such that maximum number of elements. If, any member of the set is a combination of 2 or more primes from the above set, then the number of elements in set A will get reduced as the members of this set should be co-prime to each other.

Set A could be  {22, 32, 52, 112, 132, 172, 192, 232, 292, 312,}

 

It can be noted that there are more possibilities for set A. A number of set A could t, a product of exactly one prime number from the original set and another prime number which is not from the original set.

 

If  none of the prime numbers is used on more than one occasion then the set of numbers will be co-primes and hence satisfy the coordination for set A.

 

Each member must represent one prime number from the original set.

    ∴ There are exactly 11 elements.   

 


Q #12
:

Directions : These questions are based on the data given below.

Raghu writes the number 458 on the blackboard after which each one of his friends walks up to the board and is allowed to perform exactly one operation. The operation can be either to double the number on the board (after the erasing the earlier number) or to erase the last digit of the number on the board. If after sometime the number 14 was on the board, then what is the minimum possible number of friends that Raghu has? (Assume that no triend walks up to the board twice)

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


Q #13
:

Directions : These questions are based on the data given below.

A calculator has two memory buttons, A and B. Value 1 is initially stored in both memory locations. The following sequence of steps is carried out five times: i. add 1 to B ii. multiply A and B. iii. store the result in A What is the value stored in memory location A after this procedure?

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


Q #14
:

Directions : These questions are based on the data given below.

In some code, letters a, b, c, d and e represents numbers 2, 4, 5, 6 and 10. We don’t know which letter represents which number. Consider the following relationships: (i) a + c = e (ii) b – d = d and (iii) e = a = b Which statement below is true?

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

We get a = 4, c = 2, e = 6; b = c + a = 6 + 4 = 10 and b – d = d is given by 10 – 5 = 5.

Q #15
:

Directions : These questions are based on the data given below.

Malini and Shalini play a game in which they first write down the first n natural numbers and then take turns in inserting plus or minus signs between the numbers. When all such signs have been placed the resulting expression is evaluated (i.e., the additions and subtractions are performed) Malini wins if the sum is even and Shalini wins if the sum is odd. Assuming that the concept of even and odd is defined for all integers (i.e. even and odd parties), which of the following statements is true?

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

The party (even or odd) of the expression will be the same as that of the sum of the first n natural numbers. Hence we need to check the party of n(n + 1)/2 n(n + 1)/2 is certainly even only when n is a multiple of 4 and for no other statement can a definite conclusion be drawn. so Malini wins if n is a multiple of 4.