document.write( "Question 153279This question is from textbook
\n" );
document.write( ": Larry has an annual return of $213 from $3000 invested at simple interest, some at 5% and the rest a8%. How much is invested at each rate? \n" );
document.write( "
Algebra.Com's Answer #112812 by orca(409) ![]() You can put this solution on YOUR website! Let x be the amount invested at 5%, then the amount invested at 8% was 3000 - x. \n" ); document.write( "The total interest earned from the two investments can be expressed in terms of x as: \n" ); document.write( "5%x + 8%(3000-x) \n" ); document.write( "Setting it equal 213, we have \n" ); document.write( "5%x + 8%(3000-x)=213 \n" ); document.write( "Solving for x, we obtain \n" ); document.write( "5x + 8(3000 - x) = 21300 (multiply both sides by 100) \n" ); document.write( "5x + 24000 - 8x = 21300 \n" ); document.write( "-3x = -2700 \n" ); document.write( "x = (-2700)/(-3) \n" ); document.write( "x = 2700/3 \n" ); document.write( "x = 900 \n" ); document.write( "So Larry invested $900 at 5%,and $2,100 at 8%. \n" ); document.write( " \n" ); document.write( " |