document.write( "Question 862543: A group of adults and kids went to see a movie. Tickets cost $6.00 each for adults and $2.50 each for kids, and the group paid $41.50 in total. There were 3 fewer adults than kids in the group.\r
\n" ); document.write( "\n" ); document.write( "Find the number of adults and kids in the group.
\n" ); document.write( "

Algebra.Com's Answer #519700 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A group of adults and kids went to see a movie. Tickets cost $6.00 each for adults and $2.50 each for kids, and the group paid $41.50 in total. There were 3 fewer adults than kids in the group.
\n" ); document.write( "Find the number of adults and kids in the group.
\n" ); document.write( "let x=number of kids
\n" ); document.write( "x-3=number of adults
\n" ); document.write( "..
\n" ); document.write( "2.50x+6.00(x-3)=41.50
\n" ); document.write( "2.5x+6x-18=41.5
\n" ); document.write( "8.5x=59.5
\n" ); document.write( "x=7
\n" ); document.write( "x-3=4
\n" ); document.write( "number of kids=7
\n" ); document.write( "number of adults=4
\n" ); document.write( "
\n" );