InterviewSolution
Saved Bookmarks
| 1. |
find in how much time will rupees 4000 amount toRupees 4410 at 5 % p.a. interest compound annually |
|
Answer» Here the amount A = 4410 principle is = 4000 and rate is 5% = 5/100 = 0.05 per annum... let n = time so A = p(1+r)ⁿ=> 4410 = 4000(1+0.05)ⁿ=> (1.05)ⁿ = 441/400 = 1.1025 => n = 2. so, time is 2 years. |
|