Question
The speed of a bike increases by 2 km/hr after every 1
hour. If the distance travelled by the bike in 1st hour is 35 km, the find the total distance travelled by the bike in 16 hours.Solution
Since, the speed of the bike increases by 2 km/hr after every 1 hour, therefore the bike will travel 2 km extra after every 1 hour. Therefore, distance travelled by the bike in 1st hour = 35 km Distance travelled by the bike in 2nd hour = 35 + 2 = 37 km Distance travelled by the bike in 3rd hour = 37 + 2 = 39 km This form an AP i.e. 35, 37, 39………distance travelled in 10th hour Therefore, total distance travelled by the bike in 16 hours = sum of the AP Distance travelled in 16 hours = (n/2){2a + (n – 1)d} Where n = number of terms = 16, a = 1st term = 35 and d = common difference = 2 Therefore, distance travelled in 16 hours = (16/2){2 × 35 + (16 – 1) × 2} = (16/2)(70 + 30) = 800 km
In a depth-first traversal of a tree or graph, what data structure is typically used to keep track of nodes to be visited next?
What is the main advantage of Network Attached Storage (NAS) technology?
Which recovery model in a database allows for point-in-time recovery using transaction logs?
Which command is used to search for a specific pattern in a file in a Unix/Linux system?
What is the decimal equivalent of the binary number 10101?
 Which number system is commonly used in mathematics and everyday life?
Which cryptographic system uses two different keys for encryption and decryption?
Which data processing technique is commonly used for handling large-scale data in distributed computing environments?
What is the primary design goal of a combinational circuit?
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?