document.write( "Question 178995: You invested $12,000, part of it in stock that paid 12% annual interest. However, the rest of the money suffered a 5% loss. If the annual income from both investments was $620, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #133937 by Mathtut(3670) ![]() You can put this solution on YOUR website! let x and y be the amount invested in each rate \n" ); document.write( ": \n" ); document.write( "x+y=12000.......eq 1 \n" ); document.write( ".12x-.05y=620...eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to x=12000-y and plug that value into eq 2 \n" ); document.write( ": \n" ); document.write( ".12(12000-y)-.05y=620 \n" ); document.write( ": \n" ); document.write( "1440-.12y-.05y=620 \n" ); document.write( ": \n" ); document.write( "-.17y=-820 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " |