document.write( "Question 668353: In eight years, a girl will be three times as old as she was 4years ago.What is her present age?. \n" ); document.write( "
Algebra.Com's Answer #415468 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let her age be x\r \n" ); document.write( "\n" ); document.write( "in eight years she will be (x+8) years\r \n" ); document.write( "\n" ); document.write( "4 years ago she was (x-4) years\r \n" ); document.write( "\n" ); document.write( "(x+8) = 3(x-4) \n" ); document.write( "x+8=3x-12 \n" ); document.write( "x-3x=-12-8 \n" ); document.write( "-2x=-20 \n" ); document.write( "x=-20/-2 \n" ); document.write( "x=10 \r \n" ); document.write( "\n" ); document.write( "the girl is 10 years now \n" ); document.write( " \n" ); document.write( " |