document.write( "Question 997500: Please help me solve this..: Food A has 560 calories per pound and 80 units of vitamins per pound, Food B has a 240 calories per pound and 400 units of vitamins per pound, and food C has 480 calories per pound and 160 units of vitamins per pound. It is desired to have a 10-lb mixture of foods A,B,and C to contain a total of 2000 calories and 1200 units of vitamins. Show that these requirements lead to an inconsistent system of equations, and therefore the mixture in not possible. \n" ); document.write( "
Algebra.Com's Answer #615581 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let a = number of pounds of A. \n" ); document.write( "let b = number of pounds of B. \n" ); document.write( "let c = number of pounds of C.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get 3 equations that need to be solved simultaneoulsy.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + b + c = 10 = total number of pounds. \n" ); document.write( "560 a + 240b + 480c = 2000 = total number of calories. \n" ); document.write( "80a + 400b + 160c = 1200 = total units of vitamins.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the calculartions are shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 1 we write the equations as shown above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 2 we multiply the first equation by 560 and subtract the second equation from that to get 320b + 80c = 3600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 3 we multiply the first equation by 80 and subtract the first equation from the third equation to get 320b + 80c = 400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 4 we subtract 320b + 80c = 400 from 320b + 80c = 3600 to get 0 + 0 = 3200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we are left with 0 = 3200 which is not true and so there is no common solution to these 3 equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |