document.write( "Question 615830: Roberto invested some money at 8%, and then invested $2000 more than twice this amount at 12%. His total annual income from the two investments was $4720. How much was invested at 12%? \n" ); document.write( "
Algebra.Com's Answer #387328 by dragonwalker(73)![]() ![]() ![]() You can put this solution on YOUR website! Let us say that the amount invested at 8% is a.\r \n" ); document.write( "\n" ); document.write( "A percentage simply represents how many units out of 100 so 8% can be written as 8/100 or 0.08 and 12% can therefore be written as 12/100 or 0.12\r \n" ); document.write( "\n" ); document.write( "so if 'a' is the amount invested at 8% then the amount invested at 12% is: \n" ); document.write( "2a + 2000 \n" ); document.write( "(twice 'a' plus 2000)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The gain is the percent of that investment (I assume that it is on the original investment, not accrued).\r \n" ); document.write( "\n" ); document.write( "So the amount returned from the 8% investment is simply 0.08a\r \n" ); document.write( "\n" ); document.write( "The amount returned from the 12% investment is 0.12(2a + 2000)\r \n" ); document.write( "\n" ); document.write( "which can then be simplified by multiplying 0.12 by each part of the formula within the brackets:\r \n" ); document.write( "\n" ); document.write( "(0.12 x 2a) + (0.12 x 2000) = 0.24a + 240\r \n" ); document.write( "\n" ); document.write( "So the total return is that money that comes from both investments: \n" ); document.write( " = 0.08a + 0.24a + 240 \n" ); document.write( " = 0.32a + 240\r \n" ); document.write( "\n" ); document.write( "As we know the amount of the return is $4720 (I assume it represents the interest income)\r \n" ); document.write( "\n" ); document.write( "So:\r \n" ); document.write( "\n" ); document.write( "0.32a + 240 = 4720 \n" ); document.write( "0.32a = 4720 - 240 \n" ); document.write( "0.32a = 4480 \n" ); document.write( "so a = 4480/0.32 \n" ); document.write( " a = 14000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So now we know 'a' we can figure out the amount invested at 12 % which is \n" ); document.write( "2a + 2000\r \n" ); document.write( "\n" ); document.write( "So:\r \n" ); document.write( "\n" ); document.write( "2a + 2000 = 2*14000 + 2000 \n" ); document.write( " = 28000 + 2000 \n" ); document.write( " = 30000\r \n" ); document.write( "\n" ); document.write( "The amount invested at 12% is $30000 \n" ); document.write( " \n" ); document.write( " |