document.write( "Question 352258: Find three consecutive integers who's sum is 171 \n" ); document.write( "
Algebra.Com's Answer #251752 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: \"three consecutive integers who's sum is 171\" means that \"x%2B%28x%2B1%29%2B%28x%2B2%29=171\" where 'x' is the first integer, x+1 is the second, and x+2 is the third. \n" ); document.write( "
\n" );