document.write( "Question 832319: Suppose Jim has $12,000 to invest at 8% and 10%. How much does he invest at each rate to have a total interest of $1,000 after one year? \n" ); document.write( "
Algebra.Com's Answer #501961 by richwmiller(17219) You can put this solution on YOUR website! .08a+.10b=1000, \n" ); document.write( "a+b=12000 \n" ); document.write( "a=10000., b=2000. \n" ); document.write( " \n" ); document.write( " |