document.write( "Question 587882: An inheritance of $25,000 is divided among three investments yielding a total of $1,275 in interest per year. The interest rates for three investments are 4.5%, 5%, and 8%. The amounts invested at 5% and 8% are 4000 and 10000 less than the amount invested at 4.5 respectively. Find the amount invested in each rate. \n" ); document.write( "
Algebra.Com's Answer #374274 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An inheritance of $25,000 is divided among three investments yielding a total of $1,275 in interest per year. The interest rates for three investments are 4.5%, 5%, and 8%. The amounts invested at 5% and 8% are 4000 and 10000 less than the amount invested at 4.5 respectively. Find the amount invested in each rate. \n" ); document.write( "** \n" ); document.write( "let x=amt invested at 4.5% \n" ); document.write( "x-4000=amt invested at 5% \n" ); document.write( "x-10000=amt invested at 8% \n" ); document.write( ".. \n" ); document.write( "x+x-4000+x-10000=25000 \n" ); document.write( "3x=25000+14000=39000 \n" ); document.write( "x=39000/3=13000 \n" ); document.write( "x-4000=9000 \n" ); document.write( "x-10000=3000 \n" ); document.write( "ans: \n" ); document.write( "amt invested at 4.5%=$13000 \n" ); document.write( "amt invested at 5%=$9000 \n" ); document.write( "amt invested at 8%=$3000 \n" ); document.write( " \n" ); document.write( " |