document.write( "Question 488142: How can I find all sets of three consecutive integers whose sum is between 30 and 40? \n" ); document.write( "
Algebra.Com's Answer #333267 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! {9,10,11},{10,11,12},{11,12,13},{12,13,14}. ({13,14,15} doesn't work)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Just eyeball it, roughly approximate by dividing by 3 and you can find all such sets. \n" ); document.write( " |