document.write( "Question 253006: anita is twice as old as anna. if 6 is subtracted from anna's age, and 2 is added to anita's age, anita will then be four times as old as anna. find their ages. \n" ); document.write( "
Algebra.Com's Answer #185203 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the age of Anna be x. \n" ); document.write( "Given,Anita is twice as old as Anna. \n" ); document.write( "Then the age of Anitha = 2x \n" ); document.write( "Also,if 6 is subtracted from anna's age and 2 is added to anita's age, anita will then be four times as old as anna \n" ); document.write( " 2x+2 = 4(x-6) \n" ); document.write( " 2x+2 = 4x-24 \n" ); document.write( " 24+2 = 4x-2x \n" ); document.write( " 2x = 26 \n" ); document.write( " x = 13. \n" ); document.write( "Therefore, the age of Anna is 13 and the age of Anitha is 26 \n" ); document.write( " |