document.write( "Question 37315This question is from textbook
\n" );
document.write( ": Laura invested $2000. Some at 8% per year and the rest at 10% giving her a total income of $176 per year. How much money did she invest at 8%.\r
\n" );
document.write( "\n" );
document.write( "I know that I need to create a table. I'm stuck as to what to do next. I appreciate your help and thanks so much!
\n" );
document.write( " Amount invested x Rate = Interest
\n" );
document.write( "Investment A 2000 7% .07(2000)
\n" );
document.write( "Investment B
\n" );
document.write( "Total Investment 176
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #23086 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! .08X+.1(2000-X)=176 OR .08X+200-.1X=176 OR -.02X=-24 OR X=24/.02 OR X=1200 THUS 1200 WAS INVESTED @ 8% WHILE 2000-1200=800 INVESTED @ 10% \n" ); document.write( "PROOF.08*1200+.1*800=176 OR 96+80=176 OR 176=176\r \n" ); document.write( "\n" ); document.write( "INVESTMENT A 1200@8%=$96 \n" ); document.write( "INVESTMENT B 800*10%=$80 \n" ); document.write( "TOTAL INVESTMENT $176 \n" ); document.write( " |