document.write( "Question 251658: A number n is 1 plus the sum of the squares of three consecutive odd integers. what is the largest integer factor of all such numbers n? \n" ); document.write( "
Algebra.Com's Answer #183333 by vksarvepalli(154)\"\" \"About 
You can put this solution on YOUR website!
let the 3 consecutive odd no.s be 2t-1, 2t+1, 2t+3\r
\n" ); document.write( "\n" ); document.write( "so n= \"1%2B%282t-1%29%5E2%2B%282t%2B1%29%5E2%2B%282t%2B3%29%5E2\"\r
\n" ); document.write( "\n" ); document.write( "expanding the terms and simplifying we get \r
\n" ); document.write( "\n" ); document.write( "n=\"12%28t%5E2%2Bt%2B1%29\"\r
\n" ); document.write( "\n" ); document.write( "so the largest common factor of all such no.s n is 12.\r
\n" ); document.write( "\n" ); document.write( "ans: 12
\n" ); document.write( "
\n" );