document.write( "Question 8101: bill invested $30,000 in two seperate accounts paying 3% and 4.1% annual simple interest. if bill earned a total of of $1091.73 from the two investments, how much was invested in each account.\r
\n" ); document.write( "\n" ); document.write( "I have no clue how to come up with the equation of this problem. The instructions say to find the equation for this investments problem andsolve it.
\n" ); document.write( "

Algebra.Com's Answer #4480 by srinivas123(23)\"\" \"About 
You can put this solution on YOUR website!
let one amount be x then the second amount is 30000-x
\n" ); document.write( "Interest on first ammount i=ptr/100
\n" ); document.write( "(x*1*3 )/ 100. ----------------------equation (1)
\n" ); document.write( "Interest on second amount i=((30000-x)*1*4.1 )/ 100-------------equaion (2)
\n" ); document.write( "so total interest is equation (1) + (2)
\n" ); document.write( "3x/100 + 4.1(30000-x)/100 = 1091.73
\n" ); document.write( "after cross multiplication we get
\n" ); document.write( "3x+4.1(30000-x)= 109173
\n" ); document.write( "3x+123000-4.1x = 109173
\n" ); document.write( "-1.1x = -13827
\n" ); document.write( "------> x=12570
\n" ); document.write( "hence first amount is $12570 and second amount is $17430.00.
\n" ); document.write( "
\n" ); document.write( "
\n" );