Start learning 50% faster. Sign in now
Let the principal be P. ∴ P + CI for 3 yrs = Rs. 8,000 ----- (i) And P + CI for 2 yrs = Rs. 6,400 ----- (ii) Subtracting (ii) from (i), we get CI for the 3rd yr = 8,000 – 6,400 = Rs. 1600 Thus, CI calculated in the 3rd yr is basically the interest on the amount generated after 2 yrs which is Rs. 6,400. ∴ R = `(SIxx100)/(PxxT)` = `(1600xx100)/(6400xx1)` [if gte msEquation 12]>
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Which type of relationship between classes in OOP is best represented when one class is a part of another class but can exist independently?
...Which of the following techniques is primarily used to address overfitting in machine learning models?
Which of the following statements about parameter passing in Python is TRUE?
Which of the following statements accurately describes the function of a Gantt Chart in project management?
In networking, what is the primary purpose of subnetting?
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?