Question
A goods train departs from Jaipur towards Udaipur at
6:00 PM, while a passenger train leaves Udaipur for Jaipur at 9:00 PM. The two trains meet at Jaisalmer station at 11:00 PM. The speed of the passenger train is 35% less than that of the goods train. If the distance between Jaipur and Udaipur is 1890 km, what is the speed of the passenger train?Solution
Let the speed of goods train be X km/h
Speed of passenger train = 0.65X km/h
Distance travelled by goods train in 3 hours = 3X
Relative Speed = X + 0.65X = 1.65X km/h
According to question,
(1890 β 3X)/1.65X = 2
1890 β 3X = 3.3X
6.3X = 1890
X = 300 km/h
Speed of passenger train = 300 Γ 0.65 = 195 km/h
What does the term "phishing" refer to in the context of cybersecurity?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
What is the primary purpose of performing backups in an operating system?
State true/false
Trojans can sometimes acts in favour of ransomware and ask for ransom.
Which logic gate operation is performed by an XOR gate?
XML is designed to ____ and ____ data)
When implementing a stack using two queues, what is the time complexity of the "push" operation?
What is Apache Spark primarily used for in big data processing?
Which block of code is used to handle exceptions?
How many essential KCL equations are written when performing node analysis for a circuit with n nodes?