document.write( "Question 787968: one third of the sum of three consecutive odd integers is 91. find the largest integer \n" ); document.write( "
Algebra.Com's Answer #806181 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "((x-1) + x + (x+1))/3 = 91
\n" ); document.write( "3x/3 = 91
\n" ); document.write( "x = 91\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "largest integer = x + 1 = 92
\n" ); document.write( "
\n" );