document.write( "Question 1070142: In each of 2 baskets there were 12 apples. Ania took a certain number of apples from the first basket. Then Hania took from the second basket a number of apples equal to the number of apples remaining in the first basket. How many apples were left in both baskets together. \n" ); document.write( "
Algebra.Com's Answer #685247 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Takes x apples from basket 1; 12-x are left \n" ); document.write( "12-x apples are left and they are taken from basket 2; x are left \n" ); document.write( "12 apples were left, x+(12-x) \n" ); document.write( "check \n" ); document.write( "take 4 from basket 1, and 8 are left. \n" ); document.write( "8 apples are taken from basket 2, and 4 are left. The total left=12. \n" ); document.write( " |