Question
A car running with a speed of 69 km/hr takes 28 hours to
go from 'A' to 'B'. If on the way back from 'B' to 'A', the car takes 20% less time than it takes while going from 'A' to 'B', then find the approximate average speed of the car during the whole journeySolution
Total distance covered by the car in 28 hours = 69 x 28 = 1932 km Time taken by the car in the return journey = 0.80 x 28 = 22.4 hours Average speed = Total distance covered ÷ Total time taken Average speed of the car = (1932 x 2) ÷ (28 + 22.4) ~ 76.7 km/h
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array