document.write( "Question 371184: Select the set of equations that represents the following situation: Mike invested $240 for one year. He invested part of it at 9% and the rest at 10%. At the end of the year he earned $23.42 in interest. How much did Mike invest at each rate of interest?
\n" );
document.write( "(Points : 3)
\n" );
document.write( " a x + y = 240; 0.09x + 0.10y = 23.42
\n" );
document.write( " b 0.09 · 240 + 0.10 · 240 = 23.42
\n" );
document.write( " c 0.09x + 0.10y = 240; x + y = 23.42
\n" );
document.write( " d x + y = 240; 9x + 10y = 23.42 \n" );
document.write( "
Algebra.Com's Answer #264446 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! Answer: a) \n" ); document.write( " |