document.write( "Question 599716: The sum of three consecutive odd integers is 345. Find the largest of these three numbers. \n" ); document.write( "
Algebra.Com's Answer #379114 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive odd integers
\n" ); document.write( "x, (x-2), (x-4)
\n" ); document.write( ":
\n" ); document.write( "x + (x-2)+ (x-4) = 345
\n" ); document.write( "3x - 6 = 345
\n" ); document.write( "3x = 345 + 6
\n" ); document.write( "x = 351/3
\n" ); document.write( "x = 117 is the largest number
\n" ); document.write( "
\n" );