document.write( "Question 462625: a total of $12,500 is invested , part at 6% and part at 3%. if the annual return intrest from the two investments is the same, how much is invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #317156 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a total of $12,500 is invested , part at 6% and part at 3%. if the annual return interest from the two investments is the same, how much is invested at each rate. \n" ); document.write( ".. \n" ); document.write( "let x=$ amt invested at 6% \n" ); document.write( "12500-x=$ amt invested at 3%. \n" ); document.write( ".. \n" ); document.write( "annual return interest from 6% invesrment=.06x \n" ); document.write( "annual return interest from 3% invesrment=.03(12500-x) \n" ); document.write( ".. \n" ); document.write( ".06x=.03(12500-x) \n" ); document.write( ".06x=375-.03x \n" ); document.write( ".09x=375 \n" ); document.write( "x=375/.09=4166.67 \n" ); document.write( "12500-x=8333.33 \n" ); document.write( ".. \n" ); document.write( "Ans: \n" ); document.write( "$4166.67 invested at 6% rate \n" ); document.write( "$8333.33 invested at 3% rate \n" ); document.write( " |