Find Loan Amount using parameters ROI and Tenure

74 Views Asked by At

I'm trying to find out Loan Amount taken for my 1-year old purchased bike from the bank.

I know my EMI, ROI (Rate of interest) and Tenure.

EMI = 2924, Tenure = 24 Months, ROI = 10.5%

Note: This is Flat Rate not Diminishing interest rate.

Please help me with the formula to find out the Loan amount taken.

Thanks

1

There are 1 best solutions below

4
On

Hint: use the equation $$F = A*\dfrac {(1+\frac {i}{m})^t - 1}{\frac {i}{m}(1+\frac {i}{m})^m}$$ where $P = \text {total loan amount} \\ A = \text {EMI (monthly payment)} \\ i = \text {interest} \\ m = \text {type of installment (12 = monthly, 1 = annually)} \\ t = \text {tenure (time)}$