Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Marking as resolved
I've added to the description that the sequence should start at 3 not including the offset. Thanks for the feedback
This comment is hidden because it contains spoiler information about the solution
Sorry, I'm confused. I thought using the Random class to generate numbers was enough. Is there something else I should implement?
I've made it such that the order of the factors doesn't matter. As long as you factor correctly, it follows the correct format, and it expands back into the original equation, it should work. Thanks!
I've fixed the solution setup, thanks for pointing that out.
I've also edited the description to specify that only integers should be factored out, and that each factor of the original function that involves a variable must be in the form f(ax + b)(cx + d). I'm not entirely sure if that fixes the issues you've mentioned though.