Let the actual speed of the car be 'x' km/h ATQ: Or, 60/x - 60/(x + 8) = 2 Or, 2x2 + 16x = 480 Or, x2 + 8x - 240 = 0 Or, x2 + 20x - 12x - 240 = 0 Or, x(x + 20) - 12(x + 20) = 0 Or, (x + 20)(x - 12) = 0 So, x = - 20, and x = 12 As speed cannot be negative So, x = 12 Original speed of the car is 12 km/h
In a binary tree, which traversal method visits the root node first, then the left subtree, and finally the right subtree?
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
What is the purpose of Normalization in database design?
DBMS periodically suspends all processing and synchronizes its files and journals through the use of
Which of the following techniques is used to ensure that a database design eliminates redundant data?