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)![]() ![]() 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= \n" ); document.write( "\n" ); document.write( "expanding the terms and simplifying we get \r \n" ); document.write( "\n" ); document.write( "n= \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( " |