document.write( "Question 772998: Find the four consecutive integers such that the sum of the second and fourth is 17 less than thrice the first. \n" ); document.write( "
Algebra.Com's Answer #471244 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Find the four consecutive integers such that the sum of the second and fourth is 17 less than thrice the first.
\n" ); document.write( "***
\n" ); document.write( "let x=1st consecutive integer
\n" ); document.write( "let x+1=2nd consecutive integer
\n" ); document.write( "let x+2=3rd consecutive integer
\n" ); document.write( "let x+3=4th consecutive integer
\n" ); document.write( "..
\n" ); document.write( "x+1+x+3=3x-17
\n" ); document.write( "x=21
\n" ); document.write( "1st consecutive integer=21
\n" ); document.write( "2nd consecutive integer=22
\n" ); document.write( "3rd consecutive integer=23
\n" ); document.write( "4th consecutive integer=24
\n" ); document.write( "
\n" );