document.write( "Question 913022: Daniel is currently 26 years older than his son. In six years he will be three times older than his son. How old are both of them now? \n" ); document.write( "
Algebra.Com's Answer #554246 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Daniel is currently 26 years older than his son. In six years he will be three times older than his son. How old are both of them now? \n" ); document.write( "*** \n" ); document.write( "let x=son's age \n" ); document.write( "x+26=Daniel's age \n" ); document.write( ".. \n" ); document.write( "In 6 yrs: \n" ); document.write( "x+6=son's age \n" ); document.write( "x+26+6=x+32 \n" ); document.write( "x+32=3(x+6) \n" ); document.write( "x+32=3x+18 \n" ); document.write( "2x=14 \n" ); document.write( "x=7 \n" ); document.write( "x+26=33 \n" ); document.write( "son's age=7 \n" ); document.write( "Daniel's age=33 \n" ); document.write( " |