document.write( "Question 32309: ``Mr. Rahami invested $15,000, a part at 8% and the rest at 11%. If his
\n" );
document.write( "yearly income from these investments is $1335, how muchdid he invest at
\n" );
document.write( "each rate ( assuming simple interest)?''.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #18844 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! 8% of x + 11% of (15000-x) = 1335 \n" ); document.write( "=> .08x + (1650 - .11x) = 1335 \n" ); document.write( "=> x = 315/.03 = 10500 \n" ); document.write( "$10,500 at 8% and $4,500 at 11% \n" ); document.write( " |