document.write( "Question 1009059: a total of 104 adults and children attend a school concert. the number of children attending was 5 more then twice the number of adults who attended. how many adults attended the concert. \n" ); document.write( "
Algebra.Com's Answer #624607 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
children = adults*2+5 We will use this value for c in the next equation:
\n" ); document.write( "c+a = 104 Substitute for children:
\n" ); document.write( "2a+5+a = 104 Add a on left and subtract 5 on both sides:
\n" ); document.write( "3a = 99
\n" ); document.write( "a= 99/3
\n" ); document.write( "a= 33 you have 33 adults and 104-33 = 71 children
\n" ); document.write( "
\n" );