document.write( "Question 1145315: Bob invested $24000. He invested part of it at 8% interest per year and the rest at 10% interest per year. His total interest income for the year is $2300. How much was invested at 10%?\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #766536 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=24000 \n" ); document.write( "a=24000-b \n" ); document.write( ".08*a+.10*b=2300 \n" ); document.write( "solve for b \n" ); document.write( ".08*(24000-b)+.10*b=2300\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |