document.write( "Question 958081: Students can buy tickets to a basketball game for $2. The admission for nonstudents is $3. If 400 tickets are sold and the total receipts are $910, how many student tickets are sold? \n" ); document.write( "
Algebra.Com's Answer #585504 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Students can buy tickets to a basketball game for $2. The admission for nonstudents is $3. If 400 tickets are sold and the total receipts are $910, how many student tickets are sold? \n" ); document.write( "----------------- \n" ); document.write( "Quantity:: s + n = 400 tickets \n" ); document.write( "Value:: 2s + 3n = 910 dollars \n" ); document.write( "-------------------------------- \n" ); document.write( "Modify for elimination:: \n" ); document.write( "2s + 2n = 800 \n" ); document.write( "2s + 3n = 910 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"n\": \n" ); document.write( "n = 110 (# of non-student tickets sold) \n" ); document.write( "----------------- \n" ); document.write( "Solve for \"s\":: \n" ); document.write( "s = 400 - 110 = 290 (# of student tickets sold) \n" ); document.write( "--------------- \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |