document.write( "Question 25312: 1.At the high school 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 cost $6 and each child's dinner cost $3.50. \r
\n" );
document.write( "\n" );
document.write( "Let a = number of adult dinners \r
\n" );
document.write( "\n" );
document.write( "Let c = number of child dinners \r
\n" );
document.write( "\n" );
document.write( "Write two equations to represent the total amount raised from the dinner and the total\r
\n" );
document.write( "\n" );
document.write( "2.2. Use substitution to solve the above system of equations. How many adult dinners were sold and how many child dinners were sold? \r
\n" );
document.write( "\n" );
document.write( "Show all your work to receive full credit for this problem. \n" );
document.write( "
Algebra.Com's Answer #13558 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the cost for childern diner be x \n" ); document.write( "Let the cost for adult diner be y \n" ); document.write( "x+y=210 \n" ); document.write( "y=210-x (subsitution)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3.5x+6y=935 \n" ); document.write( "3.5x+6(210-x)=935 \n" ); document.write( "3.5x+1260-6x=935 \n" ); document.write( "-2.5x = -325 \n" ); document.write( "x=130 \n" ); document.write( "y=210-130 \n" ); document.write( "y=80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, about 80 adults diner were sold, and about 130 childern dinner were sold. \n" ); document.write( "Paul. \n" ); document.write( " |