document.write( "Question 79203: My son and I can't find the solution to this question. 148 people attend a 5 day camp. The chef needs 9 lbs of food for each child and 12 lbs for each adult.He needs a total of 1410 lbs of food. How many children and how many adults attend camp? We figured that there are 26 adults and 122 children but we can't set it up using two variables. Please help! \n" ); document.write( "
Algebra.Com's Answer #56847 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! My son and I can't find the solution to this question. 148 people attend a 5 day camp. The chef needs 9 lbs of food for each child and 12 lbs for each adult.He needs a total of 1410 lbs of food. How many children and how many adults attend camp? We figured that there are 26 adults and 122 children but we can't set it up using two variables.: \n" ); document.write( ": \n" ); document.write( "Let a = number of adults; c = number children \n" ); document.write( ": \n" ); document.write( "Write and equation for each statement \n" ); document.write( "\" 148 people attend a 5 day camp.\" \n" ); document.write( "a + c = 148 \n" ); document.write( "a = (148-c); to use for substitution \n" ); document.write( ": \n" ); document.write( "\"The chef needs 9 lbs of food for each child and 12 lbs for each adult.He needs a total of 1410 lbs\": \n" ); document.write( "12a + 9c = 1410 \n" ); document.write( ": \n" ); document.write( "\"How many children and adults attend the camp\" \n" ); document.write( "Substitute (148-c) for a in the 2nd equation: \n" ); document.write( "12(148-c) + 9c = 1410 \n" ); document.write( "1776 - 12c + 9c = 1410 \n" ); document.write( "-3c = 1410 - 1776 \n" ); document.write( "-3c = -366 \n" ); document.write( "c = -366/-3 \n" ); document.write( "c = +122 \n" ); document.write( ": \n" ); document.write( "Easy enough to find a: 148-122 = 26 \n" ); document.write( " |