document.write( "Question 104297: Find a set of four consecutive positive integers such that the greatest intgeger in the set is twice the least integer in the set. \n" ); document.write( "
Algebra.Com's Answer #75899 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "------------- \n" ); document.write( "Let the least integer be \"x\" \n" ); document.write( "Then the 4th integer is x+3 \n" ); document.write( "----------- \n" ); document.write( "EQUATION: \n" ); document.write( "x+3 = 2x \n" ); document.write( "x = 3 (the 1st integer in the set) \n" ); document.write( "x+3 = 6 (the 4th integer in the sequence) \n" ); document.write( "The integers are 3,4,5,6 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |