document.write( "Question 1063180: please translate this into algebraic expression:\r
\n" );
document.write( "\n" );
document.write( "The total interest in one year earned by Jim if he invested part of $45,000.00 at 4% and the remainder at 3.5% \n" );
document.write( "
Algebra.Com's Answer #678237 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the amount invested at 4%, then \n" ); document.write( ": \n" ); document.write( "total interest = (0.04*x) + (0.035*(45000-x)) \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |