document.write( "Question 424663: Find three consecutive positive integers whose sum is less then 15. \n" ); document.write( "
Algebra.Com's Answer #295981 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! {1,2,3} is such a set, because 1+2+3 = 6 < 15. Note that according to the context of the problem, we do not need to find all such sets of integers (however there are only three possible sets). \n" ); document.write( " |