document.write( "Question 335464: The attendance at a moving theater on a certain day was 737 persons. If there were 289 more adults than children, how many children were there? \n" ); document.write( "
Algebra.Com's Answer #240439 by Jeannie1012(8)\"\" \"About 
You can put this solution on YOUR website!
You are going to use substitution to answer this problem.
\n" ); document.write( "First make clear what will represent what. You write a let statement for this.
\n" ); document.write( " Step 1:Let a= adults and Let c = children
\n" ); document.write( "we know that there are 737 people total so we write the equation
\n" ); document.write( "step 2: a + c = 737\r
\n" ); document.write( "\n" ); document.write( "we know that there are 289 more adults than children. So adults a minus 289 = children c. so you substitute that into your equation a + (a-289) = 737\r
\n" ); document.write( "\n" ); document.write( "step 3: a+a = 2a and you can't add letters and number so it become 2a-289 =737\r
\n" ); document.write( "\n" ); document.write( "step 4: 2a -289 = 737 add 289 to both sides to get the a on a side by its self 2a = 1026\r
\n" ); document.write( "\n" ); document.write( "step 5: divide both sides by 2 to get the a alone
\n" ); document.write( " 2a /2 = a and 1026/2 = 513
\n" ); document.write( "so a = 513\r
\n" ); document.write( "\n" ); document.write( "Step 6: plug it in to the orginal a + c = 737
\n" ); document.write( " 513 + c = 737
\n" ); document.write( "subtract 513 from both sides c = 224\r
\n" ); document.write( "\n" ); document.write( "now you have the value of both a and c you can plug them in and check
\n" ); document.write( "a + c = 737
\n" ); document.write( "513 + 224 =737\r
\n" ); document.write( "\n" ); document.write( "so there were 224 children and 513 adults.
\n" ); document.write( "
\n" );