document.write( "Question 253702: Jeff has $5000 to invest and he wants to earn $568 of interest in 1 year; he will invest part of the money at 10% and the other part at 12%; what is the amount he will invest for 10% and how much at 12% \n" ); document.write( "
Algebra.Com's Answer #186064 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! .12*x+.10(5000-x)=568 \n" ); document.write( "x=3400 at 12% \n" ); document.write( "5000-x at 10% \n" ); document.write( " |