document.write( "Question 1196453: Each day Sal prepares a large basket of self-serve tortilla chips in his restaurant. On Monday, 28 adult patrons and 37 child patrons ate 12.67 kg of chips. On Tuesday, 14 adult patrons and 30 child patrons ate 11.3 kg of chips. Write two equations that would be used to solve the system so that Sal would know whether adults or children eat more chips on average. \n" ); document.write( "
Algebra.Com's Answer #829286 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let a = the number of kilograms eaten by each adult on the average. \n" ); document.write( "let b = the number of kilograms eaten by each child on the average. \n" ); document.write( "you get two equations. \n" ); document.write( "they are: \n" ); document.write( "28a + 37c = 12.67 kilograms \n" ); document.write( "14a + 30c = 11.3 kilograms. \n" ); document.write( "solve these two equations simultaneously to get: \n" ); document.write( "c = .43173901304 \n" ); document.write( "a = -.1180124224 \n" ); document.write( "confirm these values are correct by replacing a and c in both original equations to get: \n" ); document.write( "28 * -.1180124224 + 37 * .43173901304 = 12.67 \n" ); document.write( "14 * -.1180124224 + 30 * .43173901304 = 11.3 \n" ); document.write( "this confirms the values are correct. \n" ); document.write( "unfortunately, the value of a is less than 0 which means that you don't have a solution to this system of equations where the average number of kilograms consumed by adults and children is positive for both. \n" ); document.write( "since that is a requirement, then the system of equations does not have a common solution. \n" ); document.write( "i also solved graphically where the intersection of the lines graphed by the two equations is at the intersection of those lines. \n" ); document.write( "it confirms the common solution requires a negative value for the average number of kilograms consumed by the adults. \n" ); document.write( "since this can't be, the solution is invalid. \n" ); document.write( "here's the graph. \n" ); document.write( " ![]() \n" ); document.write( "however, you were not asked to solve the system of equations. \n" ); document.write( "you were only asked to write two equations that could be used to solve the system. \n" ); document.write( "your solution is the two equations shown above. \n" ); document.write( "they are reproduced below for your convenience. \n" ); document.write( "28a + 37c = 12.67 kilograms \n" ); document.write( "14a + 30c = 11.3 kilograms. \n" ); document.write( "a is the average number of kilograms of chips consumed by each adult. \n" ); document.write( "c is the average number of kilograms of chips consumed by each child. \n" ); document.write( " \n" ); document.write( " |