document.write( "Question 1064413: dina is twice as old as andrea. the sum of their age is 72.find their present ages \n" ); document.write( "
Algebra.Com's Answer #679535 by Mini-(17)![]() ![]() You can put this solution on YOUR website! Dina is 48 yo; Andrea is 24 yo. \n" ); document.write( "Let D=2*A; D+A=72; \n" ); document.write( "Then 2*A+A=72; 3*A=72; A=72/3=24; D=2*A=2*24=48; \n" ); document.write( " |