document.write( "Question 607512: N is a five- digit positive integer. A six-digit integer P is constructed by placing a 1 at the right hand end of N. A second six digit Q is constructed by placing a 1 at the left hand end of N. If P is three times Q, determine the value of N. \n" ); document.write( "
Algebra.Com's Answer #382786 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
N is a five- digit positive integer. A six-digit integer P is constructed by placing a 1 at the right hand end of N. A second six digit Q is constructed by placing a 1 at the left hand end of N. If P is three times Q, determine the value of N.
\n" ); document.write( "
\r\n" );
document.write( "      P = 10N + 1\r\n" );
document.write( "      Q = 100000 + N\r\n" );
document.write( "\r\n" );
document.write( "      P = 3Q\r\n" );
document.write( "\r\n" );
document.write( "10N + 1 = 3(100000 + N)\r\n" );
document.write( "10N + 1 = 300000 + 3N\r\n" );
document.write( "     7N = 299999\r\n" );
document.write( "      N = 42857\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );