document.write( "Question 1052005: A local credit union offers a certificate of deposit (CD) that returns 2% interest on a money market fund that returns 3% interest. Over the next year, a credit union customer wants to earn $263.50 in interest on an investment of $10,000 between a CD and a money market fund.
\n" ); document.write( "How much money will the customer need to invest in the CD?
\n" ); document.write( "

Algebra.Com's Answer #667451 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
He invests x portion of 10,000 at 2% per year (CD)
\n" ); document.write( "He invests 10,000-x at 3% per year (money market)
\n" ); document.write( "He wants to earn 263.50 in one year
\n" ); document.write( "Let's put it all together:
\n" ); document.write( "0.02x+0.03(10,000-x) = 263.50
\n" ); document.write( "0.02x+300-0.03x = 263.50
\n" ); document.write( "-0.01x = -36.50 Divide both sides by -0.01 and remember -/- = +
\n" ); document.write( "x = 3650 is what he needs to invest at 2%
\n" ); document.write( "and 10,000-3,650 = 6,350 at 3
\n" ); document.write( "--------------------------------
\n" ); document.write( "Check:
\n" ); document.write( "3,650*0.02 = 73
\n" ); document.write( "6,350*0.03 = 190.50
\n" ); document.write( "Total . . . .263.50 Correct
\n" ); document.write( "
\n" );