document.write( "Question 142845: Mrs. Jones invested a total of $12,000, part at 10% and the rest at 5%. If the income from her 10% investment was 6 times as great as the income from 5% investment, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #103936 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"amount @ 10%\", so 12000-x=\"amount @ 5%\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"the income from her 10% investment was 6 times as great as the income from 5% investment\" \n" ); document.write( "__ x(10%)=6(12000-x)(5%)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by 100 to clear percentages __ 10x=360000-30x __ 40x=360000 __ x=9000 \n" ); document.write( " |