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)![]() ![]() 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( " \n" ); document.write( " \n" ); document.write( " |