Question
Two cousins, P and Q, made investments in two separate
SIPs with different simple interest rates of 12% per annum and 15% per annum, respectively. After 4 years, P received an interest of Rs. 3,096. If Q earned the same interest amount in just 3 years, how much more money did Q invest compared to P?Solution
ATQ, Let the amount invested by P = Rs. ‘K’ Simple interest received by P = K × 12 × 4 ÷ 100 = Rs. ‘0.48K’ Or, 0.48K = 3096 So, K = 6450 Let the amount invested by Q = Rs. ‘J’ Then, simple interest received by Q = J × 15 × 3 ÷ 100 = Rs. ‘0.45J’ Or, 0.45J= 3096 Or, J = 3096 ÷ 0.45 = 6880 So, required difference = 6880 – 6450 = Rs. 430
In a hypervisor-based virtualization environment, which of the following storage solutions is best suited for providing high availability and scalabilit...
Which CPU scheduling algorithm is considered optimal for minimizing the average waiting time in cases where process execution times are known in advanc...
- Which of the following is NOT one of the SOLID principles of software design?
Which of the following page replacement algorithms results in the lowest page-fault rate for a given reference string but is often impractical to implem...
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
What is the primary advantage of using container orchestration tools like Kubernetes over traditional virtual machines (VMs) for managing applications i...
Which search strategy guarantees the optimal solution?
Bitwise operators in C++
- Which of the following is NOT a valid relational algebra operation?                            ...
Identify correct statement w.r.t Java Syntax