document.write( "Question 288546: Jed and Sam each have $X to invest. Jed invests part of his money in an investment account at
\n" );
document.write( "the bank at 10% p.a. interest and the rest in shares at 12.5% per annum. At the end of the year
\n" );
document.write( "Jed receives an income of $1625 from his investments. Sam invests twice as much as Jed in
\n" );
document.write( "shares at 12.5% and puts the rest into an investment account at 8% p.a. At the end of the year
\n" );
document.write( "Sam receives an income of $1650 from his investments. How much did each person originally
\n" );
document.write( "have to invest? \n" );
document.write( "
Algebra.Com's Answer #209137 by mananth(16946) You can put this solution on YOUR website! Jed and Sam each have $X to invest. Jed invests part of his money in an investment account at \n" ); document.write( "the bank at 10% p.a. interest and the rest in shares at 12.5% per annum. At the end of the year \n" ); document.write( "Jed receives an income of $1625 from his investments. Sam invests twice as much as Jed in \n" ); document.write( "shares at 12.5% and puts the rest into an investment account at 8% p.a. At the end of the year \n" ); document.write( "Sam receives an income of $1650 from his investments. How much did each person originally \n" ); document.write( "have to invest?\r \n" ); document.write( "\n" ); document.write( "let Jed invest y amount @ 12.5% \r \n" ); document.write( "\n" ); document.write( "he will invest x-y at 10%\r \n" ); document.write( "\n" ); document.write( "12.5/100 y + 10/100(x-y)=1625\r \n" ); document.write( "\n" ); document.write( "12.5 y + 10(x-y)= 1625*100\r \n" ); document.write( "\n" ); document.write( "12.5y + 10x -10y = 162500\r \n" ); document.write( "\n" ); document.write( "2.5y +10x = 162500------------- 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sam invests 2y at 12%\r \n" ); document.write( "\n" ); document.write( "The rest he invests at 8% ie: x-2y\r \n" ); document.write( "\n" ); document.write( "12.5/100 *2y + 8/100*(x-2y)=1650\r \n" ); document.write( "\n" ); document.write( "25y +8(x-2y) = 1650 *100\r \n" ); document.write( "\n" ); document.write( "25y +8x-16y= 165000-------------2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.5y +10x = 162500------------- 1 \n" ); document.write( "9y +8x = 165000--------------2\r \n" ); document.write( "\n" ); document.write( "multiply eq 1 by 8 and eq 2 by 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20y +80x = 1300000\r \n" ); document.write( "\n" ); document.write( "90y +80x = 1650000\r \n" ); document.write( "\n" ); document.write( "-70y=-350000\r \n" ); document.write( "\n" ); document.write( "y= -350000/-70\r \n" ); document.write( "\n" ); document.write( "= 5000\r \n" ); document.write( "\n" ); document.write( "Jed invest $5000 at 12.5%\r \n" ); document.write( "\n" ); document.write( "plug the value of y in eq. 1 \r \n" ); document.write( "\n" ); document.write( "x= 15000 the amount invested by Jed at 8%\r \n" ); document.write( "\n" ); document.write( "Sam ivests 2y at12.5 % =10000\r \n" ); document.write( "\n" ); document.write( "Sam invests $15000 at 8% ( plug the value of y in eq 2)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |