document.write( "Question 659733: Jennifer invested $1,000 more in Bond A than she invested in Bond B. Bond A paid 4.15%, while Bond B paid 3.9%. The total yearly interest for both investments was $229.87. How much money did Jennifer invest in Bond A? \n" ); document.write( "
Algebra.Com's Answer #410888 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jennifer invested $1,000 more in Bond A than she invested in Bond B. Bond A paid 4.15%, while Bond B paid 3.9%. The total yearly interest for both investments was $229.87. How much money did Jennifer invest in Bond A? \n" ); document.write( "** \n" ); document.write( "let x=money Jennifer invested in Bond B \n" ); document.write( "x+1000=money Jennifer invested in Bond A \n" ); document.write( ".. \n" ); document.write( "3.9%x+4.15%(x+1000)=229.87 \n" ); document.write( ".039x+.0415x+41.5=229.87 \n" ); document.write( ".0805x=188.37 \n" ); document.write( "x=188.37/.0805 \n" ); document.write( "x=2340 \n" ); document.write( "x+1000=3340 \n" ); document.write( "money Jennifer invested in Bond A=$3340 \n" ); document.write( " |