Question
Raj travels a certain distance at
a certain speed in a certain time. However, if he had decreased his speed by 12 km/h, he would have taken 3 hours more. And, if he had further decreased his speed by 12 km/h, he would have been late by another 4 hours. Find the total distance traveled by him.Solution
ATQ, Let the distance be ‘d’ km So, And,
From (i) and (ii),
Let original speed be S km/h
[(S–12)×3]/12 = [(S–24)×7]/24 6(S–12) = 7(S–24) 6S–72 = 7S–168 S = 96 km/h Required distance = 96×(96–12)/12×3 = 96×7×3 = 2016 km
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
Which of the following is an example of parametric polymorphism?
 Resolution of analog to digital converter is given by_____
A C function attempts to find a substring.
#include
#include
char* find_substring(char* haystack, char* needle...
What is the difference between memoization and tabulation in Dynamic Programming?
What is the best case time complexity of merge sort?
What is the primary purpose of the Banker's Algorithm in operating systems?
*-adc is which form of representation ?
What is the purpose of the fork() system call in Unix-based operating systems?
State true or false                              Â
ODBC drivers are available for Oracle, Sybase, Informix, Mic...