Question
The question consists of two quantities, choose the
correct option which represents the. correct relation between Quantity I and Quantity II. Quantity IÂ . A&B invested their sum in the ratio of 22: 25. Respectively. In two different schemes. Offering simple interest of 15% per annum and compound interest of 12% per annum. Respectively. Such that interest received by A. At the end of three years was rupees 1062 more than that by B at the end of two years? Find this sum invested by A. Quantity II. A and C started a business as this sum invested by A is rupees 600 more than that by C Two months later, B joined them with an investment that is 30% less than that of A if the annual profit share of A was 25% less than the sum of annual profit share of B&C. Then find the average of investment of A, B and C.Solution
Let the sum invested by A&B be rupees 22y and rupees 25y respectively. Then interest received by A = 22y*15*3/100 = Rs. 9.9y Interest received by B = 25y{1+(12/100)} 2 –25y = Rs. 6.36y According to question, 9.9y-6.36y = 1062 y=300 So some invested by A = 22*300 = Rs. 6600 Quantity 2 Let the investment of A = Rs. 10y Then investment of C = Rs. 10y –600 Investment of B = Rs. 7y Ratio of annual profit shares of A, B and C respectively = (10y*12):( 7y*10):{(10y-600)*12} = 120y:70y:(120y-7200). We have (70y+120y-7200)*0.75 = 120y 142.5y-5400=120y 22.5y=5400 y=240. So investment amount of A, B, C is Rs. 2400, Rs. 1680, Rs. 1800 respectively. So required average = (2400+1680+1800)/3 = Rs. 1960
Which of the following data structures follows the Last-In, First-Out (LIFO) principle?
What is the purpose of the CASE statement in SQL?
Which of the following scheduling algorithms minimizes average seek time?
What were the early operating systems commonly known as, and what was their primary function?
The "state-space tree" is a conceptual tool often associated with backtracking. What does it represent?
Consider the following C++ code:
#include
class Base {
public:
  virtual void show() = 0;
};
cl...
When implementing a circular queue using an array in C, what is the primary advantage over a linear array-based queue?
The Maximum Power transfer theorem states that maximum power is delivered when_______
What is the purpose of the #define directive in programming languages like C and C++?
State true or false
A ping of death attack involves sending a malformed packet to a targeted machine, resulting in deleterious behavior such ...