document.write( "Question 55428: I need help with these two word problems. I can not figure them out.\r
\n" );
document.write( "\n" );
document.write( "1. Adult tickets for a play cost $4 and child tickets cost $1. If there were 23 people at a performance and the theater collected $80 from ticket sales, how many children attended the play?\r
\n" );
document.write( "\n" );
document.write( "2.Tickets for an event cost $4 for children, $12 for adults, and $7 for senior citizens. The total ticket sales were $1920. There were 50 more adult tickets sold than child tickets, and the number of senior citizens tickets were 4 times the number of child tickets. How many of each ticket were sold? \n" );
document.write( "
Algebra.Com's Answer #37614 by piyu(4)![]() ![]() ![]() You can put this solution on YOUR website! 1. Adult tickets for a play cost $4 and child tickets cost $1. If there were 23 people at a performance and the theater collected $80 from ticket sales, how many children attended the play? \n" ); document.write( "ANS: \n" ); document.write( "let the no. of adults be x and the no. of children be y \n" ); document.write( "the total no. of people who attended the play = 23 \n" ); document.write( "which means x+y=23 \n" ); document.write( "the cost of an adult ticketis $4 and hence the total collections from adult tickets=4x \n" ); document.write( "similarly the total collections from child tickets is $1 per child= y \n" ); document.write( "the total colltecions is $80. which implies \n" ); document.write( "4x+y=80. solving the system of linear equations \n" ); document.write( "4x+y=80 \n" ); document.write( "x+y=23 \n" ); document.write( "we get y=4 (i.e) the no. of children who attended the play is 4\r \n" ); document.write( "\n" ); document.write( "2.Tickets for an event cost $4 for children, $12 for adults, and $7 for senior citizens. The total ticket sales were $1920. There were 50 more adult tickets sold than child tickets, and the number of senior citizens tickets were 4 times the number of child tickets. How many of each ticket were sold? \n" ); document.write( "ANS: \n" ); document.write( "assume the no. of childern to be x, no. of adults to be y and the no. of senior citizens to be z. \n" ); document.write( "the cost per ticket is $4 for children, $12 for adults, and $7 for senior citizens. the total ticket sales amounted to $1920. which is nothing but \n" ); document.write( "4x+12y+7z=1920 (equation 1)\r \n" ); document.write( "\n" ); document.write( "given that 50 more adult tickets were sold than child tickets \n" ); document.write( "y-x=50 or y=50-x (equation 2)\r \n" ); document.write( "\n" ); document.write( "the number of senior citizens tickets were 4 times the number of child tickets. \n" ); document.write( "z=4x (equation 3)\r \n" ); document.write( "\n" ); document.write( "4x+12y+7z=1920(from equation 1) \n" ); document.write( "substituting for y and z from equations 2&3, we have \n" ); document.write( "4x+12(x+50)+7(4x)=1920 \n" ); document.write( "4x+12x+600+28x =1920 \n" ); document.write( "44x+600 =1920 \n" ); document.write( "44x=1920-600 \n" ); document.write( "44x=1320 \n" ); document.write( "x=1320/44 \n" ); document.write( "x=30\r \n" ); document.write( "\n" ); document.write( "from equation 2 \n" ); document.write( "y=50+x (i.e)y=50+30 \n" ); document.write( "y=80\r \n" ); document.write( "\n" ); document.write( "from equation 3 \n" ); document.write( "z=4x or z=4(30) \n" ); document.write( "z=120\r \n" ); document.write( "\n" ); document.write( "hence the no. of child tickets sold is 30, no. of adult tickets sold is 80 and the no. of senior citizen tickets sold is 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |