document.write( "Question 773239: Find three consecutive odd integers such that the sum of 7 times the smallest and twice the largest is -91. \n" ); document.write( "
Algebra.Com's Answer #471486 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
Let the 3 consecutive odd integers be n-2, n and n+2
\n" ); document.write( "7 times smallest integer = 7(n - 2) = 7n - 14
\n" ); document.write( "Twice largest = 2(n+2) = 2n + 4
\n" ); document.write( "Sum of the two is
\n" ); document.write( "7n - 14 + 2n + 4 = -91
\n" ); document.write( "9n - 10 = -91
\n" ); document.write( "9n = -81
\n" ); document.write( "n = -81/9 = -9.
\n" ); document.write( "So the 3 numbers are -11, -9 and -7
\n" ); document.write( ":)
\n" ); document.write( "
\n" ); document.write( "
\n" );