document.write( "Question 1112776: The coffee factory would like to sell 3 types of coffee. Coffee A consists of 300 gram of Arabica beans and 200 gram of Robusta beans. Coffee B consists of 200 gram of Arabica beans, 200 gram of Kenya beans and 100 gram of Robusta beans. Coffee C consists of 100 gram of Arabica beans, 200 gram of Kenya beans and 200 gram of Robusta beans. The coffee factory have 30 kilogram of Arabica beans, 15 kilogram of Kenya beans and 25 kilogram of Robusta beans. How many pack of Coffee A, B and C will be packed if the factory would like to use up all of the beans? \n" ); document.write( "
Algebra.Com's Answer #727793 by ikleyn(52786)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let a = # of packs of Coffee A;\r\n" ); document.write( "\r\n" ); document.write( " b = # of packs of Coffee B;\r\n" ); document.write( "\r\n" ); document.write( " c = # of packs of Coffee C.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then, counting the balances for each type of coffee beans, you have this system of 3 equations in 3 unknowns a, b and c:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "0.3a + 0.2b + 0.1c = 30 (kilograms of Arabica) (1) (<<<---=== counting Arabica)\r\n" ); document.write( "\r\n" ); document.write( "0.2a + 0.1b + 0.2c = 25 (kilogram of Robusta) (2) (<<<---=== counting Robusta)\r\n" ); document.write( "\r\n" ); document.write( " 0.2b + 0.2c = 15 (kilogram of Kenya) (3) (<<<---=== counting Kenya)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "There are many ways to solve it.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "I chose the simplest way, using the online solver of this site\r\n" ); document.write( "\r\n" ); document.write( " https://www.algebra.com/algebra/homework/Matrices-and-determiminant/cramers-rule-3x3.solver\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "giving me the answer a= 65, b= 30 and c= 45.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The last step that I did was checking:\r\n" ); document.write( "\r\n" ); document.write( " 0.3*65 + 0.2*30 + 0.1*45 = 30 ! Correct !\r\n" ); document.write( "\r\n" ); document.write( " 0.2*65 + 0.1*30 + 0.2*45 = 25 ! Correct !\r\n" ); document.write( "\r\n" ); document.write( " 0.2*30 + 0.2*45 = 15 ! Correct !\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |