document.write( "Question 1197991: For a United Way fund-raising dinner, a total of 245 tickets were sold. Adult tickets sold for $6.50 each, and child tickets sold for $3.00. If $1410.50 worth of tickets were sold, how many adult tickets and child tickets were sold?
\n" );
document.write( "-Graphed method
\n" );
document.write( "-Substitution method
\n" );
document.write( "-Elimination method
\n" );
document.write( "-Solution \n" );
document.write( "
Algebra.Com's Answer #831489 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Let 'x' represent the number of adult tickets sold \n" ); document.write( "6.50x + 3.00(245-x) = 1410.50 \n" ); document.write( " x = (1410.50 - 735)/3.50 = 193 Adult tickets and 152 children tickets. |