document.write( "Question 912210: word problems stump me so bad and I am again stumped? can someone help me with this one?
\n" );
document.write( "two investments totaling $19,500 produce an annual income of $1085. one investment yields 8% a year, while the other yields 3% per year. how much is invested at each rate?
\n" );
document.write( "Thank you in advance
\n" );
document.write( "Scott
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #553680 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! two investments totaling $19,500 produce an annual income of $1085. one investment yields 8% a year, while the other yields 3% per year. how much is invested at each rate? \n" ); document.write( "*** \n" ); document.write( "let x=amt invested at 8% \n" ); document.write( "19500-x=amt invested at 3% \n" ); document.write( ".08x+.03(19500-x)=1085 \n" ); document.write( ".08x+585-.03x=1085 \n" ); document.write( ".05x=500 \n" ); document.write( "x=10000 \n" ); document.write( "19500-x=9500 \n" ); document.write( "amtinvested at 8%=$10000 \n" ); document.write( "amt invested at 3%=$9500 \n" ); document.write( " |