GATE Practice Question and Answer

Q: What is the value of P in the following Equation ?  192.5 × 19p = 197 3309 1

  • 1
    3.9
    Correct
    Wrong
  • 2
    4.1
    Correct
    Wrong
  • 3
    3.7
    Correct
    Wrong
  • 4
    4.5
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 4. "4.5"
Explanation :

Answer: D) 4.5 Explanation: Given equation is     192.5 ×19p = 197    Here it is in the form of am × an = am+n    Here m = 2.5 , n = p, m+n = 7  => 2.5 + p = 7   => p = 7 - 2.5  => p = 4.5

Q: In a queue, Amrita is 10th from the front while Mukul is 25th from behind and Mamta is just in the middle of the two. If there be 50 persons in the queue. What position does Mamta occupy from the front ? 3294 0

  • 1
    14th
    Correct
    Wrong
  • 2
    16th
    Correct
    Wrong
  • 3
    18th
    Correct
    Wrong
  • 4
    20th
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 3. "18th"
Explanation :

Answer: C) 18th Explanation: Number of persons between Amrita and Mukul = 50 - (10 + 25) = 15. Since Mamta lies in middle of these 15 persons, so Mamta`s position is 8th from Amrita i.e. 18th from the front.

Q: A watch gains 5 seconds in 3 minutes and was set right at 8 AM. What time will it show at 10 PM on the same day ? 3282 0

  • 1
    10 : 27 : 41 AM
    Correct
    Wrong
  • 2
    8 : 51 : 04 AM
    Correct
    Wrong
  • 3
    9 : 45 : 15 PM
    Correct
    Wrong
  • 4
    10 : 23 : 20 PM
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 4. "10 : 23 : 20 PM"
Explanation :

Answer: D) 10 : 23 : 20 PM Explanation: The watch gains 5 seconds in 3 minutes = 100 seconds in 1 hour. From 8 AM to 10 PM on the same day, time passed is 14 hours. In 14 hours, the watch would have gained 1400 seconds or 23 minutes 20 seconds. So, when the correct time is 10 PM, the watch would show 10 : 23 : 20 PM

Q: A man spend Rs. 810 in buying trouser at Rs. 70 each and shirt at Rs. 30 each. What will be the ratio of trouser and shirt when the maximum number of trouser is purchased ? 3277 0

  • 1
    1:3
    Correct
    Wrong
  • 2
    2:1
    Correct
    Wrong
  • 3
    3:2
    Correct
    Wrong
  • 4
    2:3
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 3. "3:2"
Explanation :

Answer: C) 3:2 Explanation: Let us assume S as number of shirts and T as number of trousersGiven that each trouser cost = Rs.70 and that of shirt = Rs.30Therefore, 70 T + 30 S = 810=> 7T + 3S = 81......(1)T = ( 81 - 3S )/7 We need to find the least value of S which will make (81 - 3S) divisible by 7 to get maximum value of TSimplifying by taking 3 as common factor i.e, 3(27-S) / 7In the above equation least value of S as 6 so that 27- 3S becomes divisible by 7 Hence T = (81-3xS)/7 = (81-3x6)/7 = 63/7 = 9 Hence for S, put T in eq(1), we getS = 81-7(9)/3 = 81-63 / 3 = 18/3 = 6.The ratio of T:S = 9:6 = 3:2.

Q: 8 couples (husband and wife) attend a dance show "Nach Baliye' in a popular TV channel ; A lucky draw in which 4 persons picked up for a prize is held, then the probability that there is atleast one couple will be selected is : 3255 0

  • 1
    8/39
    Correct
    Wrong
  • 2
    15/39
    Correct
    Wrong
  • 3
    12/13
    Correct
    Wrong
  • 4
    None of these
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 2. "15/39"
Explanation :

Answer: B) 15/39 Explanation: P( selecting atleast one couple) = 1 - P(selecting none of the couples for the prize)     = 1-16C1× 14C1×12C1×10C116C4=1539

Q: In a race of 1000 m, A can beat by 100 m, in a race of 800m, B can beat C by 100m. By how many meters will A beat C in a race of 600 m ? 3249 0

  • 1
    127.5 m
    Correct
    Wrong
  • 2
    254 m
    Correct
    Wrong
  • 3
    184 m
    Correct
    Wrong
  • 4
    212 m
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 1. "127.5 m"
Explanation :

Answer: A) 127.5 m Explanation: When A runs 1000 m, B runs 900 m and when B runs 800 m, C runs 700 m. When B runs 900 m, distance that C runs = (900 x 700)/800 = 6300/8 = 787.5 m. In a race of 1000 m, A beats C by (1000 - 787.5) = 212.5 m to C. In a race of 600 m, the number of meters by which A beats C = (600 x 212.5)/1000 = 127.5 m.

Q: A batsman in his 17th innings makes a score of 85 and their by increasing his average by 3. What is his average after the 17th innings ? 3246 0

  • 1
    34
    Correct
    Wrong
  • 2
    36
    Correct
    Wrong
  • 3
    35
    Correct
    Wrong
  • 4
    37
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 4. "37"
Explanation :

Answer: D) 37 Explanation: 16x + 85 = 17(x + 3) x = 34 + 3 = 37

Q: The wildcard in a WHERE clause is useful when 3242 0

  • 1
    An exact match is not possible in a SELECT statement.
    Correct
    Wrong
  • 2
    An exact match is necessary in a CREATE statement.
    Correct
    Wrong
  • 3
    An exact match is not possible in a CREATE statement.
    Correct
    Wrong
  • 4
    An exact match is necessary in a SELECT statement.
    Correct
    Wrong
  • Show Answer
  • Workspace

Answer : 1. "An exact match is not possible in a SELECT statement."
Explanation :

Answer: A) An exact match is not possible in a SELECT statement. Explanation:

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully

  Report Error

Please Enter Message
Error Reported Successfully