document.write( "Question 1028553: Find the largest of three consecutive odd integers such that the product of the first and third is one more than four time the second. \n" ); document.write( "
Algebra.Com's Answer #643680 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find the largest of three consecutive odd integers such that the product of the first and third is one more than four time the second.
\n" ); document.write( "----------
\n" ); document.write( "Use n-2, n, n+2
\n" ); document.write( "(n-2)*(n+2) = 4n+1
\n" ); document.write( "n^2-4 = 4n+1
\n" ); document.write( "n^2 - 4n - 5 = 0
\n" ); document.write( "(n-5)*(n+1) = 0
\n" ); document.write( "--> 3, 5 & 7
\n" ); document.write( "or -3, -1, +1
\n" ); document.write( "
\n" ); document.write( "
\n" );