document.write( "Question 942140: The combination to a lock is three consecutive odd integers. If the sum of the integers is 93, what are the three integers? \n" ); document.write( "
Algebra.Com's Answer #574294 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
I= first integer, I+2=second I+4=third
\n" ); document.write( "I+(I+2)+(I+4)=93
\n" ); document.write( "3I+6=93 subtract 6 from each side
\n" ); document.write( "3I+6-6=93-6
\n" ); document.write( "3I=87 divide both sides by 3
\n" ); document.write( "3I/3=87/3
\n" ); document.write( "I=29 ANSWER first integer=29
\n" ); document.write( "I+2=31 ANSWER second integer=31
\n" ); document.write( "I+4=33 ANSWER third integer=33
\n" ); document.write( "Check:
\n" ); document.write( "sum of three consecutive odd integers=93
\n" ); document.write( "29+31+33=93
\n" ); document.write( "93=93
\n" ); document.write( "
\n" ); document.write( "
\n" );