document.write( "Question 1050974: If 104 people attend a concert and tickets for adults cost $2.25 while tickets for children cost $1.75 and total receipts for the concert was $202.5, how many of each went to the concert?\r
\n" );
document.write( "\n" );
document.write( "______ Adults\r
\n" );
document.write( "\n" );
document.write( "______ Children \n" );
document.write( "
Algebra.Com's Answer #666573 by ikleyn(52797)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "If 104 people attend a concert and tickets for adults cost $2.25 while tickets for children cost $1.75 \n" ); document.write( "and total receipts for the concert was $202.5, how many of each went to the concert? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution 1 (using one equation in one unknown)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of adult ticket bought.\r\n" ); document.write( "Then the number of children tickets bought is (104-x).\r\n" ); document.write( "\r\n" ); document.write( "The \"value\" equation is\r\n" ); document.write( "\r\n" ); document.write( "225*x + 175(104-x) = 20250. (1)\r\n" ); document.write( "\r\n" ); document.write( "Reduce by 25 all terms in both sides:\r\n" ); document.write( "\r\n" ); document.write( "9x + 7*(104-x) = 810.\r\n" ); document.write( "\r\n" ); document.write( "9x + 728 - 7x = 810,\r\n" ); document.write( "\r\n" ); document.write( "2x = 810 - 728,\r\n" ); document.write( "\r\n" ); document.write( "2x = 82 ---> x =\r \n" ); document.write( "\n" ); document.write( "Solution 2 (using a system of two equations in two unknown)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let \"x\" be the number of the adult ticket bought, and\r\n" ); document.write( "let \"y\" be the number of the children ticket bought.\r\n" ); document.write( "\r\n" ); document.write( "Then you have a system of two linear equations in two unknowns\r\n" ); document.write( "\r\n" ); document.write( " x + y = 104, (1)\r\n" ); document.write( "225x + 175y = 20250. (2) (this is the \"value\" equation in cents)\r\n" ); document.write( "\r\n" ); document.write( "From the equation (1), express y = 104-x, and substitute this expression into the equation (2). You will get\r\n" ); document.write( "\r\n" ); document.write( "225*x + 175(104-x) = 20250. (3)\r\n" ); document.write( "\r\n" ); document.write( "The equation (3) is a single equation for the unknown \"x\".\r\n" ); document.write( "It coincides with the equation (1) of the Solution 1 above.\r\n" ); document.write( "Use the same procedure as in the Solution 1 to find \"x\".\r\n" ); document.write( "Then find \"y\".\r\n" ); document.write( "\r\n" ); document.write( "You will get the same answer, of course.\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |