document.write( "Question 118385: Pat invested a total of $3,000. Part of the money yields 10 percent interest per year, and the rest yields 8 percent interest per year. If the total yearly interest from this investment is $256, how much did Pat invest at 10% and how much at 8%?\r
\n" );
document.write( "\n" );
document.write( "I assume this problem uses the I=P*RT equation, but with a twist. I have tried to come up with several formulas with no avail. \n" );
document.write( "
Algebra.Com's Answer #86503 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "YOU ARE RIGHT ON!!!!!!!!!!!!!!!\r \n" ); document.write( "\n" ); document.write( "I=PRT IS THE FORMULA THAT NEEDS TO BE USED AND WE'LL USE IT:\r \n" ); document.write( "\n" ); document.write( "Let P=amount of money invested at 10% \n" ); document.write( "Then (3000-P)=amount invested at 8%\r \n" ); document.write( "\n" ); document.write( "Interest on the money invested at 10% for 1 year=P*0.10*1 (the formula) \n" ); document.write( "Interest on the money invested at 8% fro 1 year=(3000-P)*0.08*1\r \n" ); document.write( "\n" ); document.write( "Now we are told that the above interest adds up to $256, so our equation to solve is:\r \n" ); document.write( "\n" ); document.write( "0.10P+0.08(3000-P)=256 get rid of parens\r \n" ); document.write( "\n" ); document.write( "0.10P+240-0.08P=256 subtract 240 from both sides\r \n" ); document.write( "\n" ); document.write( "0.10P+240-240-0.08P=256-240 collect like terms\r \n" ); document.write( "\n" ); document.write( "0.02P=16 divide both sides by 0.02 \n" ); document.write( "P=$800-----------------------------------------amount invested at 10%\r \n" ); document.write( "\n" ); document.write( "3000-P=3000-800=$2200----------------------------amount invested at 8%\r \n" ); document.write( "\n" ); document.write( "CK\r \n" ); document.write( "\n" ); document.write( "800*0.10+2200*0.08=256 \n" ); document.write( "80+176=256 \n" ); document.write( "256=256\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |