document.write( "Question 71922: at the highschool band's annual spaghetti dinner, the members served 210 dinners and collected $935. the band leader did not designate which ticket was an adult or child dinner. you need to know that to prepare the correct amount of food and for future planning. each adult dinner costs $6 and each child's dinner cost $3.50.\r
\n" );
document.write( "\n" );
document.write( "let a = number of adult dinners and c = number of child dinners\r
\n" );
document.write( "\n" );
document.write( "a. write two equations to represent the total amountraised from the dinner and the total number of adult and children's dinners sold.\r
\n" );
document.write( "\n" );
document.write( "b. how many adult dinners were sold and how many child dinners were sold? \n" );
document.write( "
Algebra.Com's Answer #51405 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the members served 210 dinners and collected $935. the band leader did not designate which ticket was an adult or child dinner. you need to know that to prepare the correct amount of food and for future planning. each adult dinner costs $6 and each child's dinner cost $3.50. \n" ); document.write( "--------- \n" ); document.write( "a + c = 210 \n" ); document.write( "6a + 3.5c = 935 \n" ); document.write( "-------- \n" ); document.write( "Solve 1st equation for \"a\" to get a = 210-c \n" ); document.write( "Substitute into 2nd equation: \n" ); document.write( "6(210-c) + 3.5c = 935 \n" ); document.write( "1260 - 6c + 3.5 c = 935 \n" ); document.write( "-2.5c = -325 \n" ); document.write( "c = 130 (# of child tickets) \n" ); document.write( "Therefore a = 210 - 130 = 80 (# of adults tickets)\r \n" ); document.write( "\n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |