Start learning 50% faster. Sign in now
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 cloud computing, what is the primary benefit of containerization compared to traditional virtualization?
In a Binary Search Tree (BST), which traversal technique results in nodes being visited in ascending order?
Which of the following accurately describes Type 1 hypervisor virtualization?
In public key cryptography ___
key is used for encryption and ____ key is used for decryption.
...Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
Which is not an IoT OS?
What is unguided transmission in the context of data communication?
Average waiting time of all process?
Which of the following is a key characteristic of a Public Cloud?
What is the best case time complexity of merge sort?