document.write( "Question 889525: Equal amounts are invested in each of three accounts paying 8%, 9%, and 10.5% annually. If one year's combined interest income is $1,292.50, how much is invested in each account? \n" ); document.write( "
Algebra.Com's Answer #538297 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Equal amounts are invested in each of three accounts paying 8%, 9%, and 10.5% annually. \n" ); document.write( " If one year's combined interest income is $1,292.50, how much is invested in each account? \n" ); document.write( ": \n" ); document.write( "Let x = amt invested in each account \n" ); document.write( "then \n" ); document.write( ".08x + .09x + .105x = 1292.50 \n" ); document.write( ".275x = 1292.50 \n" ); document.write( "Find x \n" ); document.write( " |