document.write( "Question 352403: Find all sets of three positive odd integers whose sum is less than 20 but greater than 10
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #251832 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x, x+2,x+4 \n" ); document.write( ".. \n" ); document.write( "sum = 3x+6 \n" ); document.write( "10<3x+6<20 \n" ); document.write( "add-6 \n" ); document.write( "10-6<3x<14 \n" ); document.write( "divide by 3 \n" ); document.write( "4/3 \n" ); document.write( "4/3 = 1.333 \n" ); document.write( "14/3 =4.6 \n" ); document.write( "3,5,7 \n" ); document.write( "m.ananth@hotmail.ca |