Question
Two individuals, A and B, are walking. Person A takes 1
hour longer than person B to cover a distance of 84 km. However, if person A doubles their speed, they take 2 hours and 30 minutes less than person B to cover the same distance. Find the original speed of person B (in km/h).Solution
Let speed of A and B be βxβ km/h and βyβ km/h respectively.
According to question;
84/x β 84/y = 1β¦β¦β¦β¦β¦β¦β¦..(1)
And, 84/y β 84/2x = 5/2β¦β¦β¦β¦β¦β¦β¦(2)
From equation (1) and (2) we get
84/x β 1 β 84/2x = 5/2
42/x = 5/2 + 1 = 7/2
x = 12
So, y = 14 km/h
Which C operator is used to access a value at a memory address stored in a pointer?
Which Python keyword is used to define a function?
ch data structure is used in Depth-First Search (DFS)?
In C, which function is used to dynamically allocate memory?
Which of the following services is NOT commonly provided by AI/ML platforms?
Which Python keyword is used to handle exceptions?
Which of the following is used to handle exceptions in Java?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In C++, which operator is used to access a member function through a pointer to an object?
Which of the following sorting algorithms is stable?