document.write( "Question 352026: You are going to invest $30,000, part at 9% and part at 14%. What is the most that can be invested at 9% in order to make at least $3000 in interest per year? \n" ); document.write( "
Algebra.Com's Answer #251652 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! You can define a variable.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x be the sum invested at 9% interest.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(30000-x) will be the sum invested at 14% interest.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The interest in the first case becomes: 9\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The interest in the second case becomes: (30000 - x) times 14.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total interest = (9x/100) + 14(3000 - x)/100\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, equate to 3000 to find the value of x, the amount invested to 9% interest.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(9x/100) + 14(3000 - x)/100 = 3000\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This gives you the greatest value invested at 9% interest to get 3000 interest per year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If less is invested at 9%, more will be invested at 14% and you get a higher interest.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ideally, if you want to make the most interest, put everything at 19 percent. \n" ); document.write( " |