document.write( "Question 533323: Mike invested $706 for one year. He invested part of it at 5% and the rest at 3%. At the end of the year he earned $28.00 in interest. How much did mike invest at each rate of interest \n" ); document.write( "
Algebra.Com's Answer #351040 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
(5%)(x) + (3%)(706 - x) = 28 \n" ); document.write( "
\n" );