document.write( "Question 844381: Roberto investment some money at 6% and then invested $5,000 more than twice this amount at 10% his total annual income from two investments was $3100. how much was invested at 10% \n" ); document.write( "
Algebra.Com's Answer #508727 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Roberto investment some money at 6% and then invested $5,000 more than twice this amount at 10% his total annual income from two investments was $3100. how much was invested at 10% \n" ); document.write( "*** \n" ); document.write( "let x=amt invested at 6% \n" ); document.write( "2x+5000=amt invested at 10% \n" ); document.write( ".06x+.10(2x+5000)=3100 \n" ); document.write( ".06x+.20x+500=3100 \n" ); document.write( ".26x=2600 \n" ); document.write( "x=10000 \n" ); document.write( "2x+5000=20000+5000=25000 \n" ); document.write( "how much was invested at 10%: $25,000 \n" ); document.write( " |