document.write( "Question 1083947: If Ned adds his current age to the age he will be next year on this​ date, the sum is 65 years. How old will Ned be 6 years from​ today? \n" ); document.write( "
Algebra.Com's Answer #698004 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
If he's \"N\" today, next year he'll be \"N%2B1\",
\n" ); document.write( "\"N%2B%28N%2B1%29=65\"
\n" ); document.write( "\"2N%2B1=65\"
\n" ); document.write( "\"2N=64\"
\n" ); document.write( "\"N=32\"
\n" ); document.write( "So in 6 years he'll be,
\n" ); document.write( "\"N%2B6=32%2B6=38\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );