Math puzzle

iknowu99

Well-known Member
Joined
Dec 26, 2004
Messages
1,158
There are pairings and values are received one from each scale. Small scale numbers are always unique. We have sum of values that are used. We know that pairings are either summed or not. Based on sum we need the function to return which index in the array was used.

The goal is to build deciphering function to return which pairings were used to create the sum. For ex: Can you figure out which pairings were used to make the sum?


Excel
ABCDE
1large scale:600400800800
2small scale:50516364
3
4sum:1965
Sheet1
<br/>
 
Last edited:

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
But you still use both numbers in a given vertical pair, or neither, right?
 
Upvote 0
But you still use both numbers in a given vertical pair, or neither, right?

Sorry. after talking it out the original question must be revised. Posting revision:

The puzzle is to figure out what's the smallest scale that can be used in order to deaggregate the sum to its parts. For example. if the index was 1,11,111,1111 and the sum appeared as 1123 then the function returns the array (1,2,4) since the numbers were used were 1, 11, 1111. but those gaps are large and would be difficult to index lots of items.
 
Upvote 0
This seems to be a very fluid problem. Good luck.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,631
Messages
6,120,640
Members
448,974
Latest member
DumbFinanceBro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top