EMI interest rate calculation

Sara

New Member
I used EMI formula:\[code\]txtMPrinc.Text = (p * r/12 * (Math.Pow((1 + r/12), t)) / (Math.Pow((1 + r/12), t) - 1)).ToString("f2");\[/code\]But now I want to calculate the Interest i.e \[code\]r\[/code\] from the same formula and I am unable to convert, so please please help me to get the rate.
 
Back
Top