document.write( "Question 227525: 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 #169041 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the smallest odd integer. \n" ); document.write( "Since odd integers are two apart from each other (think about it), the next two consecutive odd integers would be: \n" ); document.write( "x+2 \n" ); document.write( "x+2+2=x+4 \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( "Simplifying this, using FOIL or the pattern \n" ); document.write( " \n" ); document.write( "Adding like terms: \n" ); document.write( " \n" ); document.write( "Now we can find the factors of n. When factoring, always start with the Greatest Common Factor (GCF). In this case the GCF is 3: \n" ); document.write( " \n" ); document.write( "Next we try other factoring techniques on \n" ); document.write( "So the integer factors of n are:
\n" ); document.write( "Of these factors only 1 and 3 do not depend, directly or indirectly, on the value of x. And the larger of these is 3. So the largest integer factor of all such n's is 3. \n" ); document.write( " |