Start learning 50% faster. Sign in now
Since, the speed of the bike increases by 8 km/hr after every 1 hour, therefore the bike will travel 8 km extra after every 1 hour. Therefore, distance travelled by the bike in 1st hour = 12 km Distance travelled by the bike in 2nd hour = 12 + 8 = 20 km Distance travelled by the bike in 3rd hour = 20 + 8 = 28 km This form an AP i.e. 12, 20, 28………distance travelled in 15th hour Therefore, total distance travelled by the bike in 15 hours = sum of the AP Distance travelled in 15 hours = (n/2){2a + (n – 1)d} Where n = number of terms = 15, a = 1st term = 12 and d = common difference = 8 Therefore, distance travelled in 15 hours = (15/2){2 × 12 + (15 – 1) × 8} = (15/2)(24 + 112) = 1020 km
fill the blank for space 14.
Fill the correct option for blank space 23.
Which algorithm approach focus on Local Optimum solution?
What does the term "code optimization" refer to in the context of software development?
Router is responsible for packet forwarding, including routing. Router works at which layer?
What is the primary characteristic of the Spiral Model in software development?
Which of the following is a major advantage of using a Mesh Network topology over a Star topology in large-scale networks?
What is the primary goal of code optimization in software development?
._______ method can be used for any SQL statements(Select and Update both).
What is the best case time complexity of merge sort?