InterviewSolution
Saved Bookmarks
| 1. |
Compute the amount and the compound interest by using the formulae when : Principal = Rs 3000, Rate = 5%, Time = 2 years. |
|
Answer» Given, P = Rs 3000, rate = 5%, time = 2years A = P (1 + R/100) n = 3000 (1 + 5/100)2 = 3000 (105/100)2 = Rs 3307.5 Compound interest (CI) = A-P = Rs 3307.5 – 3000 = Rs 307.5 |
|