document.write( "Question 99792: Find four consecutive integers such that the sum of the second and the fourth is 17 less than thrice the first. \n" ); document.write( "
Algebra.Com's Answer #72870 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Find four consecutive integers:
\n" ); document.write( "x, (x+1), (x+2), (x+3)
\n" ); document.write( ":
\n" ); document.write( "Just write what is says:
\n" ); document.write( "the sum of the second and the fourth is 17 less than thrice the first.
\n" ); document.write( "(x+1) + (x+3) = 3x - 17
\n" ); document.write( "x + x + 1 + 3 = 3x - 17
\n" ); document.write( "2x + 4 = 3x - 17
\n" ); document.write( "2x - 3x = -17 - 4
\n" ); document.write( "-x = -21
\n" ); document.write( "x = 21: 22, 23, 24 are the numbers
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution using the statement:
\n" ); document.write( "\"the sum of the second and the fourth is 17 less than thrice the first.\"
\n" ); document.write( " 22 + 24 = 3(21) - 17
\n" ); document.write( " 46 = 63 - 17\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );