document.write( "Question 912904: Tickets for a football match are sold at $40 each adults and $20 for each child. A company buy 55 tickets.
\n" );
document.write( "1if x these tickets was for was adults write in terms of x,
\n" );
document.write( "A. The number of ticket for children
\n" );
document.write( "B. The amount spent on adults ticket
\n" );
document.write( "C. The amount spend on children ticket\r
\n" );
document.write( "\n" );
document.write( "2. Show the total amount spend on 55 tickets is $(20x+1100)\r
\n" );
document.write( "\n" );
document.write( "3. Given the cost of the 55 ticket was 1600 calculate the number of adults tickets bought by the company \n" );
document.write( "
Algebra.Com's Answer #554157 by ewatrrr(24785) You can put this solution on YOUR website! x the number of Adult tickets \n" ); document.write( " A. The number of tickets for children: (55-x) \n" ); document.write( " B. The amount spent on adults ticket: 40x \n" ); document.write( " C. The amount spend on children ticket 20(55-x) \n" ); document.write( " 2. Show the total amount spend on 55 tickets is S = $(20x+1100) = 40x + 20(55-x) \n" ); document.write( " 3. Given the cost of the 55 ticket was 1600 calculate the number of adults tickets bought by the company \n" ); document.write( "1600 = 20x+1100 \n" ); document.write( "500 = 20x \n" ); document.write( "500/25 = x = 25, Adult tickets \n" ); document.write( " \n" ); document.write( " |