document.write( "Question 1015323: Ashley has $ 120,000 to invest and decides to put some in a CD that earns 2 % interest per year and the rest in a low-risk stock that earns 1 %. How much did she invest in each to earn $1800 interest in the first year? \n" ); document.write( "
Algebra.Com's Answer #631675 by FrankM(1040)![]() ![]() You can put this solution on YOUR website! If she invest all at 1%, she'd have $1200 interest. \n" ); document.write( "If she invest all at 2%, she'd have $2400 interest. \r \n" ); document.write( "\n" ); document.write( "$1800 is right in the middle, i.e. she saw a return of 1.5% so $60,000 at 1% and $60,000 at 2%. \r \n" ); document.write( "\n" ); document.write( "Equations - \r \n" ); document.write( "\n" ); document.write( "She invested $X at 1%, and (120000-x) at 2%\r \n" ); document.write( "\n" ); document.write( ".01X + .02(120000)-.02X = 1800\r \n" ); document.write( "\n" ); document.write( "-.01X + 2400 =1800\r \n" ); document.write( "\n" ); document.write( "-.01X = -600\r \n" ); document.write( "\n" ); document.write( "X = 60000 and 120000-60000=60000 as well, so $60000 at 1%, and $60000 at 2% \n" ); document.write( " |