document.write( "Question 54542This question is from textbook algebra 1
\n" );
document.write( ": You receive $5ooo. You decide to invest the money in a one-year bond paying 2% interest and in a one-year certificate of deposit paying 6% interest. Let m represent the amount of money invested in the one-year bond. Write a function that represents the total amount of money T that you have after one year. Simplify the function. \n" );
document.write( "
Algebra.Com's Answer #36801 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You receive $5ooo. You decide to invest the money in a one-year bond paying 2% interest and in a one-year certificate of deposit paying 6% interest. Let m represent the amount of money invested in the one-year bond. Write a function that represents the total amount of money T that you have after one year. Simplify the function. \n" ); document.write( "--------------- \n" ); document.write( "Let amount invested at 2% be \"m\" \n" ); document.write( "Interest on that money will be 0.02m dollars \n" ); document.write( "---------- \n" ); document.write( "Amount invested at 6% will be \"5000-m\" \n" ); document.write( "Interest on that money will be 0.06(5000-m)=300-0.06m \n" ); document.write( "----- \n" ); document.write( "EQUATION: \n" ); document.write( "Total = principal + interest + interest \n" ); document.write( "T = 5000 + 0.02m + 300-0.06m \n" ); document.write( "T = 5300 - 0.04m \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |