document.write( "Question 696392: When 5 is added to the right of an integer, the value of the integer is increased by 50000. Find the integer? \n" ); document.write( "
Algebra.Com's Answer #429032 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"n\" = the integer
\n" ); document.write( "Adding 5 to the right side means moving every digit of the number one position over
\n" ); document.write( "(multiplying the number times 10) and then adding 5.
\n" ); document.write( "You end up with the number
\n" ); document.write( "\"10n%2B5\"
\n" ); document.write( "If that is \"50000\" more than the original number,
\n" ); document.write( "\"10n%2B5=n%2B50000\"
\n" ); document.write( "
\n" ); document.write( "We have our equation, so let's solve.
\n" ); document.write( "\"10n%2B5=n%2B50000\"
\n" ); document.write( "\"10n%2B5-5-n=n%2B50000-5-n\"
\n" ); document.write( "\"9n=50000-5\"
\n" ); document.write( "\"9n=49995\"
\n" ); document.write( "\"9n%2F9=49995%2F9\"
\n" ); document.write( "\"highlight%28n=5555%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );