Question
'U' and 'V' jointly start a business by investing a
total of Rs. 64,000, with their investments in the ratio of 9:5, respectively. They each invested their amounts for 16 months and 18 months, respectively. What is the percentage of the total profit that belongs to 'V'?Solution
Let the amount invested by 'U' and 'V' be Rs. 9x and Rs. 5x, respectively. Ratio of profit shares of 'U' and 'V', respectively: = (9x X 16) :(5x X 18) = 8:5 Therefore, required percent = [5 ÷ (5 + 8) ] X 100 = 38(6/13)%
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
Which type of polymorphism in Java is achieved through method overloading?
Which of these is a key characteristic of SaaS (Software as a Service)?
In public-private key encryption , which of the following is true regarding the private key ?
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...
Which statement is FALSE regarding DRAM memory?
Which of the following is a property of an admissible heuristic in A* search?
Fill in the correct option for 28 blank space.
In a backtracking algorithm, what happens when a partial solution is found to violate a constraint?
The Naive Pattern Searching algorithm has a worst-case time complexity of O(MN), where 'M' is the length of the pattern and 'N' is the length of the tex...