document.write( "Question 998800: Dollar Bill invested money in an account earning 4% simple interest. At the end of 5 years, he had a total of $14,400. How much did he originally invest? \r
\n" );
document.write( "\n" );
document.write( "I know this is I=PRT, but I always struggle with it. A step by step process would be much appreciated. \n" );
document.write( "
Algebra.Com's Answer #616560 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Amount = Principal + interest\r \n" ); document.write( "\n" ); document.write( "let x be the principal \r \n" ); document.write( "\n" ); document.write( "14400 =x + (4% of x*5)\r \n" ); document.write( "\n" ); document.write( "multiply by 100\r \n" ); document.write( "\n" ); document.write( "1440000=100x+20x\r \n" ); document.write( "\n" ); document.write( "120x = 1440000\r \n" ); document.write( "\n" ); document.write( "x= 12000\r \n" ); document.write( "\n" ); document.write( "He invested $12,000\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |