document.write( "Question 769310: jordyn sold 700 tickets totaling $15340. if the ticket were $25 adults and $15 students, how many of each ticket did jordyn sell? Adult________ Student _______ \n" ); document.write( "
Algebra.Com's Answer #468778 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! jordyn sold 700 tickets totaling $15340. if the ticket were $25 adults and $15 students, how many of each ticket did jordyn sell? \n" ); document.write( "let x=number of adult tickets sold \n" ); document.write( "700-x=number of student tickets sold \n" ); document.write( ".. \n" ); document.write( "25x+15(700-x)=15340 \n" ); document.write( "25x+10500-15x=15340 \n" ); document.write( "10x=15340-10500=4840 \n" ); document.write( "x=484 \n" ); document.write( "700-x=216 \n" ); document.write( "number of adult tickets sold=484 \n" ); document.write( "number of student tickets sold=216 \n" ); document.write( " |