document.write( "Question 162522: Find a set of four consecutive positive integers such that the greatest integer in the set is twice the least integer in the set. \n" ); document.write( "
Algebra.Com's Answer #119768 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The intergers are
\n" ); document.write( "\"n\",\"n%2B1\",\"n%2B2\",\"n%2B3\"
\n" ); document.write( "\"n+%2B+3+=+2n\"
\n" ); document.write( "\"n+=+3\"
\n" ); document.write( "The number are 3,4,5,and 6
\n" ); document.write( "
\n" );