document.write( "Question 1046623: Given 3 consecutive odd integers. The sum of the largest two (odd integers) is 85 less than the smallest. Find all 3 odd integers. \n" ); document.write( "
Algebra.Com's Answer #662074 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Use n, n+2 and n+4 \n" ); document.write( "------ \n" ); document.write( "(N+2) + (n+4) + 85 = n \n" ); document.write( "2n + 91 = n \n" ); document.write( "N = -91 \n" ); document.write( "--> -91, -89 & -87 \n" ); document.write( " \n" ); document.write( " |