document.write( "Question 711572: two children had 110 marbles between them. after one child lost half her marbles the other had lost 20 they had an equal number. how many did each start with and how many did they finish with? \n" ); document.write( "
Algebra.Com's Answer #437454 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
two children had 110 marbles between them. after one child lost half her marbles the other had lost 20 they had an equal number. how many did each start with and how many did they finish with?
\n" ); document.write( "**
\n" ); document.write( "let x=number of marbles 1st child started with
\n" ); document.write( "110-x=number of marbles 2nd child started with
\n" ); document.write( "..
\n" ); document.write( "x/2=(110-x)-20
\n" ); document.write( "x/2=90-x
\n" ); document.write( "3x=180
\n" ); document.write( "x=60
\n" ); document.write( "110-x=50
\n" ); document.write( "number of marbles 1st child started with=60
\n" ); document.write( "number of marbles 2nd child started with=50
\n" ); document.write( "number of marbles they finished with=x/2=90-x=30
\n" ); document.write( "
\n" );