SOLUTION: 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 ?
Algebra ->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: 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 ?
Log On
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 ? Answer by robertb(5830) (Show Source):
You can put this solution on YOUR website! 1*2*3 = 6
2*3*4 = 24
3*4*5 = 60
4*5*6 = 120
5*6*7 = 210
6*7*8 = 336
7*8*9 = 504
8*9*10 = 720
9*10*11 = 990
Now you know how many they are.