2 items are filed under this topic.
|
|
|
|
|
|
|
|
The combination of 6 numbers from 1 to 355 that gives us 360 |
2014-05-29 |
|
From Ion: Hi,
My name is Ion and I am trying to find the number of combinations of 6 numbers (angles) that would sum to 360 (degrees).
Thank you! Answered by Robert Dawson. |
|
|
|
|
|
A calculation with 6 numbers |
2001-06-16 |
|
From Edwin: I'm asked to come with, and program (in Ansi -C) an algorithm that calculates all the possible results of a calculation with 6 numbers and one result. For example: I want all calculations with the numbers 3, 3, 8, 8, 2, 9, and with a result of 786. all numbers may be used once, arithmetical operations allowed are + - / *, fractions are not allowed. The problem here is what is a fast method to do this (i.e. what's algorithm that can to this). Answered by Claude Tardif. |
|
|
|