document.write( "Question 1112185: when equal amounts are invested in each of three accounts paying 8% 9% and 12.5% one years combined interest income is $1,209.50 how much is invested in each account \n" ); document.write( "
Algebra.Com's Answer #727185 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x=amount
\n" ); document.write( ".08x+.09x+.125x=1209.50
\n" ); document.write( "0.295x=1209.50
\n" ); document.write( "x=$4100
\n" ); document.write( "
\n" ); document.write( "
\n" );