document.write( "Question 131557This question is from textbook
\n" );
document.write( ": Solving Linear Equations:\r
\n" );
document.write( "\n" );
document.write( "You are selling tickets for a high school play. Student tickets cost $4 and general admission tickets cost $6. You sell 525 tickets and collect $2,876. How many of each type of ticket did you sell.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "First I said x = student tickets and y = general admission tickets, but then I got lost. \n" );
document.write( "
Algebra.Com's Answer #96036 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! Perfectly good start:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = the NUMBER of student tickets \n" ); document.write( "y = the NUMBER of GA tickets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And we know that \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since student tickets cost $4, the total amount of money collected from the sale of student tickets must be 4 times the number of student tickets, i.e., 4x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Likewise, the total money collected from general admission tickets must be 6y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And since those were the only two types of tickets sold, these two expressions must add up to the total amount of money collected, or:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve this by elimination.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply the first equation by -4: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now add this new equation term-by-term to the second equation: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "388 general admission tickets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Go back to the original first equation and multiply by -6, then add term-by-term to the second equation: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "137 student tickets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "388 + 137 = 525\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "388 * 6 = 2328 \n" ); document.write( "137 * 4 = 548\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2328 + 548 = 2876. Answer checks. \n" ); document.write( " \n" ); document.write( " |