document.write( "Question 872611: Kate invests $11,700, part at 7% and the rest at 6%. The annual rate of return on the investments is actually the same. How much did she invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #526266 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Kate invests $11,700, part at 7% and the rest at 6%. The annual rate of return on the investments is actually the same. How much did she invest at each rate?
\n" ); document.write( "***
\n" ); document.write( "let x=amt invested at 7%
\n" ); document.write( "11700-x=amt invested at 6%
\n" ); document.write( "..
\n" ); document.write( "7%x=6%(11700-x)
\n" ); document.write( ".07x=702-.06x
\n" ); document.write( ".13x=702
\n" ); document.write( "x=5400
\n" ); document.write( "11700-x=6300
\n" ); document.write( "amt invested at 7%=$5,400
\n" ); document.write( "amt invested at 6%=$6,300
\n" ); document.write( "
\n" );