document.write( "Question 1044289: The manager of a theater wants to know whether the majority of its patrons are adults or children. One day, 5300
\n" );
document.write( "
\n" );
document.write( "tickets were sold and the receipts totaled $40 comma 981
\n" );
document.write( ".
\n" );
document.write( "The adult admission is $9.50
\n" );
document.write( ",
\n" );
document.write( "and the children's admission is $6.50
\n" );
document.write( ".
\n" );
document.write( "How many adult patrons were there? \n" );
document.write( "
Algebra.Com's Answer #659568 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The manager of a theater wants to know whether the majority of its patrons are adults or children.\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( "let a = the no. of adults \n" ); document.write( "let c = no. of children \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "One day, 5300 tickets were sold \n" ); document.write( "a + c = 5300 \n" ); document.write( "c = (5300-a); use this form for substitution \n" ); document.write( ": \n" ); document.write( "The adult admission is $9.50 and the children's admission is $6.50 \n" ); document.write( " the receipts totaled $40,981 \n" ); document.write( "9.50a + 6.50c = 40981 \n" ); document.write( "Replace c with (5300-a) \n" ); document.write( "9.5a + 6.5(5300-a) = 40981 \n" ); document.write( "9.5a + 34450 - 6.5a = 40981 \n" ); document.write( "9.5a - 6.5a = 40981 - 34450 \n" ); document.write( "3a = 6531 \n" ); document.write( "a = 6531\3 \n" ); document.write( "a = 2177 adults \n" ); document.write( ". \n" ); document.write( ": \n" ); document.write( "Confirm this solution; find the number of children \n" ); document.write( "5300 - 2177 = 3123 children \n" ); document.write( "Find the total receipts \n" ); document.write( "9.5(2177) = 20681.50 \n" ); document.write( "6.5(3123) = 20299.50 \n" ); document.write( "--------------------- \n" ); document.write( "total rec'd: $40.981.00 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |