document.write( "Question 1188280: Mrs. Diez has savings account in two banks. The combined amount of these saving is at least 150,000.
\n" );
document.write( "One bank gave an interest of 4% while the other bank gives 6%.
\n" );
document.write( "In a year, Mrs. Diez receives at most 12,000.
\n" );
document.write( "1. What mathematical statements represent the given situation?
\n" );
document.write( "2. Draw the graphs of the mathematical statments.
\n" );
document.write( "3. How will you detemine the amount of savings in each bank account?
\n" );
document.write( "4. Give one possible amount of savings in both accounts. \n" );
document.write( "
Algebra.Com's Answer #819900 by Theo(13342)![]() ![]() You can put this solution on YOUR website! Mrs. Diez has savings account in two banks. The combined amount of these saving is at least 150,000. \n" ); document.write( "One bank gave an interest of 4% while the other bank gives 6%. \n" ); document.write( "In a year, Mrs. Diez receives at most 12,000. \n" ); document.write( "1. What mathematical statements represent the given situation? \n" ); document.write( "x = amount invested at 4%. \n" ); document.write( "y = amount invesed at 6%. \n" ); document.write( "x + y >= 150000 \n" ); document.write( ".04x + .06y <= 12000 \n" ); document.write( "2. Draw the graphs of the mathematical statements. \n" ); document.write( " ![]() \n" ); document.write( "3. How will you determine the amount of savings in each bank account? \n" ); document.write( "the graph shows the opposite of the constraint inequalities. \n" ); document.write( "x + y >= 150,000 is graphed as x + y <= 150,000. \n" ); document.write( ".04x + .06y <= 12000 is graphed as .04x + .06y >= 12000. \n" ); document.write( "x >= 0 is graphed as x <= 0. \n" ); document.write( "y >= 0 is graphed as y <= 0. \n" ); document.write( "the area of the graph that is NOT SHADED is the region of fesibility. \n" ); document.write( "all coordinate points within this region are valid and satisfy all the constraints. \n" ); document.write( "4. Give one possible amount of savings in both accounts. \n" ); document.write( "one coordinate point would be (300,000,0). \n" ); document.write( "this means all the investments yield 4% interest. \n" ); document.write( "if the interest was 12,000, then the amount invested had to be 12,000 / .04 = 300,000. \n" ); document.write( "another point within the feasible region would be (100,000,100,000). \n" ); document.write( "the amount invested would be 200,000 which is greater than 150,000. \n" ); document.write( "the interest would be .04 * 100,000 + .06 * 100,000 = 10,000 which is less than 12,000. \n" ); document.write( "a point outside the feasible region would be (150,000,200,000). \n" ); document.write( "the amount invested is equal to 350,000 which is greater than 150,000. \n" ); document.write( "the interest would be .04 * 150,000 + .06 * 200,000 = 18,000 which is NOT less than 12,000.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |