- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
The traffic lights at three different road crossings change after every 48 seconds, 72 seconds and 108 seconds respectively. If they change simultaneously at 7 a.m., at what time will they change simultaneously again?
Given:
Traffic lights at three different road crossing change after every 48 seconds, 72 seconds, and 108 seconds respectively.
They changed simultaneously at 7 AM.
To do :
We have to find at what time three signals change together again.
Solution :
The three lights change simultaneously on the common multiples of all the three.
Therefore,
We have to find the LCM of 48, 72, and 108.
Prime factorization of 48, 72, and 108 are
$48 = 2\times 2\times 2\times 2\times 3$
$72 = 2\times 2\times 2\times 3\times 3$
$108 = 2\times 2\times 3\times 3\times 3$
LCM of 48, 72 and 108 $= 2\times 2\times 2\times 2\times 3\times 3\times 3 = 432$.
This implies,
The three lights change simultaneously after a minimum of 432 seconds.
$432\ seconds = (7\times 60 + 12)\ seconds = 6\ minutes 12\ seconds$.
The lights will change simultaneously after 7 AM at 7 hours 6 minutes 12 seconds.
- Related Articles
- Traffic lights at three different road crossing change after 48 seconds, 72 seconds, and 108 seconds respectively. At what time will they change together again if they have changed simultaneously at 7 A.M.?
- Three Bells toll at intervals of 60 second 20 seconds and 24 seconds respectively if they all toll together at 8 a.m. when will they all toll together again
- Six bells commence tolling together at toll at an interval of 2,4,6,8,10 and 12 seconds respectively. After how many minutes will they toll together?
- Toy train A crosses a pole after every 24 seconds. Toy train B crosses the pole after every 30 seconds and toy train C crosses the pole after every 36 seconds. After how many minutes, do they all cross the pole together?
- Toy train A crosses a pole after every 24 seconds. Toy train B crosses the pole after every 30 seconds and toy train C crosses a pole after every 36 seconds. After how many minutes, do they all cross the pole together?
- Flash and thunder are produced simultaneously. But thunder is heard a few seconds after the flash is seen, why?
- Three coins are tossed simultaneously 100 times with the following frequencies of different outcomes:If the three coins are simultaneously tossed again\n
- Three coins are tossed simultaneously 200 times with the following frequencies of different outcomes:If the three coins are simultaneously tossed again\n
- A car is moving along a straight road at a steady speed. It travels 150 m in 5 seconds. How far does it travel in 6 seconds ?
- Python Pandas - Change the frequency of the given Period object from Seconds to Daily frequency
- Python Pandas - Change the frequency of the given Period object from Seconds to Hourly frequency
- Python Pandas - Change the frequency of the given Period object from Seconds to Minutely frequency
- How to redirect URL to the different website after few seconds?
- How to Change the Time Interval of setinterval() Method at RunTime using JavaScript ?
- Rahim tosses two different coins simultaneously. Find the probability of getting at least one tail.
