document.write( "Question 1083833: A youth breakfast held a pancake breakfast to raise money. Tickets were $2 for children & $6.50 for adults. If 268 tickets were sold and the group took in $1508, find the number for adults and the number of children that attended the breakfast. \n" ); document.write( "
Algebra.Com's Answer #697893 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
children: c = 2
\n" ); document.write( "adults: a = 6.50
\n" ); document.write( "c+a = 268 thus c = 268-a
\n" ); document.write( "2c+6.50a = 1508
\n" ); document.write( "substitute for c
\n" ); document.write( "2(268-a)+6.50a = 1508
\n" ); document.write( "536-2a+6.50a = 1508
\n" ); document.write( "4.50a = 972
\n" ); document.write( "a = 216 adult tickets were sold
\n" ); document.write( "268-216 = 52 children
\n" ); document.write( "
\n" );