document.write( "Question 920759: Please help me solve this equation: Sue invested $10,000 in three parts. With one part she bought mutual funds that offered a return of 4% per year. The second part which amounted to twice the first was used to buy government bonds paying 4.5% per year. She put the rest into an account paying 2.5% annual interest. During the first year the total interest was $415. How much did she invest at each rate?\r
\n" );
document.write( "\n" );
document.write( "I set up a table, but am not sure how to put the numbers together into an equation that I can work through. I have no idea how to set this up. \n" );
document.write( "
Algebra.Com's Answer #558573 by Theo(13342)![]() ![]() You can put this solution on YOUR website! sue invested a total of $10,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x + y + z equal the amount of money invested in the three parts.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is for the first part \n" ); document.write( "y is for the second part \n" ); document.write( "z is for the third part\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the first part she bought mutual funds that returned 4% per year. \n" ); document.write( "that would be x and the return would be equal to .04 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the second part she bought governmen \n" ); document.write( "t bonds paying 4.5% per year. \n" ); document.write( "that would be y and the return would be equal to .045 * y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are also given that the second part was twice the size of the first part. \n" ); document.write( "that would make y = 2x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hold on to that thought because you will use it later to reduce the number of variables involved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with the third part she placed it into an account paying 2.5% annual interest. \n" ); document.write( "that would be z and the return would be equal to .025 * z.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "during the first year she made $415 in interest.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 2 equations to work with and those equations need to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first equation is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = $10,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this equation gives you the total amount invested by each part.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second equation is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".04 * x + .045 * y + .025 * z = $415.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this equation gives you the total interest earned by each part.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 2 equations in 3 variables which will not allow you to solve for a specific solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in order to solve for a specific solution, the number of equations needs to be less than or equal to the number of variables.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the preferred situation is that the number of equations is equal to the number of variables.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equations that you want to solve simultaneously are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = $10,000 \n" ); document.write( ".04 * x + .045 * y + .025 * z = $415\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "fortunately, you can eliminate one of the variables, because you are told that the second part is twice the size of the first part which leads to y = 2x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means you can replace y with 2x in x + y + z = $10,000 to get x + 2x + z = $10,000 which becomes 3x + z = $10,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this also means you can replace y with 2x in .04x + .045y + .025z = $415 to get .04x + .045*2x + .025*z = $415k which becomes .04x + .09x + .025z = $415 which becomes .13x + .025z = $415.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your 2 equations now only have 2 variables that need to be solved and you can solve for a specific solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "those equations are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x + z = $10,000 \n" ); document.write( ".13x + .025z = 415\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the first equation, solve for z to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = $10,000 - 3x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the second equation, replace z with $10,000 - 3x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".13x + .025 * ($10,000 - 3x) = $415.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get: \n" ); document.write( ".13x + .025*10,000 - .025*3x = 415 \n" ); document.write( "simplify further to get: \n" ); document.write( ".13x + 250 - .075x = 415 \n" ); document.write( "simplify to get: \n" ); document.write( ".055x + 250 = 415 \n" ); document.write( "subtract 250 from both sides of this equation to get: \n" ); document.write( ".055x = 165 \n" ); document.write( "divide both sides of this equation by .055 to get: \n" ); document.write( "x = 3000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since y = 2x, then y = 6000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the total is 10,000, then z = 1000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 3,000 \n" ); document.write( "y = 6,000 \n" ); document.write( "z = 1,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = $10,000 so that part's good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".04x + .045y + .025z = 120 + 270 + 25 = $415 so that part's good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution looks good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she invested $3,000 at 4% and $6,000 at 4.5% and $1,000 at 2.5%.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |