document.write( "Question 995332: How many positive integers less than 100 cannot be written as the sum of two positive integers (not necessarily different)
\n" );
document.write( "A. 0
\n" );
document.write( "B. 1
\n" );
document.write( "C. 2
\n" );
document.write( "D. 49 \n" );
document.write( "
Algebra.Com's Answer #614086 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Every positive whole number n such that \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = 1 is not able to be written into the form \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the final answer is B. 1 since there is only one number (the number 1 itself) that cannot be written as the sum of two positive integers. \n" ); document.write( " |