document.write( "Question 877610: if a person invests 1000 at an annual rate of 5%, how much interest will the person have after one year \n" ); document.write( "
Algebra.Com's Answer #529438 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Assuming simple interest\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I = P*r*t \n" ); document.write( "I = 1000*0.05*1 \n" ); document.write( "I = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "They've earned $50 in interest alone. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "They will have 1000+50 = $1,050 in the account after 1 year. \n" ); document.write( " |