document.write( "Question 1044180: An executive invests $30,000, some at 10% and some at 5%. If she receives an annual return of $2,200, how much is invested at 10%? \n" ); document.write( "
Algebra.Com's Answer #659439 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the amount invested at 10%. Then: \n" ); document.write( ".1n+.05(30000-n)=2200 \n" ); document.write( ".1n+1500-.05n=2200 \n" ); document.write( ".05n=700 \n" ); document.write( "n=700/.05=14000 \n" ); document.write( "$14000 was invested at 10%, $16000 was invested at 5%. ☺☺☺☺ \n" ); document.write( " |