document.write( "Question 216620: find three consecutive integers such that the sum of one-half of the smallest and one-third of the largest is one less than the other integer \n" ); document.write( "
Algebra.Com's Answer #163559 by RAY100(1637)\"\" \"About 
You can put this solution on YOUR website!
Let x,,,,x+1,,,,,x+2,,,,be consecutive integers
\n" ); document.write( ".
\n" ); document.write( "(x/2) + { (x+2)/3} = (x+1) -1
\n" ); document.write( ".
\n" ); document.write( "x/2 + x/3 +2/3 = x,,,,,mult by 6
\n" ); document.write( ".
\n" ); document.write( "3x +2x +4 = 6x
\n" ); document.write( ".
\n" ); document.write( "4=x,,,,,,,x+1=5,,,,,x+2=6
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "checking
\n" ); document.write( "4/2 + 6/3 = 5-1
\n" ); document.write( ".
\n" ); document.write( "2+2 =4,,,,,,ok
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( "
\n" );