document.write( "Question 393633: A positive integer is said to be \"tri-factorable\" if it is the product of three consecutive integers. How many positive integers less than 1,000 are tri-factorable ? \n" ); document.write( "
Algebra.Com's Answer #279331 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
1*2*3 = 6
\n" ); document.write( "2*3*4 = 24
\n" ); document.write( "3*4*5 = 60
\n" ); document.write( "4*5*6 = 120
\n" ); document.write( "5*6*7 = 210
\n" ); document.write( "6*7*8 = 336
\n" ); document.write( "7*8*9 = 504
\n" ); document.write( "8*9*10 = 720
\n" ); document.write( "9*10*11 = 990
\n" ); document.write( "Now you know how many they are.
\n" ); document.write( "
\n" );