Question
A total amount is divided among A, B, and C in the ratio
7:6:5 respectively. The amount received by C is Rs. 330 less than the average of amounts received by A and B. Find the amount received by B.Solution
ATQ,
Let the amount received by A, B, and C be Rs. '7a', Rs. '6a', and Rs. '5a' respectively. ATQ; 5a = (7a + 6a) ÷ 2 - 330 Or, 5a = 6.5a - 330 Or, 1.5a = 330 Or, a = 220 Required amount = 6 × 220 = Rs.1320
Which is best fit for blank space 14?
Fill in the correct option for 26 blank space.
The concept of demand paging relies on:
What is cohesion in software engineering?
Fill in the correct option for 26 blank space.
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
What is a primary feature of the Agile Model in software development?
Which of the following statements accurately describes the role of system calls in an operating system?Â
Which layer is not in OSI but in TCP/IP