Helen borrows a sum of money from a bank at 12% convertible monthly and wishes to repay it by 24 monthly payments. In total, she will pay 584 of interest. Determine the size of the loan.
I have started by doing this:
The total amount paid back is given by $Pi(1+i)^n/(1+i)^n-1$ so the total interest would be this minus principal $P$. Given $i=0.12$ and given $n=2$. I substitute into our equation and get: $$584=((P(0.12)(1+0.12)^2)/(1+0.12)^2-1)-P$$ but I am not sure how to go farther with this, or if I am doing it right. I got $-1430.31$.