document.write( "Question 1201048: James invests a total of $23,000 into accounts. The first account earned a rate of return of 10% after a year. However, the second account suffered a 3% loss and the same time period. at the end of one year the total amount of money gained was -$235 how much was invested into each account. \n" ); document.write( "
Algebra.Com's Answer #835301 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = amount invested in the 1st account \n" ); document.write( "y = amount invested in the 2nd account\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y = 23000 total invested \n" ); document.write( "That can be solved to y = 23000-x \n" ); document.write( "I'll use it in a substitution step later on.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10% of x = 0.10x = gains from the 1st account \n" ); document.write( "-3% of y = -0.03y = loss from the 2nd account \n" ); document.write( "0.10x-0.03y = -235 net loss\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.10x-0.03y = -235 \n" ); document.write( "0.10x-0.03( y ) = -235 \n" ); document.write( "0.10x-0.03( 23000-x ) = -235 .... substitution step \n" ); document.write( "0.10x-0.03( 23000 ) - 0.03(-x) = -235 \n" ); document.write( "0.10x-690 +0.03x = -235 \n" ); document.write( "0.13x-690 = -235 \n" ); document.write( "0.13x = -235+690 \n" ); document.write( "0.13x = 455 \n" ); document.write( "x = 455/0.13 \n" ); document.write( "x = 3500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this to find y \n" ); document.write( "y = 23000-x \n" ); document.write( "y = 23000-3500 \n" ); document.write( "y = 19500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "He invested $3500 in the first account and gained 0.10*3500 = 350 dollars. \n" ); document.write( "He also invested $19,500 in the second account and lost 0.03*19500 = 585 dollars. \n" ); document.write( "The net loss is 350-585 = -235 which matches what the instructions mentioned. \n" ); document.write( "The answers are confirmed.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "$3500 invested in the first account. \n" ); document.write( "$19,500 invested in the second account. \n" ); document.write( " \n" ); document.write( " |