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










Placement Updates





Study Material







Q #6
:

Directions: Read the following information to answer the question.

Let p and q be the roots of the quadratic equation x2 – ( - 2) x - - 1 = 0. What is the minimum possible value of p2 + q2?

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

 q = α–2 and pq = –α – 1

(p + q)2 = p2 + q2 + 2pq,

Thus (α–2)2 = p2 + q2 + 2(–α– 1)

p2 + q=  α2 – 4α + 4 + 2α + 2

p2 + q=  α2 – 2α + 6

p2 + q2 = α2 – 2α + 1 + 5

p2 + q2 = (α – 1)2 + 5

Thus, minimum value of p2 + q2 is 5.


Q #7
:

Directions: Read the following information to answer the question.

At a certain fast food restaurant, Bakshi can buy 3 burgers, 7 shakes, and one order of fries for Rs 120. At the same place it would cost Rs 164.50 for 4 burgers, 10 shakes, and one order of fries. How much would it cost for a meal of one burger, one shake, and one order of fries?

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

We get 3x + 7y + z = 120 and 4x + 10y + z = 164.50. Subtracting, we get x + 3y = 44.50 or 2x + 6y = 89. Substitute in first equation to get x + y + z = 120 – 89 = 31.

Q #8
:

Directions: Read the following information to answer the question.

Two men X and Y started working for a certain company at similar jobs on January 1, 1950. X asked for an initial salary of Rs 300 with an annual increment of Rs 30. Y asked for an initial salary of Rs 200 with a rise of Rs 15 every six months. Assume that the arrangements remained unaltered till December 31, 1959. Salary is paid on the last day of the month. What is the total amount paid to them as salary during the period?

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

X ->    a = 300, d = 30, t = 10;                   

    s = 5(600 + 9 × 30 × 12) = 870 × 5 × 12 = 52,200.       

    Y ->    a = 200, d = 15, t = 20; s = 10(400 + 19 × 15) × 6 = 41,100.


Q #9
:

Directions: Read the following information to answer the question.

Let a, b, c, d be four integers such that a + b + c + d = 4m + 1 where m is a positive integer. Given m, which one of the following is necessarily true?

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

(a + b + c + d)2 = (4m + 1)2

Thus, a2 + b2 + c2 + d2 + 2(ab + ac + ad + bc + bd + cd) = 16m2 + 8m + 1

a2 + b2 + c2 + d2 will have the minimum value if (ab + ac + ad + bc + bd + cd) is the     maximum.

This is possible if a = b = c = d = (m + 0.25) …….since a + b + c + d = 4m + 1

In that case 2(ab + ac + ad + bc + bd + cd) = 12(m + 0.25)2 = 12m2 + 6m + 0.75      Thus, the minimum value of a2 + b2 + c2 + d2 = (16m2 + 8m + 1) – 2(ab + ac + ad +           bc + bd + cd)

= (16m2 + 8m + 1) – (12m2 + 6m + 0.75)

= 4m2 + 2m + 0.25

Since it is an integer, the actual minimum value = 4m2 + 2m + 1


Q #10
:

Directions: Read the following information to answer the question.

How many three digit positive integers, with digits x, y and z in the hundred’s, ten’s and unit’s place respectively, exist such that x < y, z < y and x != 0?

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

If y = 2 (it cannot be 0 or 1), then x can take 1 value and z can take 2 values. Thus with y = 2, a total of 1 X 2 = 2 numbers can be formed. With y = 3, 2 X 3 = 6 numbers can be formed. Similarly checking for all values of y from 2 to 9 and adding up we get the answer as 240.