document.write( "Question 1008669: $2000 is invested in certificates of deposit. Some of the $2000 is placed in a 4% simple interest certificate of deposit and the rest in a 5% simple interest certificate of deposit. If at the end of the year, $88 was the total of the interest earned, how much was invested in the 5% certificate? \n" ); document.write( "
Algebra.Com's Answer #624822 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the amount at 4%, x.
\n" ); document.write( "Then the amount at 5% is 2000-x.
\n" ); document.write( "The set up is like this
\n" ); document.write( ".04x + .05(2000-x) = 88
\n" ); document.write( ".04x + 100 - .05x = 88
\n" ); document.write( "-.01x = -12
\n" ); document.write( "x = $1200 at 4% so that
\n" ); document.write( "2000-x = $800 at 5%
\n" ); document.write( "
\n" );