Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bonfire #32: Smallest Common Multiple - Suggestion for a minor improvement of the description #1282

Closed
jrtmns opened this issue Jul 13, 2015 · 1 comment
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory.

Comments

@jrtmns
Copy link

jrtmns commented Jul 13, 2015

Having experienced some issues in correctly understanding what is actually requested in the instructions of Bonfire #32, I'd like to suggest a minor update to its description as follows:

Find the smallest common multiple of the provided parameters that can evenly be divided by both, as well as by all sequential numbers in the range between these parameters.

The range will be an array of two numbers that will not necessarily be in numerical order.

e.g. for 1 and 3 - find the smallest common multiple of both 1 and 3 that is evenly divisible by 1,2 and 3.

Here are some helpful links:

Smallest common multiple
Remainder

Do note that not understanding the current instructions may be language barrier related, and once you actually understand what is being asked the current instructions do seem clear. However, searching the Gitter chat logs does reveal that other people seem to be struggling with the aforementioned as well.

@rainywoods
Copy link

I did not understand the directions either. This makes more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Projects
None yet
Development

No branches or pull requests

3 participants