Question
A, B and C started a business together. The ratio of the
investment of A to that of B was 5 : 6 and the ratio of the investment of B to that of C was 12 : 14. If at the end of the year, C received Rs. 2,2,75 as his share of annual profit, what was the total annual profit earned by all of them together?Solution
Ratio of investment of A to B = 5:6 Ratio of investment of B to C = 12 : 14 = 6:7 Ratio of investment of A to B to C = 5 : 6 : 7 C’s share = 7/(7+6+5)×total profit =2275 ∴ Total profit = 2275 × 18/7 = Rs. 5,850
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
A programmer is implementing a data analysis tool that frequently needs to append elements to a collection. If an array is used, what is a potential per...
If a program crashes with a "NullPointerException" (or similar null reference error), what is the most likely cause?
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which SQL query will retrieve the second highest salary from an Employee table?
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Given the IP address 192.168.10.5 and the subnet mask 255.255.255.240 , what is the range of valid host addresses in this subnet?
Which algorithm is used for computing Max-Flow in a network?
Which of the following statements is true about deadlocks in an operating system?