document.write( "Question 1072087: a catering company is settling up tables for a big event that will host 784 people. when they set up the tables they need two forks for each child and five forks for each adult. if the company ordered a total of 2992 forks how many adults and children will be attending the event? \n" ); document.write( "
Algebra.Com's Answer #687286 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let n be the amount of adults attending the event. Then the amount of children at the event would be 784-n. So:
\n" ); document.write( "5n+2(784-n)=2992
\n" ); document.write( "3n=1424
\n" ); document.write( "n=474.6666667
\n" ); document.write( "There will be approximately 475 adults and 309 children at the event. ☺☺☺☺
\n" ); document.write( "
\n" );