document.write( "Question 1134086: George invested some money at 5% interest. George also invested $219more than 44 times that amount at 10%. How much is invested at each rate if George receives $922.80 in interest after one year? (Round to two decimal places if necessary.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "------- amount invested at 5%\r
\n" );
document.write( "\n" );
document.write( "-------- amount invested at 10% \n" );
document.write( "
Algebra.Com's Answer #751578 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = amount at 5% \n" ); document.write( "44x+219 = amount at 10% \n" ); document.write( ".05(x) = interest at 5% \n" ); document.write( ".10(44x+219) = interest at 10% \n" ); document.write( "The total interest is $922.80: \n" ); document.write( ".05(x) + .10(44x+219) = 922.80 \n" ); document.write( "Solve.... \n" ); document.write( " |