document.write( "Question 947544: tina says my age is four times the difference of my age after four years and my age three years ago. how old am I?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #578194 by andora(7)![]() ![]() ![]() You can put this solution on YOUR website! she's 28 \n" ); document.write( "let's assume x is the difference between her age after four years and her age before 3 years, and let's assume y is her age, and atm means (at the moment) \n" ); document.write( "so \n" ); document.write( "4x=y atm \n" ); document.write( "x=(y+4)-(y-3) \n" ); document.write( "x=y+4-y+3 \n" ); document.write( "x=7 \n" ); document.write( "y atm = 4x7=28 years old \n" ); document.write( " |