document.write( "Question 631317: A person has invested $6000 . Part of the money is invested at 3% and the remaining amout at 4% . The annual income from the two investment is $225.How much is invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #397521 by sachi(548) You can put this solution on YOUR website! A person has invested $6000 . Part of the money is invested at 3% and the remaining amout at 4% . The annual income from the two investment is $225.How much is invested at each rate? \n" ); document.write( "ans:- \n" ); document.write( "say at 3% he invested $ x \n" ); document.write( "so at 4% $(6000-x) \n" ); document.write( "SO 3%X+4%(6000-X)=225 \n" ); document.write( "or 3x+4*6000-4x=225*100=22500 \n" ); document.write( "or 3x-4x=22500-24000=-1500 \n" ); document.write( "or -x=-1500 \n" ); document.write( "or x=1500 at 3% \n" ); document.write( "6000-1500=4500 at 4%ans \n" ); document.write( " \n" ); document.write( " |