document.write( "Question 970856: True or false: every whole number greater than 10 is the sum of two or three consecutive whole numbers. If false change a condition to make true. \n" ); document.write( "
Algebra.Com's Answer #593477 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "n is a whole number greater than or equal to 0, but how high?
\n" ); document.write( "\"2n%2B2n%2B1%2B2n%2B2%3C=10\"
\n" ); document.write( "\"6n%2B3%3C=10\"
\n" ); document.write( "\"6n%3C=13\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have just to check n for 0,1,2, no others.\r
\n" ); document.write( "\n" ); document.write( "Beyond n=2, the description fails. n=3 and beyond will fail to meet the worded statement.
\n" ); document.write( "
\n" );