Question
A man invested Rs. 't' in scheme 'I' offering simple
interest at 11% for 7 years and Rs. 2,700 in scheme 'J' offering simple interest at 13% for 6 years. If the total interest earned from both schemes is (t + 2,000), then find the total interest earned from scheme 'I'.Solution
ATQ, Simple interest = Sum X rate of interest X time period in years ÷ 100 Interest earned from scheme 'I' = t X 11 X 7 ÷ 100 = Rs. '0.77t' And interest earned from scheme 'J' = 2700 X 13 X 6 ÷ 100 = Rs. 2,106 Or, 0.77t + 2106 = t + 2000 Or, 0.77t = 106 Interest earned from scheme 'I' = 0.77t = Rs. 106
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