document.write( "Question 110957This question is from textbook Algebra and Trigonometry
\n" );
document.write( ": The Computer Club invested $2200, part at 4.5% interest and the rest at 7%. The total annual interest earned was $144. How much was invested at each rate?
\n" );
document.write( "How do I set up this problem? \n" );
document.write( "
Algebra.Com's Answer #80935 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"amount @ 4.5%\", so 2200-x=\"amount @ 7%\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(4.5%)+(2200-x)(7%)=144 \n" ); document.write( " |