document.write( "Question 292910: How do you find what the actual yearly interest rate is if you buy something for $320.00 and you pay $20.00 down and $34.00 a month for 10 months. \n" ); document.write( "
Algebra.Com's Answer #211459 by richwmiller(17219) You can put this solution on YOUR website! let's find out how how much was paid. \n" ); document.write( "c=20+34*10=360 \n" ); document.write( "now what was the interest \n" ); document.write( "360-320=40 \n" ); document.write( "now the annual percentage \n" ); document.write( "i=p*r*t \n" ); document.write( "40=320*r*10/12=3/20=1.5/10=15/100=15% \n" ); document.write( "regular percentage would be 40/320=1/8=12.5 %\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |