Mirror Image Time

Mirror Image Time problems ask for the time shown on a clock when viewed in a horizontal mirror (left-right reflection). The mirror reverses the positions of the hour and minute hands, creating a time that is the complement of the actual time.

10Worksheets
200+Practice Questions
IntermediateDifficulty
1-2 hoursHours to Master

Introduction to Mirror Image Time

Mirror Image Time problems ask for the time shown on a clock when viewed in a horizontal mirror (left-right reflection). The mirror reverses the positions of the hour and minute hands, creating a time that is the complement of the actual time.

Prerequisites

Understanding of mirror reflection (left-right reversal) Time arithmetic 12-hour clock format Concept of complementary time
Why This Matters: Mirror Image Time problems appear in 1-2 questions in SSC CGL and Banking PO exams. They test spatial reasoning and formula application.

How to Solve Mirror Image Time Problems

1

Step 1: Write the given time in HH:MM format (12-hour clock)

2

Step 2: Apply the mirror formula: Mirror time = 11:60 - given time

3

Step 3: Subtract the given hours and minutes from 11:60

4

Step 4: If minutes borrow is needed, adjust hours accordingly

5

Step 5: Normalize hour to 1-12 range (0 becomes 12)

6

Step 6: Ensure minutes are in 00-59 range

7

Step 7: Answer with the mirror time in HH:MM format

Pro Strategy: Use the formula: Mirror Time = 11:60 - Given Time. For times between 12:00 and 12:59, treat as 0:XX for subtraction. For times between 1:00 and 10:59, subtract directly. For times between 11:00 and 11:59, the mirror time will be between 12:01 and 12:59.

Example Problem

Example: What time will appear in a mirror if the actual time is 4:25? Solution: Step 1: Given time = 4:25 Step 2: 11:60 - 4:25 Step 3: 60 - 25 = 35 minutes Step 4: 11 - 4 = 7, but since minutes borrowed? Actually 11 - 4 = 7, and 60 - 25 = 35 Step 5: Mirror time = 7:35 Answer: 7:35

Pro Tips & Tricks

  • Mirror formula: 11:60 - given_time (in minutes past 12:00)
  • Alternative: Mirror hour = 12 - given_hour - (1 if given_minutes > 0 else 0)
  • Alternative: Mirror minute = 60 - given_minute (if > 0, else 0)
  • If mirror hour = 0, display as 12
  • If mirror minute = 60, set to 00 and subtract 1 from hour
  • The mirror of a clock showing 12:00 is 12:00

Shortcut Methods to Solve Faster

For times 1:00-10:59: mirror_hour = 11 - given_hour, mirror_minute = 60 - given_minute
For times 11:00-11:59: mirror_hour = 12, mirror_minute = 60 - given_minute
For times 12:00-12:59: mirror_hour = 11, mirror_minute = 60 - given_minute
If mirror_minute = 60, set to 00 and add 1 to mirror_hour (mod 12)

Common Mistakes to Avoid

Using 12:00 instead of 11:60 in the formula
Forgetting that mirror of 12:xx is in the 11:xx range
Not handling the case when mirror_minute = 60
Confusing mirror image with water image

Exam Importance

Mirror Image Time is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
CAT
0-1 questions
INSURANCE
1-2 questions

Ready to Master Mirror Image Time?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now