Question
The distance of the School and house of Suresh is 80 km.
One day he was late by 1 hour than the normal time to leave for the college, so he increased his speed by 4km/h and thus he reached to college at the normal time. What is the changed speed of Suresh?Solution
ATQ, we can say that Let the actual speed of Suresh be x km/hr According to the question 80/xβ 80/(x + 4) = 1 80 [(x + 4 β x) / (x2 + 4x)] = 1 320 = x2 + 4x x2 + 4x β 320 = 0 x2 + 20x β 16x β 320 = 0 x (x + 20) β 16 (x + 20) = 0 (x + 20) (x β 16) = 0 Taking, (x + 20) = 0 x = -20 (not possible) Taking, (x β 16) = 0 x = 16 Speed of Suresh = 16 km/hr β΄ Changed speed of Suresh = 16 + 4 = 20 km/hr
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?