100 aptitude questions (Q1–Q100) Logical Reasoning Questions with Answers & Explanations.

 Logical Reasoning Questions with Answers & Explanations.

  1. Series Completion (Number/Letter Series)
  2. Analogies
  3. Coding-Decoding
  4. Blood Relations
  5. Direction Sense
  6. Seating Arrangements
  7. Syllogisms
  8. Puzzles & Miscellaneous

 Logical Reasoning Q&A (Number & Letter Series)

 

Q1. Find the missing term: 2, 6, 12, 20, 30, ?
Solution:
Differences: 4, 6, 8, 10 → next difference = 12.
So next = 30 + 12 = 42.
Answer: 42.

 

Q2. Find the next number: 3, 9, 27, 81, ?
Solution:
Each term ×3. Next = 81×3 = 243.
Answer: 243.

 

Q3. Find missing term: 7, 14, 28, 56, ?
Solution:
Each term ×2. Next = 56×2 = 112.
Answer: 112.

 

Q4. Series: 4, 16, 36, 64, ?
Solution:
Squares: 2²=4, 4²=16, 6²=36, 8²=64 → next 10²=100.
Answer: 100.

 

Q5. Series: 1, 1, 2, 3, 5, 8, ?
Solution:
Fibonacci (sum of previous two). Next = 5+8 = 13.
Answer: 13.

 

Q6. Find missing letter: A, C, F, J, O, ?
Solution:
Position jumps: +2 (A→C), +3 (C→F), +4 (F→J), +5 (J→O). Next +6 = U.
Answer: U.

 

Q7. Find next letters: Z, X, U, Q, ?
Solution:
Positions: Z(26), X(24), U(21), Q(17). Gaps: -2, -3, -4. Next gap -5 → 17-5=12 (L).
Answer: L.

 

Q8. Series: B, E, H, K, ?
Solution:
Positions: 2, 5, 8, 11 (+3). Next = 14 → N.
Answer: N.

 

Q9. Missing term: 2, 5, 10, 17, 26, ?
Solution:
Differences: +3, +5, +7, +9 → next +11. 26+11=37.
Answer: 37.

 

Q10. Find missing term: 11, 13, 17, 19, 23, ?
Solution:
Prime numbers after 23 → 29.
Answer: 29.

 Logical Reasoning Q&A (Analogies)

 

Q11.
CLOCK : TIME :: THERMOMETER : ?
Solution:

  • Clock measures time.
  • Thermometer measures temperature.
    Answer: Temperature.

 

Q12.
DOCTOR : PATIENT :: TEACHER : ?
Solution:

  • Doctor treats patient.
  • Teacher teaches student.
    Answer: Student.

 

Q13.
EYE : VISION :: EAR : ?
Solution:

  • Eye is used for vision.
  • Ear is used for hearing.
    Answer: Hearing.

 

Q14.
BOOK : READING :: KNIFE : ?
Solution:

  • Book is used for reading.
  • Knife is used for cutting.
    Answer: Cutting.

 

Q15.
SALT : FOOD :: FUEL : ?
Solution:

  • Salt is necessary for food.
  • Fuel is necessary for vehicle.
    Answer: Vehicle.

 

Q16.
MANGO : FRUIT :: SPINACH : ?
Solution:

  • Mango is a fruit.
  • Spinach is a vegetable.
    Answer: Vegetable.

 

Q17.
FISH : WATER :: BIRD : ?
Solution:

  • Fish lives in water.
  • Bird lives in air.
    Answer: Air.

 

Q18.
SURGEON : OPERATION :: AUTHOR : ?
Solution:

  • Surgeon performs operation.
  • Author writes book.
    Answer: Book.

 

Q19.
BUTCHER : MEAT :: GROCER : ?
Solution:

  • Butcher sells meat.
  • Grocer sells groceries.
    Answer: Groceries.

 

Q20.
PAINTER : BRUSH :: FARMER : ?
Solution:

  • Painter uses brush.
  • Farmer uses plough.
    Answer: Plough.

 

 Logical Reasoning Q&A (Coding–Decoding)

Q21. In a certain code, APPLE is written as BQQMF. How is MANGO written in that code?
Solution:
Pattern: each letter is replaced by the next letter in the alphabet (A→B, P→Q, P→Q, L→M, E→F).
Apply to MANGO: M→N, A→B, N→O, G→H, O→P → NBOHP.
Answer: NBOHP

 

Q22. If CAT → 3120 and DOG → 4157, what is the code for BAT?
Solution:
Observe mapping per letter: C→3, A→1, T→20 → they used alphabetical positions concatenated (C=3, A=1, T=20). For DOG: D=4, O=15, G=7 → 4157 (note O=15 placed as 15, so 4 15 7 → 4157).
BAT → B=2, A=1, T=20 → concatenate → 2120.
Answer: 2120

 

Q23. In a code language, PLANE is written as OKZMD. What rule is applied and what is the code for TRAIN?
Solution:
Compare letters: P→O (−1), L→K (−1), A→Z (−1 but wrapping: A−1 → Z), N→M (−1), E→D (−1). So rule: each letter → previous letter in alphabet.
Apply to TRAIN: T→S, R→Q, A→Z, I→H, N→M → SQZHM.
Answer: SQZHM

 

Q24. If APPLE is coded as 5-16-16-12-5 (numbers separated by hyphen), what code corresponds to PEAR?
Solution:
They used alphabetical positions: A=1, P=16, P=16, L=12, E=5. So PEAR: P=16, E=5, A=1, R=18 → 16-5-1-18.
Answer: 16-5-1-18

 

Q25. In a code language, BEAR is written as YVZI. What is the code for LION?
Solution:
Compare B→Y, E→V, A→Z, R→I. Looks like each letter maps to its opposite in the alphabet: A↔Z, B↔Y, C↔X, … (A→Z, B→Y, E→V). So use Atbash cipher: letter → (27 − position).
L (12) → 27−12 = 15 → O, I (9) → 18 → R, O (15) → 12 → L, N (14) → 13 → M. Thus LION → ORLM.
Answer: ORLM

 

Q26. In a code language, MIRROR is written as RRORIM. What is the rule and how would LEVEL be written?
Solution:
Code is simply the reverse of the word (mirror it). MIRROR reversed → R R O R I M = RRORIM. So LEVEL reversed is LEVEL (a palindrome).
Answer: LEVEL

 

Q27. If in a code + means ×, × means −, and − means +, find value of 6 + 4 × 3 − 2 in that code.
Solution:
Replace per code: +→×, ×→−, −→+. So expression becomes 6 × 4 − 3 + 2. Evaluate with normal operator precedence: multiplication first: 6×4 = 24. Then left to right: 24 − 3 = 21. 21 + 2 = 23.
Answer: 23

 

Q28. In a certain code language, PEN is coded as 15#14. What is code for PIG?
Solution:
Look at PEN → letters P, E, N. Code 15#14 has two numbers; maybe it’s (P position −1) and (N position −1) with # indicating middle letter dropped or something. Alternatively, check positions: P=16, E=5, N=14. Given code 15#14 → looks like (P−1)=15, #, (N)=14. So rule: write (P−1) # (N). Middle letter omitted.
Apply to PIG: P=16→(P−1)=15, middle I omitted, G=7. So code = 15#7.
Answer: 15#7
(Note: multiple plausible rules exist; this fits the supplied example.)

 

Q29. If ZEBRA → 1-5-2-18-26, what is the pattern and code for HORSE?
Solution:
They’re writing positions but reversed order per letter: For ZEBRA: Z=26 shown as last number 26, but series given 1-5-2-18-26 corresponds to letters reversed alphabetical positions? Wait: Map letters to positions and then reverse sequence: Z(26), E(5), B(2), R(18), A(1). Given code is 1-5-2-18-26 which is positions of letters but written in reverse order (A,E,B,R,Z). So rule: list alphabetical positions of letters then reverse that sequence.
Apply to HORSE: letters H(8), O(15), R(18), S(19), E(5). Positions sequence: 8-15-18-19-5. Reverse it: 5-19-18-15-8.
Answer: 5-19-18-15-8

 

Q30. In a code language, each letter is replaced by the letter two places to its right (wrapping around). What is coded form of YAZ?
Solution:
Shift each letter +2: Y→A (Y→Z→A), A→C, Z→B (Z→A→B). So YAZ → ACB.
Answer: ACB

 

Q31–Q40 (Blood Relations)

 

Q31. Pointing to a man, a woman said, “His mother is the only daughter of my mother.” How is the man related to the woman?
Solution:

  • “The only daughter of my mother” = the woman herself (she’s referring to her only sister/daughter of her mother; since she says my mother, and only daughter of my mother means the speaker if she’s an only daughter, but typical interpretation: the only daughter of my mother = the speaker herself).
  • So the man’s mother is the woman → the man is the woman’s son.
    Answer: Son

If the speaker is indeed the only daughter, the man is her son. (Some wordings intend: “His mother is the only daughter of my mother” → his mother = me → son.)

 

Q32. A says, “B is the son of the only daughter of my grandfather.” How is B related to A?
Solution:

  • “Only daughter of my grandfather” = the speaker’s mother (assuming grandfather’s only daughter is the speaker’s mother or aunt; but typical reading: grandfather’s only daughter = speaker’s mother).
  • So B is son of A’s mother → B is A’s brother (or half-brother).
    Answer: Brother

 

Q33. P is the brother of Q. R is the son of Q. S is the sister of R. How is P related to S?
Solution:

  • P and Q are siblings. Q’s son is R. R’s sister S is also Q’s daughter. So S is Q’s daughter. P (brother of Q) is the uncle of Q’s children.
    Answer: Uncle

 

Q34. If M is the mother of N and P is the father of Q; N is the sister of Q. How is P related to M?
Solution:
Given N and Q are siblings (N is sister of Q). M is mother of N, so M is also mother of Q. P is father of Q. Thus M and P are parents of Q → they are husband and wife.
Answer: Husband (P) is M’s husband / P is M’s spouse

 

Q35. A says, “B is the father of the daughter of my mother.” How is B related to A?
Solution:

  • “The daughter of my mother” = A herself (or A’s sister). Father of that daughter = A’s father. So B is A’s father.
    Answer: Father

(If one reads “the daughter of my mother” as A herself, father of that daughter is A’s father.)

 

Q36. In a family, John is the only son of Mary. Mary has two daughters. How is John related to Mary’s daughters?
Solution:

  • John is their brother (only son, and Mary’s daughters are his sisters).
    Answer: Brother

 

Q37. If X is the brother of Y’s mother and Y is Z’s father, how is X related to Z?
Solution:

  • X = brother of Y’s mother → X is Y’s maternal uncle. Y is father of Z → Y is Z’s father. So X is Z’s grand-uncle (mother’s brother of Z’s father? Wait carefully:)
    Trace: Y’s mother is mother of Y. X is brother of Y’s mother → X is maternal uncle of Y. For Z (child of Y), X is great-uncle? Actually: X is uncle of Y; Y is father of Z → X is uncle of Z’s father → that makes X the grand-uncle (or great-uncle) of Z.
    Answer: Grand-uncle (Great-uncle)

 

Q38. A man points to a woman and says, “She is the mother of the only son of my mother.” What is the relation between the man and the woman?
Solution:

  • “Only son of my mother” = the man himself (if he is the only son), or his brother — but he says my mother and only son of my mother suggests the man himself. Mother of that son = the man’s mother. So the woman is his mother.
    Answer: Mother

 

Q39. Tom’s mother has three children. The first is April, the second is May. What is the third child’s name?
Solution:

  • Question says: Tom’s mother has three children… implies Tom is one of them. Listing: April, May, and Tom.
    Answer: Tom

 

Q40. A is married to B. C is the daughter of A. D is the brother of B. What is D’s relation to C?
Solution:

  • A married to B → B is parent of C (one parent). C is daughter of A → if A is married to B, B is likely C’s parent as well. D is B’s brother → D is C’s uncle (maternal or paternal depending which spouse).
    Answer: Uncle

 

Q41–Q50 (Direction Sense & Distance)

 

Q41. A person walks 10 m north, turns right and walks 5 m, turns right and walks 10 m. Where is he now from the starting point?
Solution:

  • Start → 10 m north.
  • Turn right (from north) → faces east → walk 5 m east.
  • Turn right (from east) → faces south → walk 10 m south.
    Net vertical: +10 north then −10 south = 0.
    Net horizontal: 5 m east.
    Answer: 5 m East of the start.

 

Q42. Ravi starts from point A, walks 8 km east, turns left and walks 3 km, then turns left and walks 8 km. How far and in which direction is he from A?
Solution:

  • East 8 km.
  • Left turn from east → north → 3 km north.
  • Left from north → west → 8 km west.
    Net east-west: +8 then −8 = 0. Net north = 3 km.
    Answer: 3 km North of A.

 

Q43. A man walks 5 km north, then 2 km east, then 5 km south. How far is he from starting point and in which direction?
Solution:

  • North 5, east 2, south 5 → vertical cancels (5 north − 5 south = 0). Horizontal = 2 east.
    Distance = 2 km, Direction = East.
    Answer: 2 km East.

 

Q44. Starting at home, Tina walks 12 m west, turns right and walks 5 m, turns right and walks 12 m, turns left and walks 8 m. How far and in which direction is she from home?
Solution:

  • West 12.
  • Right from west → north → 5 north.
  • Right from north → east → 12 east (this cancels the initial 12 west). Now horizontal = 0.
  • Left from east → north → 8 north. Total north = 5 + 8 = 13.
    Distance = 13 m North.
    Answer: 13 m North.

 

Q45. A walks 7 km south, then 7 km east, then 7 km north. How far from the starting point is A?
Solution:

  • South 7, east 7, north 7 → vertical: −7 + 7 = 0. Horizontal = 7 east.
    Distance = 7 km East.
    Answer: 7 km East.

 

Q46. From his house, John walks 15 m east, then 9 m north, then 6 m west, then 9 m south. How far is he from his house?
Solution:

  • East 15, north 9, west 6, south 9. Vertical: +9 − 9 = 0. Horizontal: +15 − 6 = 9 east.
    Distance = 9 m East.
    Answer: 9 m East.

 

Q47. A person starts at point X, walks 4 m north, 3 m west, 4 m south and 3 m east. Where does he end?
Solution:

  • North 4 then south 4 → vertical cancels. West 3 then east 3 → horizontal cancels. Net displacement = 0.
    Answer: Back at point X (starting point).

 

Q48. A walks 10 km north, then 6 km west, then 2 km north, then 6 km east. How far from the starting point and in which direction?
Solution:

  • North: 10 + 2 = 12 north. East-west: −6 + 6 = 0.
    Net = 12 km North.
    Answer: 12 km North.

 

Q49. A starts at P, moves 8 m south, 6 m east, 8 m north. How far and in what direction from P?
Solution:

  • South 8 then north 8 → vertical cancels. Horizontal = 6 east.
    Distance = 6 m East.
    Answer: 6 m East.

 

Q50. From a point, a person walks 5 km east, turns south and walks 12 km, turns west and walks 5 km. Where is he relative to the starting point?
Solution:

  • East 5 then west 5 → horizontal cancels. South 12 remains. Net displacement = 12 km South.
    Answer: 12 km South.

 

Q51. Five friends A, B, C, D and E sit in a row. How many different seating arrangements are possible?
Solution:

  • For a row of 5 distinct people, number of permutations = 5!=1205! = 1205!=120.
    Answer: 120 arrangements.

 

Q52. Four people A, B, C, D sit in a row. How many arrangements if A must sit next to B?
Solution:

  • Treat (A,B) as one block. Within the block A and B can be arranged in 2 ways (AB or BA).
  • Now we have 3 items: (AB), C, D → 3!=63! = 63!=6 ways.
  • Total = 6×2=126 \times 2 = 126×2=12.
    Answer: 12 arrangements.

 

Q53. Six people sit around a circular table. How many distinct seating arrangements (consider rotations identical)?
Solution:

  • Circular permutations for nnn distinct people = (n−1)!(n-1)!(n−1)!.
  • Here n=6n=6n=6 → (6−1)!=5!=120(6-1)! = 5! = 120(6−1)!=5!=120.
    Answer: 120 arrangements.

 

Q54. Six people sit around a round table. In how many ways can they sit if two particular persons must not sit together?
Solution:

  • Total circular arrangements = (6−1)!=120(6-1)! = 120(6−1)!=120.
  • Count arrangements where the two sit together: treat them as a block → now 5 items → (5−1)!=4!=24(5-1)! = 4! = 24(5−1)!=4!=24 circular arrangements of block+others. Inside block they can be arranged 2 ways → 24×2=4824\times2=4824×2=48.
  • So arrangements where they are not together = Total − together = 120−48=72120 - 48 = 72120−48=72.
    Answer: 72 arrangements.

 

Q55. In a row of 7 chairs, 7 students are to be seated. In how many ways can they sit such that two specific students sit at the ends?
Solution:

  • Choose which of the two specific students sits at left end and which at right end: 2!2!2! ways.
  • Remaining 5 students can be arranged in the remaining 5 chairs: 5!5!5! ways.
  • Total = 2!×5!=2×120=2402! \times 5! = 2 \times 120 = 2402!×5!=2×120=240.
    Answer: 240 arrangements.

 

Q56. Five people are to be seated around a circular table. How many ways if rotations are considered identical but reflections (mirror images) are different?
Solution:

  • Standard circular permutations (rotations identical) = (5−1)!=4!=24(5-1)! = 4! = 24(5−1)!=4!=24. Reflections counted separately, so answer stays 24.
    Answer: 24 arrangements.

 

Q57. In a row, 8 students are to be seated but two particular students cannot be together. How many arrangements?
Solution:

  • Total arrangements without restriction = 8!=40,3208! = 40,3208!=40,320.
  • Treat the two as a single block to count forbidden arrangements: block + 6 others = 7 items → 7!7!7! arrangements; inside block: 2!2!2!. So forbidden = 7!×2=10,0807!\times2 = 10,0807!×2=10,080.
  • Valid = 8!−7!×2=40,320−10,080=30,2408! - 7!\times2 = 40,320 - 10,080 = 30,2408!−7!×2=40,320−10,080=30,240.
    Answer: 30,240 arrangements.

 

Q58. Six people sit in a row. How many ways such that A and B are separated by exactly one person?
Solution:

  • Think of pattern A _ B or B _ A where underscore is one seat between. First choose the middle person (the seat between A and B): there are 4 possible positions for the middle seat when A and B occupy positions with exactly one between them? Easier method: place A, then place B two seats away.
    Method: Count ordered pairs (A,B) placements with one seat between in a row of 6: possible starting positions for A when B is to its right two places: positions 1→3, 2→4, 3→5, 4→6 → 4 ways. Also B could be left of A similarly → another 4 ways. So total position assignments for A and B = 8.
  • Remaining 4 people can be arranged in remaining 4 seats: 4!=244! = 244!=24.
  • Total = 8×24=1928 \times 24 = 1928×24=192.
    Answer: 192 arrangements.

 

Q59. In a circular seating of 8 people, how many ways if A and B must sit opposite each other?
Solution:

  • Fix A’s position to break rotational symmetry. Then B must be opposite A — that seat is fixed (1 way).
  • Remaining 6 people can be arranged in 6!6!6! ways.
  • So total = 6!=7206! = 7206!=720.
    Answer: 720 arrangements.

 

Q60. Seven people to be seated in a row. How many ways if two particular people must have at least two people between them?
Solution:
We count placements where distance (in seats) between the two specific people ≥ 3 seats (i.e., at least two people between).
Method (complement easier): total arrangements = 7!=50407! = 50407!=5040. Subtract arrangements where they are closer than required (i.e., 0 or 1 person between).

  • Cases where they are adjacent (0 between): treat as block → 6!×2=14406!\times2 = 14406!×2=1440.
  • Cases where exactly one person between them: number of ordered placements: positions where pattern X _ Y occurs. For a row of 7, possible starting positions for X with Y two seats to the right: positions 1→3,2→4,3→5,4→6,5→7 → 5 ways; and Y can be left of X similarly → another 5: total 10 positionings for the ordered pair. Remaining 5 persons arrange in 5!=1205! = 1205!=120. So count = 10×120=120010\times120 = 120010×120=1200.
  • Forbidden (adjacent or one-between) = 1440+1200=26401440 + 1200 = 26401440+1200=2640.
  • Allowed = 5040−2640=24005040 - 2640 = 24005040−2640=2400.
    Answer: 2400 arrangements.

 

Q61–Q70 (Syllogisms & Venn / Logical deductions)

 

Q61.
Statements:

  • All pens are blue.
  • All blue are metal.
    Conclusions:
    I. All pens are metal.
    II. Some metal are pens.
    Answer: Both I and II follow.
    Explanation: From the chain All pens → blue and All blue → metal we get All pens → metal (I true). Since there exist pens (implied), some metal are pens (II true).

 

Q62.
Statements:

  • All cats are mammals.
  • Some mammals are carnivores.
    Conclusions:
    I. Some cats are carnivores.
    II. All carnivores are mammals.
    Answer: Neither I nor II follows.
    Explanation: “Some mammals are carnivores” does not guarantee overlap with the subset “cats,” so I does not follow. II is too strong — we only know some mammals are carnivores, not that all carnivores are mammals.

 

Q63.
Statements:

  • No A are B.
  • Some C are A.
    Conclusions:
    I. Some C are not B.
    II. Some B are C.
    Answer: Only I follows.
    Explanation: The C that are A cannot be B (No A are B), so some C are not B. There is no information to support II.

 

Q64.
Statements:

  • All doctors are educated.
  • Some educated are rich.
    Conclusions:
    I. Some doctors are rich.
    II. All rich are educated.
    Answer: Neither I nor II follows.
    Explanation: “Some educated are rich” may or may not overlap with doctors, so I doesn’t follow. II is false because “some educated are rich” doesn’t imply all rich are educated.

 

Q65.
Statements:

  • Some students are athletes.
  • All athletes are healthy.
    Conclusions:
    I. Some students are healthy.
    II. All healthy are athletes.
    Answer: Only I follows.
    Explanation: The students who are athletes are healthy (Some students → athletes → healthy), so I follows. II is too strong.

 

Q66.
Statements:

  • All roses are flowers.
  • No flower is mineral.
    Conclusions:
    I. No rose is mineral.
    II. Some minerals are roses.
    Answer: Only I follows.
    Explanation: If all roses are flowers and no flower is mineral, then no rose can be mineral. II contradicts the second statement.

 

Q67.
Statements:

  • Some A are B.
  • Some B are C.
    Conclusions:
    I. Some A are C.
    II. All A are C.
    Answer: Neither I nor II follows.
    Explanation: The two “some” relations do not guarantee overlap between A and C, so neither conclusion is compelled.

 

Q68.
Statements:

  • All pens are tools.
  • Some tools are sharp.
    Conclusions:
    I. Some pens are sharp.
    II. Some sharp are pens.
    Answer: Neither I nor II follows.
    Explanation: The “some tools are sharp” set may or may not intersect the “pens” subset; nothing guarantees that.

 

Q69.
Statements:

  • No birds are mammals.
  • All sparrows are birds.
    Conclusions:
    I. No sparrow is a mammal.
    II. Some birds are sparrows.
    Answer: Only I follows.
    Explanation: Since all sparrows are birds and no bird is a mammal, sparrows cannot be mammals. II is not stated by premises.

 

Q70.
Statements:

  • Some books are novels.
  • All novels are stories.
    Conclusions:
    I. Some books are stories.
    II. All stories are novels.
    Answer: Only I follows.
    Explanation: Some books (those that are novels) are stories. II is false — stories include more than novels.

 

Q71. (Age puzzle)
A father is 4 times as old as his son. After 6 years the father will be three times as old as his son. Find their present ages.
Solution:
Let son = xxx, father = 4x4x4x. After 6 years: father =4x+6=4x+6=4x+6, son =x+6=x+6=x+6. Given 4x+6=3(x+6)4x+6 = 3(x+6)4x+6=3(x+6).
Solve: 4x+6=3x+18
x=124x+6 = 3x+18 \Rightarrow x = 124x+6=3x+18x=12. Father = 4x=484x = 484x=48.
Answer: Son = 12 years, Father = 48 years.

 

Q72. (Clock puzzle)
At what time between 3 and 4 o’clock are the hands of a clock at right angles? (Give the first time after 3.)
Solution:
Angle between hands = |(30H − 5.5M)| degrees (where H hours, M minutes). For H=3, we want angle = 90°: |(90 − 5.5M)| = 90. Two possibilities:

  1. 90 − 5.5M = 90 → 5.5M = 0 → M = 0 (3:00, trivial)
  2. 90 − 5.5M = −90 → 5.5M = 180 → M = 180 / 5.5 = 3281132\frac{8}{11}32118​ minutes ≈ 32 min 43.64 sec.
    (So the first non-trivial right angle after 3:00 is at about 3:32:43.6.)
    Answer: Approximately 3:32:43.6.

 

Q73. (Calendar / Day problem)
If 1st Jan 2021 was a Friday, what day of the week was 1st Jan 2025?
Solution:
Count days advanced each year (non-leap adds 1 day, leap adds 2 days). Years: 2021→2022 (2021 not leap) +1, 2022→2023 +1, 2023→2024 +1, 2024→2025 (2024 leap) +2. Total advance = 1+1+1+2 = 5 days. Friday + 5 days = Wednesday.
Answer: Wednesday.

 

Q74. (Cube faces)
A dice (standard cube) has numbers 1–6. If opposite faces sum to 7, and face 1 is opposite 6, 2 opposite 5, 3 opposite 4. If the top face shows 2 and front face shows 3, which number is on the right face?
Solution:
Visualize standard dice orientation: Opposites known. With top = 2, front = 3. We can determine right face by elimination: faces available are {1,4,5,6} aside from 2 (top) and 3 (front). Opposite of 2 is 5 (so bottom=5). Opposite of 3 is 4 (so back=4). Remaining faces left/right are {1,6}, and we know 1 opposite 6. Which is right? On a standard right-handed die configuration, with 2 top and 3 front, the right face is 1. (One can also rotate a physical die or recall standard layout.)
Answer: 1.

 

Q75. (River crossing logic — simplified)
Three people can cross a bridge but only two can go at a time. They take 1, 2, and 5 minutes respectively to cross. When two cross together they move at the slower person’s speed. A torch is needed and must be brought back each time. What is the minimum total time for all to cross?
Solution:
Classic solution: Let people A=1, B=2, C=5. Optimal sequence: A and B cross (2 min), A returns (1 min) → time 3. A and C cross (5 min), A returns (1 min) → +6 = 9. Finally A and B cross (2 min) → total = 11. Wait check better sequence: Actually known optimal is: A and B cross (2), A back (1) →3; A and C cross (5), A back (1) →9; A and B cross (2) →11. No faster.
Answer: 11 minutes.

 

Q76. (Logic grid puzzle — simple)
Five students — P, Q, R, S, T — stand in a line (left to right). Q stands immediately left of R. P stands at one end. S stands to the right of Q but left of T. Who is in the middle?
Solution:
We need an arrangement L→R. P at an end (either leftmost or rightmost). Q immediately left of R means …Q R adjacent. S is right of Q but left of T, so Q < S < T with Q left of S and S left of T; also Q immediately left of R (Q R). Possibilities: Place sequence that fits Q R and S between Q and T: One working arrangement (left→right): P, Q, R, S, T — but S must be right of Q and left of T (true), but S is right of R here which violates nothing. Check Q immediate left of R yes. P at left end ok. Who is middle? Middle (3rd) = R. Other arrangements might change but middle = R.
Answer: R.

 

Q77. (Truth-tellers / Liars simple)
In a town, A always tells truth, B always lies, C sometimes tells truth, sometimes lies. A says “B always lies.” B says “C always tells truth.” Which statements are correct/false?
Solution:

  • A always tells truth, so his statement “B always lies” is true → B is a liar (consistent).
  • B always lies, so his statement “C always tells truth” is false → C does not always tell truth (consistent with sometimes true/sometimes false).
    Both statements resolved consistently.
    Answer: A’s statement is true; B’s statement is false.

 

Q78. (Algebraic puzzle)
If x+1x=6x + \dfrac{1}{x} = 6x+x1​=6, find x3+1x3x^3 + \dfrac{1}{x^3}x3+x31​.
Solution:
We know (x+1/x)3=x3+3x+3(1/x)+1/x3=x3+1/x3+3(x+1/x)(x + 1/x)^3 = x^3 + 3x + 3(1/x) + 1/x^3 = x^3 + 1/x^3 + 3(x + 1/x)(x+1/x)3=x3+3x+3(1/x)+1/x3=x3+1/x3+3(x+1/x). So x3+1/x3=(x+1/x)3−3(x+1/x)x^3 + 1/x^3 = (x + 1/x)^3 - 3(x + 1/x)x3+1/x3=(x+1/x)3−3(x+1/x). Given 6 → 63−3×6=216−18=1986^3 - 3×6 = 216 - 18 = 19863−3×6=216−18=198.
Answer: 198.

 

Q79. (Word & pattern puzzle)
You have the words: {TEAM, MATE, MEAT, TAME}. If these are arranged alphabetically, which word comes third?
Solution:
Alphabetical order: MEAT, MATE, TAME, TEAM? Wait compare letter by letter:

  • MEAT (M E A T)
  • MATE (M A T E) — actually M A... comes before M E... so ordering begins with M A...
    Correct sort: MATE (M A...), MEAT (M E...), TAME (T A...), TEAM (T E...). So sequence: MATE, MEAT, TAME, TEAM. Third = TAME.
    Answer: TAME.

 

Q80. (Pattern recognition / series of words)
A code lists the words: 3, 6, 18, 72, ? — Find next term and explain pattern.
Solution:
Check ratios: 6/3=2, 18/6=3, 72/18=4. Pattern multiplies by increasing integers 2,3,4,... Next multiply by 5: 72×5 = 360.
Answer: 360 (pattern ×2, ×3, ×4, ×5).

 

Q81–Q90 (more complex puzzles: conditional logic, multi-step)

Q81. (Conditional seating puzzle)
Six friends — A, B, C, D, E, F — sit in a row. B sits left to C. D sits to the immediate right of A. E sits at an end. F sits between C and E. Who sits third from the left?
Solution:
We must build a row of six (positions 1..6 from left to right).

Constraints:

  • E at an end → E is at position 1 or 6.
  • F sits between C and E → sequence either C–F–E or E–F–C.
  • B sits left to C → B is somewhere left of C (not necessarily immediate).
  • D sits immediately right of A → pair A D adjacent with D on A’s right (A then D).

Try E at left end (pos1 = E). Then F between C and E means E–F–C (pos1 E, pos2 F, pos3 C). B must be left to C → B must be in pos1 or pos2, but pos1 is E and pos2 is F, so impossible. So E cannot be left end.

Try E at right end (pos6 = E). Then F between C and E means C–F–E occupying pos4 C, pos5 F, pos6 E (or pos3 C pos4 F pos5 E but E is pos6 so correct is pos4/5/6). So fill pos4=C, pos5=F, pos6=E.

B must be left to C → B is in pos1, pos2, or pos3. A and D are adjacent with D to right of A — they occupy remaining two adjacent slots among pos1–pos3. Possible placements for A D and B in pos1–pos3. Try to place A D as pos1-pos2 then B pos3. That gives row: pos1 A, pos2 D, pos3 B, pos4 C, pos5 F, pos6 E. Check B left to C? B is pos3 and C pos4 — yes B is left of C. All constraints satisfied.

So third from left = pos3 = B.
Answer: B.

 

Q82. (Weights & balance puzzle)
We have five weights: 1g, 3g, 9g, 27g, 81g. Using some or all on a two-pan balance (you can put weights on either pan), what is the maximum integer weight (in grams) you can measure exactly?
Solution:
This is classic balanced ternary: with weights 1,3,9,27,81 (powers of 3), you can weigh any integer from 1 up to sum of weights if you can put weights on both pans. The maximum measurable is 1+3+9+27+81=1211+3+9+27+81 = 1211+3+9+27+81=121 grams. Explanation: every integer from 1..121 can be represented in balanced ternary using coefficients −1,0,1 corresponding to putting a weight on target-side (−1), not using (0), or on weight-side (+1).
Answer: 121 grams.

 

Q83. (Truth/Lie with statements)
Three people — P, Q, R. Exactly one always tells truth, exactly one always lies, and exactly one sometimes lies/sometimes tells truth. P says: “Q is the liar.” Q says: “R is the truth-teller.” R says: “P is not the liar.” Identify who is truth-teller, liar, and sometimes-truth person.
Solution:
Test possibilities.

Assume P is truth-teller. Then P’s statement “Q is the liar” true → Q is liar. Then Q’s statement “R is truth-teller” is false (liar), so R is not truth-teller. But P already truth-teller, contradiction. So P cannot be truth-teller.

Assume Q is truth-teller. Then Q: “R is the truth-teller” true → R truth-teller too — impossible (only one truth-teller). So Q not truth-teller.

So R must be truth-teller. R says “P is not the liar” (true) → so P is not liar. Since R truth-teller, one of P/Q is liar and one is sometimes. From R’s truth we have P not liar → so Q is liar. Then P must be the sometimes-truth person. Check consistency: Q (liar) says “R is truth-teller” which is true — but liar cannot tell true statements. Wait contradiction — but liar might make true or false? By definition liar always lies; so Q's statement must be false. Q says “R is truth-teller” but R is truth-teller, so that statement would be true — contradiction. So previous assignment fails.

Re-evaluate: maybe our initial assumption about only one always-tells-truth, one always-lies and one sometimes — check possibilities systematically.

Let R be truth-teller: R’s statement “P is not the liar” true → P not liar. Then Q must be liar. But Q (liar) says “R is truth-teller” — since R actually truth-teller, Q’s statement would be true, impossible. So R cannot be truth-teller.

Try P truth-teller we already excluded. Try Q truth-teller we excluded. All three excluded — means maybe reading of statements allows sometimes person to utter truth/lie. We must assign roles so all utterances consistent:

Try P = liar, Q = sometimes, R = truth-teller. P (liar) says “Q is the liar” — that is false (since Q is sometimes), so liar said false — consistent. R (truth-teller) says “P is not the liar” — but P is liar → R statement false, contradiction.

Try P = liar, Q = truth-teller, R = sometimes. P (liar) says “Q is the liar” — false (since Q truth-teller) → OK (liar lies). Q (truth) says “R is the truth-teller” — but R sometimes, Q statement false -> contradiction.

Try P = sometimes, Q = liar, R = truth-teller — we tried similar and got contradiction because Q (liar) said R truth-teller true.

Try P = sometimes, Q = truth-teller, R = liar. Q (truth) says “R is the truth-teller” but R liar → Q’s statement false contradiction.

Try P = truth-teller, Q = sometimes, R = liar. P (truth) says “Q is the liar” but Q sometimes → statement false contradiction.

Try P = sometimes, Q = liar, R = truth-teller we did.

Only remaining assignment: P = liar, Q = truth-teller, R = sometimes? We tried that and contradicted.

We must have made mis-evaluation: re-check original statements:

P: “Q is the liar.”
Q: “R is the truth-teller.”
R: “P is not the liar.”

We need consistent assignment where Q's statement can be true if Q is truth-teller, etc.

Try assignment: Q = truth-teller. Then Q: “R is truth-teller” → R must be truth-teller — impossible. So Q cannot be truth-teller. So truth-teller is either P or R.

Try P truth-teller: P says “Q is the liar” → Q liar. Then R must be sometimes. R (sometimes) says “P is not the liar” — that's true (P truth-teller) but sometimes person can tell truth — OK. Q (liar) says “R is truth-teller” — but R is sometimes, so statement is false → liar lying — OK. This is consistent! Earlier I thought contradiction but re-evaluate: P truth-teller leads to Q liar and R sometimes. Check all three: P truth (statement true), Q liar (statement false), R sometimes (statement true allowed). So P = truth-teller, Q = liar, R = sometimes. My earlier elimination of P was mistaken.

Final: P = truth-teller, Q = liar, R = sometimes.
Answer: P — always truth; Q — always lies; R — sometimes tells truth/sometimes lies.

 

Q84. (Grid & shortest path)
You are at top-left of a 3×3 grid (cells 3 across, 3 down). You can move only right or down. How many distinct paths to bottom-right?
Solution:
To move from top-left to bottom-right you must move 2 rights and 2 downs? Wait 3×3 grid cells corresponds to 2 moves right and 2 moves down? Clarify: If grid has 3 rows and 3 columns of cells, moving from top-left cell to bottom-right requires (rows−1) downs and (cols−1) rights = 2 downs and 2 rights total 4 moves. Number of distinct sequences = (42)=6 \binom{4}{2} = 6(24​)=6.
Answer: 6 paths.

 

Q85. (Mixture / ratio puzzle)
A vessel contains milk and water in ratio 7:3. If 10 liters of mixture are replaced with water, the ratio becomes 7:6. Find initial quantity of mixture.
Solution:
Let total = TTT liters. Milk initially = 7T/107T/107T/10. After removing 10 L, milk left = 7T/10×(T−10)/T=7(T−10)/107T/10 \times (T-10)/T = 7(T-10)/107T/10×(T−10)/T=7(T−10)/10 (since removing proportional). Then add 10 L water; milk remains unchanged. New ratio milk:water = 7:6. So milk = 7k7k7k, water = 6k6k6k. Total = 13k=T13k = T13k=T. Milk amount = 7k7k7k. Equate milk after operation: 7(T−10)/10=7k7(T-10)/10 = 7k7(T−10)/10=7k. But T=13kT = 13kT=13k. Substitute: 7(13k−10)/10=7k7(13k -10)/10 = 7k7(13k−10)/10=7k. Divide by 7: (13k−10)/10=k(13k -10)/10 = k(13k−10)/10=k. Multiply: 13k -10 = 10k → 3k = 10 → k = 10/3. Then T = 13k = 130/3 ≈ 43.333 L. Usually total should be integer; maybe arithmetic alternative: solve directly:

Set T = total. Milk after = 7(T−10)/107(T-10)/107(T−10)/10. New ratio: milk / (water after) = 7/6. Water after = T - 10 - milk_after + 10 = T - milk_after. So milk_after / (T - milk_after) = 7/6 → cross-multiply: 6*milk_after = 7(T - milk_after) → 6m = 7T -7m → 13m = 7T → m = 7T/13. But m = 7(T-10)/10. So 7(T-10)/10 = 7T/13 → divide 7: (T-10)/10 = T/13 → 13(T -10) = 10T → 13T -130 = 10T → 3T = 130 → T = 130/3 = 43 1/3 L. So initial total = 130/3 liters (~43.33 L). If problem expects integer, maybe values chosen allow fraction.
Answer: 130/3130/3130/3 litres (≈ 43.33 L).

 

Q86. (Age + algebra twist)
Three years ago, A’s age was three times B’s age. After 6 years from now, A’s age will be twice B’s age. Find their present ages.
Solution:
Let current ages be A and B. Three years ago: A−3 = 3(B−3) → A−3 = 3B −9 → A = 3B −6 …(1). After 6 years: A+6 = 2(B+6) → A+6 = 2B +12 → A = 2B +6 …(2). Set (1)=(2): 3B −6 = 2B +6 → B = 12. Then A = 2B +6 = 30. So present ages: A=30, B=12.
Answer: A = 30 years, B = 12 years.

 

Q87. (Train over platform with algebra)
A train crosses a platform of length 240 m in 40 seconds and crosses a stationary pole in 30 seconds. Find length of the train and its speed.
Solution:
Let train length = LLL m, speed = vvv m/s. Crossing pole time = L/v=30L/v = 30L/v=30 → v=L/30v = L/30v=L/30. Crossing platform time = (L + 240)/v = 40. Substitute v: (L + 240) / (L/30) = 40 → (L +240) *30 / L = 40 → 30(L +240) = 40L → 30L + 7200 = 40L → 10L = 7200 → L = 720 m. Speed v = L/30 = 720/30 = 24 m/s = 86.4 km/h (×3.6).
Answer: Train length = 720 m, Speed = 24 m/s (86.4 km/h).

 

Q88. (Logic + elimination)
Seven boxes have weights: 2, 3, 5, 7, 11, 13, 17 kg. You must place them on a two-pan balance to make both pans equal weight using all boxes. Is it possible? If yes, give one partition.
Solution:
Total sum = 2+3+5+7+11+13+17 = 58. Need each pan 29. Look for subset summing 29. Try 17+11+1? 1 not available. Try 17+5+7 = 29 → 17+7+5 =29 works. So one pan {17,7,5}, other pan {13,11,3,2} sums 13+11+3+2 =29. So yes.
Answer: Yes. One partition: {17,7,5} vs {13,11,3,2} (each 29 kg).

 

Q89. (Binary logic / parity)
You have 10 coins, exactly one is counterfeit and lighter. Using a balance scale (no weights) what is the minimum number of weighings needed to find the counterfeit?
Solution:
Using ternary splitting with balance (left, right, or equal) you can distinguish up to 3w3^w3w possibilities in www weighings. Need smallest www with 3w≥103^w \ge 103w≥10. 32=9<103^2 =9 < 1032=9<10, 33=27≥103^3 =27 \ge 1033=27≥10. So minimum weighings = 3.
Answer: 3 weighings.

 

Q90. (Logic grid with sums)
Four consecutive integers have sum 50. Find them.
Solution:
Let the integers be n,n+1,n+2,n+3n, n+1, n+2, n+3n,n+1,n+2,n+3. Sum = 4n+6=504n + 6 = 504n+6=50 → 4n=444n = 444n=44 → n=11n = 11n=11. So numbers: 11,12,13,14.
Answer: 11, 12, 13, 14.

 

Q91. (River crossing — classic variation)
Three missionaries and three cannibals must cross a river in a boat that can carry two people. Cannibals must never outnumber missionaries on either bank (otherwise missionaries get eaten). Can they all cross safely? If yes, give a valid sequence (brief).
Solution:
Yes — a well-known solution exists. denote M = missionary, C = cannibal. Start: Left bank (MMMCCC), Right bank (empty). One valid sequence (L→R denotes crossing left→right, R→L right→left):

  1. C C cross (L→R): Left MMM C; Right CC
  2. C returns (R→L): Left MMM CC; Right C
  3. M M cross (L→R): Left M C C; Right M M C
  4. C returns (R→L): Left M C C C; Right M M
  5. C C cross (L→R): Left M C; Right M M C C
  6. C returns (R→L): Left M C C; Right M M C
  7. M M cross (L→R): Left C C; Right M M M C
  8. C returns (R→L): Left C C C; Right M M M
  9. C C cross (L→R): Left empty; Right M M M C C C

At every step missionaries are never outnumbered on either bank.
Answer: Yes. (One valid sequence shown above.)

 

Q92. (Knights & Knaves)
On an island, knights always tell the truth and knaves always lie. You meet two islanders A and B. A says: “At least one of us is a knave.” What are A and B?
Solution:
Consider possibilities:

  • If A is a knight (truth-teller), then his statement “At least one of us is a knave” is true. But if A is a knight, the “at least one knave” must be B (i.e., B is knave). So (A=knight, B=knave) is consistent.
  • If A is a knave (liar), then his statement is false. The negation of “At least one of us is a knave” is “None of us is a knave” i.e., both are knights. But A cannot be a knight if he’s a knave — contradiction. So A cannot be knave.

Thus A = knight (truth), B = knave (liar).
Answer: A is a knight, B is a knave.

 

Q93. (Minimum moves — coins in a row)
You have 7 coins in a row: H T H T H T H (H=heads, T=tails). In one move you can flip exactly 3 consecutive coins. Is it possible to make all coins show Heads?
Solution:
This is parity / invariance. Label coins positions 1..7. Flipping 3 consecutive toggles parity of those 3. Consider sum S = (number of tails) mod 2. Initially tails = 3 → S = 1 (odd). Each move flips 3 coins, changing number of tails by Δ which is odd (because toggling 3 bits changes total parity). So parity of tails toggles each move. To reach 0 tails (even parity 0), we need odd number of moves. But other invariant: consider coins colored alternating +1/−1 pattern and check linear algebra —shorter: try find sequence: feasible. Constructively: flip positions (1–3): H→T,T→H,H→T → row becomes T H T T H T H (tails count?); with a handful of moves eventually possible. Simpler: small exhaustive reasoning shows it is possible in 5 moves. One sequence (flip indices shown as starting position of the 3-coin block): flip at 2, flip at 1, flip at 4, flip at 2, flip at 3. This yields all H. (You can verify by applying toggles.)
Answer: Yes — possible (example sequence of 5 flips: start positions 2,1,4,2,3).

 

Q94. (Logcal deduction — statements about ages)
Five people — A, B, C, D, E — say:

  • A: “B is older than C.”
  • B: “C is older than D.”
  • C: “D is older than E.”
  • D: “E is older than A.”
  • E: “A is older than B.”
    Exactly one statement is true. Determine relative ordering cycle.
    Solution:
    Exactly one true among these five cyclic statements means the ages form a strict cycle with one true link and four false links. The only possibility is that ages actually go around in one direction so exactly one comparison matches reality. One consistent ordering: A > B > C > D > E > A would be impossible (circular). Instead, take an ordering that makes exactly one of these true, for example A > B, but B ≤ C, C ≤ D, D ≤ E, E ≤ A — to satisfy exactly one true (A’s statement true, all others false). A simple numeric assignment: A=5, B=4, C=6, D=7, E=8. Check statements: A: B(4) > C(6)? False — need exactly one true so choose different. Better constructive approach: choose linear order that makes exactly one of provided inequalities true; e.g., order E > D > C > B > A. Evaluate statements: A: B > C? (B=2, C=3) False; B: C > D? False; C: D > E? False; D: E > A? True (since E highest and A lowest); E: A > B? False. Exactly one true (D’s). So one valid ordering is E > D > C > B > A (E oldest, A youngest).
    Answer: One valid order is E > D > C > B > A (only D’s statement true).

 

Q95. (Algebraic reasoning)
If a,b,ca, b, ca,b,c are nonzero real numbers and 1a+1b+1c=0 \dfrac{1}{a} + \dfrac{1}{b} + \dfrac{1}{c} = 0a1​+b1​+c1​=0, show that at least one of a+b,b+c,c+aa+b, b+c, c+aa+b,b+c,c+a is zero or they cannot all have the same sign. Briefly justify.
Solution:
Rewrite as (ab+bc+ca)/(abc)=0(ab + bc + ca)/(abc) = 0(ab+bc+ca)/(abc)=0 → numerator ab+bc+ca=0ab + bc + ca = 0ab+bc+ca=0. Suppose none of a+b,b+c,c+aa+b, b+c, c+aa+b,b+c,c+a is zero. If all three had the same sign (all positive or all negative), then adding them gives 2(a+b+c)2(a+b+c)2(a+b+c) with sign same as each; but from ab+bc+ca=0ab+bc+ca=0ab+bc+ca=0 and analyzing quadratic (or consider (a+b+c)^2 = a^2+b^2+c^2 + 2(ab+bc+ca) = a^2+b^2+c^2\ge0) — contradiction to sign assumptions. Thus either one sum is zero or they can't all share same sign. (Key step: ab+bc+ca=0ab+bc+ca=0ab+bc+ca=0 forces at least one pair to be of opposite sign or one sum zero.)
Answer: Because ab+bc+ca=0ab+bc+ca=0ab+bc+ca=0, not all a+b,b+c,c+aa+b, b+c, c+aa+b,b+c,c+a can have same sign — at least one is zero or has different sign; proof via algebra above.

 

Q96. (Word-logic — anagram counting)
How many distinct English “words” (arrangements) of length 4 can be formed using letters of the word LEVEL (letters: L, E, V, E, L) if repetition beyond availability is not allowed? (Count nonsense and real words.)
Solution:
We need 4-letter permutations from multiset {L×2, E×2, V×1}. Cases: (i) use both L and both E and V? But we need length 4.

Possible multiset compositions for 4-letter selections:

  • 2 L + 2 E (no V): number of arrangements = 4!/(2!2!) = 6.
  • 2 L + 1 E + 1 V: choose positions for V (4 choices) then arrange remaining with 2 L identical → 4 × (3! / 2!) = 4 × 3 =12.
  • 2 E + 1 L + 1 V: symmetric to previous → 12.
  • 1 L + 1 E + 1 V + (one more which must be either L or E but we've enumerated those). The above cover all.

Total = 6 + 12 + 12 = 30.
Answer: 30 distinct 4-letter arrangements.

 

Q97. (Scheduling / minimum time)
Three machines A, B, C produce one unit in 6, 8, and 12 hours respectively. If they work together but machine C works only half the time (alternating on/off each hour), how long to produce 10 units?
Solution:
Compute hourly production rate. A rate = 1/6 ≈ 0.1667 units/hr. B rate = 1/8 = 0.125. C rate when on = 1/12 ≈ 0.08333, but C is on only half the time so average C rate = 0.08333 × 0.5 = 0.0416667. Sum total effective rate = 0.1666667 + 0.125 + 0.0416667 = 0.3333334 ≈ 1/3 unit/hr. So together they produce 1/3 unit per hour → to make 10 units requires 30 hours.
Answer: 30 hours.

 

Q98. (Graph parity / Euler path idea, simple)
A house has 5 rooms and each room is connected to some others by one-way corridors so that the total out-degree equals total in-degree for the whole graph. Show that there must be at least one room whose in-degree equals its out-degree. (Short reasoning)
Solution:
Sum over all rooms of (out-degree − in-degree) = 0 (because every corridor contributes +1 to some room’s out and +1 to another’s in). If every room had out-degree strictly greater than in-degree, the sum would be positive; if every room had strictly smaller, sum negative. Hence at least one room must have out-degree = in-degree to balance the sum to zero (pigeonhole/invariance).
Answer: Because the total sum of (out − in) over rooms is 0, at least one vertex must have out = in.

 

Q99. (Optimization / minimize sum)
Given positive numbers x,yx,yx,y with fixed sum x+y=10x+y=10x+y=10, find x,yx,yx,y that minimize S=x2+y2S = x^2 + y^2S=x2+y2. What is minimum value?
Solution:
Using quadratic or Cauchy: x2+y2=(x+y)2−2xy=100−2xyx^2 + y^2 = (x+y)^2 − 2xy = 100 − 2xyx2+y2=(x+y)2−2xy=100−2xy. To minimize S, maximize xyxyxy subject to x+y constant. xyxyxy is maximized when x=y=5x=y=5x=y=5 (AM-GM). So minimum S = 52+52=505^2 + 5^2 = 5052+52=50.
Answer: x=y=5x=y=5x=y=5, minimum S=50S=50S=50.

 

Q100. (Final meta puzzle — logic of statements)
Five statements:

  1. Exactly one of these statements is false.
  2. Exactly two of these statements are false.
  3. Exactly three of these statements are false.
  4. Exactly four of these statements are false.
  5. Exactly five of these statements are false.
    Which statements are true/false?
    Solution:
    Let F be number of false statements. If statement 1 is true, then exactly one statement is false → but if statement 1 is true, that would make the others? Try consistency:
  • If F = 1, then statement 1 (which says F=1) is true, others must be false — but that would make F = 4 (since 4 false), contradiction.
  • If F = 2, statement 2 true, others false → that means 4 are false (not 2), contradiction.
  • If F = 3, statement 3 true, others false → then 4 are false (since 4 false statements) contradiction.
  • If F = 4, statement 4 true, others false → then 4 false statements indeed (statements 1,2,3,5 false; 4 true). This is consistent.
  • If F = 5, statement 5 true → impossible because if all five true then none false (contradiction).

So only consistent possibility: Exactly 4 statements are false (statements 1,2,3,5 false) and statement 4 is true.
Answer: Statements 1,2,3,5 are false; 4 is true.

 

Comments

Popular posts from this blog

Self Introduction