document.write( "Question 969819: You are selling tickets for a high school basketball game. Student
\n" ); document.write( " tickets cost $3 and general admission tickets cost $5. You sell 350
\n" ); document.write( " tickets and collect $1,450. How many student tickets did you sell? \r
\n" ); document.write( "\n" ); document.write( "I would like your help on this word problem and how I can go about solving it.
\n" ); document.write( "

Algebra.Com's Answer #592594 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the number of student's tickets be x\r\n" );
document.write( "Then the number of gen. adm. tickets, using\r\n" );
document.write( "ONE PART = TOTAL MINUS OTHER PART,\r\n" );
document.write( "is 350-x.\r\n" );
document.write( "                       Money     Money\r\n" );
document.write( " Type       Number     from       from\r\n" );
document.write( "  of          of       EACH       ALL\r\n" );
document.write( "ticket     tickets    ticket    tickets\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "student's    x          $3      $3x\r\n" );
document.write( "gen. adm.  350-x        $5      $5(350-x)\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "TOTALS      350        -----    $1450\r\n" );
document.write( "\r\n" );
document.write( " The equation comes from the column on the right\r\n" );
document.write( "\r\n" );
document.write( "  \"%28matrix%285%2C1%2CMoney%2Cfrom%2CALL%2C%22student%27s%22%2Ctickets%29%29\"\"%22%22%2B%22%22\"\"%28matrix%285%2C1%2CMoney%2Cfrom%2CALL%2C%22gen.+adm.%22%2Ctickets%29%29\"\"%22%22=%22%22\"\"%28matrix%285%2C1%2CTotal%2Cmoney%2Cfrom%2CALL%2Ctickets%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "        3x + 5(350-x) = 1450\r\n" );
document.write( "\r\n" );
document.write( "       3x + 1750 - 5x = 1450\r\n" );
document.write( "\r\n" );
document.write( "           -2x + 1750 = 1450\r\n" );
document.write( "\r\n" );
document.write( "                  -2x = -300\r\n" );
document.write( "\r\n" );
document.write( "                    x = 150 = the number of student's tickets.\r\n" );
document.write( "\r\n" );
document.write( "The number of gen. adm. tickets is 350-x or 350-150 or 200 gen. adm.s.\r\n" );
document.write( "\r\n" );
document.write( "Checking:  150 student's is $450 and 200 gen. adm.s is $1000\r\n" );
document.write( "\r\n" );
document.write( "            And indeed $450 + $1000 = $1450\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );