document.write( "Question 864755: Oh boy, I'm stumped as to how to proceed. We're working with systems of equations right now and this problem is really starting to tax my patience.
\n" );
document.write( "\"$24000 is invested in three different accounts, each paying 1%, 2%, and 3% interest, respectively. After 1 year, the simple interest earned from all three accounts amounts to $440. If the account paying 1% interest contains three times the amount in the account paying 2% interest, how much was invested in the three accounts?\"\r
\n" );
document.write( "\n" );
document.write( "Specifically, I don't know how to set this information up as a system of equations. Since there are three accounts, I think this should be a 3x3 equation, but I've only been able to come up with
\n" );
document.write( "x+y+z=24000, and (.01)x+(.02)y+(.03)z=440 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #521258 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! You are right normally we need three equations for three unknowns. \n" ); document.write( "Let's see what we know and how we can use that info \n" ); document.write( "\"$24000 is invested in three different accounts \n" ); document.write( "x+y+z=24000, \n" ); document.write( "each paying 1%, 2%, and 3% interest, respectively. \n" ); document.write( "After 1 year, the simple interest earned from all three accounts amounts to $440. \n" ); document.write( " (.01)x+(.02)y+(.03)z=440 \n" ); document.write( "If the account paying 1% interest contains three times the amount in the account paying 2% interest, \n" ); document.write( "You forgot this tidbit.\r \n" ); document.write( "\n" ); document.write( "x=3y, \n" ); document.write( "(.01)x+(.02)y+(.03)z=440, \n" ); document.write( "x+y+z=24000 \n" ); document.write( "Sometimes you really have to squeeze info to get the three equations. Here you missed a treasure\r \n" ); document.write( "\n" ); document.write( "x=12000., y=4000., z=8000. \n" ); document.write( " |