document.write( "Question 416209: three times the least of three consecutive odd integers exceeds twice the greatest by 17. find the three integers. \n" ); document.write( "
Algebra.Com's Answer #291642 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x,x+1,x+2 are the consequitive integers
\n" ); document.write( "3x=2(x+2)+17
\n" ); document.write( "3x=2x+4+17
\n" ); document.write( "3x-2x=21
\n" ); document.write( "x=21
\n" ); document.write( "...
\n" ); document.write( "21,22,23
\n" ); document.write( "
\n" );