document.write( "Question 595208: A credit union invests $100 000. Part of the investement has a return of 11% and the other part earns 16% interest. If the interest earns $13000 per year, find out how much the credit union invests at 11% and how much at 16% \n" ); document.write( "
Algebra.Com's Answer #377025 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x+y=100000;
\n" ); document.write( ".16x+.11y=13000
\n" ); document.write( "x=40000
\n" ); document.write( "y=60000\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );