document.write( "Question 695620: Alexis is selling tickets to the school play.Adult tickets cost $6.00,and student tickets cost $4.00. she sells twice as many students tickets as adult tickets.The total amount collected is $462.how many of each type of ticket did she sell?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #428570 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! X IS THE NUMBER OF ADULT TICKETS SOLD. \n" ); document.write( "2X IS THE NUMBER OF STUDENR TICKETS SOLD. \n" ); document.write( "6X+4*2X=462 \n" ); document.write( "6X+8X=462 \n" ); document.write( "14X=461 \n" ); document.write( "X=461/14 \n" ); document.write( "X=33 ADULT TICKETS WERE SOLD. \n" ); document.write( "2*33=66 STUDENT TICKETS WERE SOLD. \n" ); document.write( "PROOF: \n" ); document.write( "6*33+4*66=462 \n" ); document.write( "198+264=462 \n" ); document.write( "462=462 \n" ); document.write( " |