Question
P, Q & R started a business with investment of
Rs.28000, Rs.16000 & Rs.20000 respectively. After the 6 months P added 25% of his initial investment more and Q withdrew Rs.6000. At the end of the year profit earned by R is Rs.3120, then find the difference between profit share of P and of Q.Solution
Profit sharing ratio of P, Q and R => [28000 × 6 + (28000 × 125/100) × 6] : [16000 × 6 + 10000 × 6] ∶  [20000 × 12] => 378000 ∶  156000 ∶  240000 => 63 ∶  26 ∶  40 Required difference = (3120/40) × (63 − 26) = Rs.2886
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: