document.write( "Question 213528: Julie inherited $10000 from her uncle . She invested part in stocks and the rest in bonds. The stocks paid an annual interest rate of 3% and the bonds paid 5% annually. If her total annual income from these two investment was $413. How much did she invest in each? \n" ); document.write( "
Algebra.Com's Answer #161336 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.05x+.03(10,000-x)=413
\n" ); document.write( ".05x+300-.03x=413
\n" ); document.write( ".02x=413-300
\n" ); document.write( ".02x=113
\n" ); document.write( "x=113/.02
\n" ); document.write( "x=5,650 amount invested @ 5%.
\n" ); document.write( "10,000-5,650=4,350 amount invested @ 3%.
\n" ); document.write( "Proof:
\n" ); document.write( ".05*5,650+.03*4,350=413
\n" ); document.write( "282.5+130.5=413
\n" ); document.write( "413=413
\n" ); document.write( "
\n" ); document.write( "
\n" );