document.write( "Question 185362This question is from textbook
\n" );
document.write( ": Fearful of bank failure, Norman split his life savings of $60,000 among three banks. He received 5%, 6%, and 7% on three deposits. In the account earning 7% interest, he deposited twice as much as in the account earning 5% interest. If his total earnings were $3,760, then how much did he deposit in each account? \n" );
document.write( "
Algebra.Com's Answer #139057 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Norman split his life savings of $60,000 among three banks. \n" ); document.write( "x + y + z = 60000 \n" ); document.write( "----------------------- \n" ); document.write( "He received 5%, 6%, and 7% on three deposits. \n" ); document.write( "0.05x + 0.06y + 0.07z = 3700 \n" ); document.write( "-------------------------------------- \n" ); document.write( "In the account earning 7% interest, he deposited twice as much as in the account earning 5% interest. \n" ); document.write( "z = 2x \n" ); document.write( "If his total earnings were $3,760, then how much did he deposit in each account? \n" ); document.write( "----------------------------- \n" ); document.write( "Rearrange the equations and make some modifications to get: \n" ); document.write( "x + y + z = 60000 \n" ); document.write( "5x + 6y + 7z = 376000 \n" ); document.write( "2x + 0 - z = 0 \n" ); document.write( "------------------------- \n" ); document.write( "Solve by any method you know to get: \n" ); document.write( "x = 16000 \n" ); document.write( "y = 12000 \n" ); document.write( "z = 32000 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |