document.write( "Question 548989: What is the least positive integral value of n for which (n - 12) divided by
\n" ); document.write( "(5n + 23) is a non-zero reducible fraction?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #358234 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Assume n > 12 so that the fraction is positive (1 through 11 don't work anyway). If the fraction is reducible for some n, then n-12 and 5n+23 must have a common factor p (other than 1). We can write this using modular arithmetic:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " (mod p)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This implies (mod p), so (mod p). Hence, p = 83. Therefore, we can set n = 95, obtaining the fraction 83/498, or 1/6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );