document.write( "Question 981828: how many positive whole numbers less than 100 are divisible by 3, but not by 2? \n" ); document.write( "
Algebra.Com's Answer #602751 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how many positive whole numbers less than 100 are divisible by 3, but not by 2? \n" ); document.write( "========== \n" ); document.write( "17 \n" ); document.write( "------ \n" ); document.write( "It's every 6th number from 3 to 99 \n" ); document.write( "(99-3)/6 = 16 \n" ); document.write( "--> 3 + 6n, n = 0 ... 16 \n" ); document.write( "----------------- \n" ); document.write( "0 to 16 is 17 numbers. \n" ); document.write( " |