Question
The ratio of length and breadth of a rectangular field
is 5:9. If the total cost of surrounding it at the rate of Rs 7.50 per meter is Rs 4200, then find the difference between the length and breadth of the field. type-sscSolution
The ratio of length and breadth = 5:9 Length of field = 5x and breadth = 9x Then perimeter of field = 2(5x+9x) = 28x ATQ- 28x Ă— 7.50 = 4200 28x = 4200/7.50=560 x = 20 Now difference between length and breadth =4Ă—20 = 80 meters
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.