document.write( "Question 1009968: Please help me solve this equation: An investment of $50,000 was made by a business club. The investment was split into three parts and lasted for one year. The first part of the investment earned 8% interest, the second 6%, and the third 9%. Total Interest from the investments was $3960. The interest from the first investment was 2 times the interest from the second. Find the amounts of the three parts of the investment. \n" ); document.write( "
Algebra.Com's Answer #625643 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = amount invested at 8%.
\n" ); document.write( "y = amount invested at 6%.
\n" ); document.write( "z = amount invested at 9%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + y + z = 50,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".08x + .06y + .09z = 3960\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "interest on the first investment is equal to 2 times interest on the second investment.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".08x = 2 * .06y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get .08x = .12y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get x = .12y/.08 = 1.5y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since .08x = .12y, you can replace .08x with .12y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since x = 1.5y, you can replace x with 1.5y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your two equations of x + y + z = 50,000 and .08x + .06y + .09z = 3960 become:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1.5y + y + z = 50,000
\n" ); document.write( ".12y + .06y + .09z = 3960\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms in both equations to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2.5y + z = 50,000
\n" ); document.write( ".18y + .09z = 3960\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you now have 2 equations with 2 unknown variables which can be solved simultaneously for a unique solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we will eliminate the z variable from the 2 equations in the following manner.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of the first eqution by 9 and multiply both sides of the second equation by 100.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you will get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2.5y + z = 50,000 becomes 22.5y + 9z = 450,000.
\n" ); document.write( ".18y + .09z = 3960 becomes 18y + 9z = 396,000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the 2 equations are now:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "22.5y + 9z = 450,000
\n" ); document.write( "18y + 9z = 396,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4.5y = 54,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide both sides of this equation by 4.5 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 12,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since x = 1.5y, then x must be equal to 18,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since x + y + z = 50,000, then z must be equal to 20,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 18,000
\n" ); document.write( "y = 12,000
\n" ); document.write( "z = 20,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the interest on each of these investments is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".08 * 18,000 = 1,440
\n" ); document.write( ".06 * 12,000 = 720
\n" ); document.write( ".09 * 20,000 = 1,800\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add up the investments and you get 50,000
\n" ); document.write( "add up the interest and you get 3,960\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the interest on the first investment is 2 times the interest on the second investment because 1,440 = 2 * 720.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "all results are confirmed as good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "18,000 is invested at 8%.
\n" ); document.write( "12,000 is invested at 6%.
\n" ); document.write( "20,000 is invested at 9%.\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" );