problem 452
Posted: Fri Aug 15, 2014 10:40 am
Hi, I read the statement of Problem 452 (View Problem) and it states that F(10,10)=571. The way I interpreted the question I believe it is incorrect so I don't really know how I should interpret the question.
To calculate F(10,10) I would take all 10^10 combinations of a 10-tuple with numbers 1 to 10 and try if their product is less than or equal to 10. I made a bruteforce program for that and it gave me 391.
I also calculated it by hand and I got 391 too.
Can anyone clarify the problem statement since I probably didn't understand it in the correct way ?
To calculate F(10,10) I would take all 10^10 combinations of a 10-tuple with numbers 1 to 10 and try if their product is less than or equal to 10. I made a bruteforce program for that and it gave me 391.
I also calculated it by hand and I got 391 too.
Can anyone clarify the problem statement since I probably didn't understand it in the correct way ?