document.write( "Question 993798: In 6 years a child will be 3 years older than twice her current age. What is the current age of the child? \n" ); document.write( "
Algebra.Com's Answer #613156 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In 6 years a child will be 3 years older than twice her current age. \n" ); document.write( " What is the current age of the child? \n" ); document.write( ": \n" ); document.write( "let a = child's current age \n" ); document.write( ": \n" ); document.write( "Just write an equation for what it says \n" ); document.write( "a + 6 = 2a + 3 \n" ); document.write( "6 - 3 = 2a - a \n" ); document.write( "a = 3 yrs is the current age \n" ); document.write( " |