Start learning 50% faster. Sign in now
According to the question: Let the number of months for which ‘C’ invested his sum = ‘x’ months Then, number of months for which ‘B’ invested his sum = (x + 2) months Number of months for which ‘A’ invested his sum = x + 2 + 6 = (x + 8) months So, the ratio of profit shares of ‘A’, ‘B’, and ‘C’, respectively: = {8000 × (x + 8)}:{9500 × (x + 2)}:{7500 × x} = (8000x + 64000):(9500x + 19000):(7500x) Average of profit share of ‘B’ and ‘C’: = (9500x + 7500x + 19000) ÷ 2 = Rs. (8500x + 9500) According to the question: (8000x + 64000):(8500x + 9500) = 50:27 Or, 50(8500x + 9500) = 27(8000x + 64000) Or, 425000x + 475000 = 216000x + 1728000 Or, 209000x = 1253000 So, x = 6.00 So, the number of months for which ‘B’ invested = x + 2 = 6 + 2 = 8 months
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â
Which of the following is defined as an attempt to steal, spy, damage or destroy computer systems, networks, or their associated information?
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
 Which one of the following given statements possibly contains the error?
What is the primary advantage of using Normalization in a database design?
Which of the following data structures is best suited for implementing a priority queue?  Â
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Graph Traversal algorithms