document.write( "Question 25264: Suppose that 500 tickets were sold for a luncheon, each adult ticket costs 2.50 and each child cost 1.50, if the cash reciet totaled 880. how many tickets were sold of each? \n" ); document.write( "
Algebra.Com's Answer #13537 by srinivas123(23)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that 500 tickets were sold for a luncheon, each adult ticket costs 2.50 and each child cost 1.50, if the cash reciet totaled 880. how many tickets were sold of each?\r \n" ); document.write( "\n" ); document.write( "let the number of adult tickets sold be 'x'. \n" ); document.write( "Then the child tickets sold will be '500-x'. \n" ); document.write( "SO ,\r \n" ); document.write( "\n" ); document.write( "2.5(x) + 1.50(500-x) = 880. \n" ); document.write( "==> 2.5x-1.5x = 880-750.\r \n" ); document.write( "\n" ); document.write( "==> x=130.\r \n" ); document.write( "\n" ); document.write( "So adult tickets = 130 . and child tickets = 370. \n" ); document.write( " |