document.write( "Question 131665This question is from textbook
\n" );
document.write( ": A financial planner has a client with $15,000 to invest. If he invests $10,000 in a certificate of deposit paying 11% annual simple interest, at what rate does the remainder of the money need to be invested so that the two investments together yield at least $1600 in yearly interest? \n" );
document.write( "
Algebra.Com's Answer #96121 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Interest(I) equals Principal(P) times Rate(R) times Time(T) or I=PRT\r \n" ); document.write( "\n" ); document.write( "Let R=rate that remainder of money needs to be invested\r \n" ); document.write( "\n" ); document.write( "$10,000 is invested at 11% \n" ); document.write( "Interest at 11%=$10,000*0.11*1=$1100 \n" ); document.write( "And $5000 is invested at R% \n" ); document.write( "Interest at R%=$5000*R*1=$5000R\r \n" ); document.write( "\n" ); document.write( "Now we are told that the two investments together need to yield at least $1600, so our equation to solve is:\r \n" ); document.write( "\n" ); document.write( "$1600=$1100+$5000R subtract $1100 from both sides\r \n" ); document.write( "\n" ); document.write( "$1600-$1100=$5000R collect like terms\r \n" ); document.write( "\n" ); document.write( "$500=$5000R divide both sides by $5000\r \n" ); document.write( "\n" ); document.write( "R=0.1 or 10%\r \n" ); document.write( "\n" ); document.write( "CK\r \n" ); document.write( "\n" ); document.write( "0.11*$10,000+0.10*$5000=$1600 \n" ); document.write( "$1100+$500=$1600 \n" ); document.write( "$1600=$1600\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |