document.write( "Question 1131064: Consider a student loan of $22,500 at a fixed APR of 9% for 25 years.
\n" );
document.write( "a. Calculate the monthly payment.(Do not round until the final answer. Then round to the nearest cent as needed.)\r
\n" );
document.write( "\n" );
document.write( "b. Determine the total amount paid over the term of the loan.(Round to the nearest cent as needed.)\r
\n" );
document.write( "\n" );
document.write( "c. Of the total amount paid, what percentage is paid toward the principal.(Round to the nearest tenth as needed.) \n" );
document.write( "
Algebra.Com's Answer #749006 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P=rPV/(1-(1+r)^(-nt)), where r is rate/year (n) and t is number of years \n" ); document.write( "P=(.09/12)*22500/(1-(1.0075^300) \n" ); document.write( "=168.75/0.8937 \n" ); document.write( "=$188.82 \n" ); document.write( "Total amount paid is the above *300 months, or $56646 \n" ); document.write( "the principal was $22500, so the percentage paid towards it is 39.7% \n" ); document.write( " |