![]() |
|
|
|
Student of the obvious
Join Date: May 2000
Location: Phoenix
Posts: 7,714
|
Question for the math/computer programmer/Excel geniuses
Simple enough problem. I have a list of 25 numbers. Some, but not all of those numbers, when added up equal a known total. How do I figure out which of the numbers from the list equal my total.
Figured there would be a Java calculator for this, but in searching I don't find any on the web. I saw some advanced Excel/programming discussion, but wasn't able to understand how to translate 100 lines of code to Excel. Anyone know how to pull this off?
__________________
Lee |
||
![]() |
|
AutoBahned
|
I'm not in your target group, but it sounds like an al Gebra problem to me...
|
||
![]() |
|
Registered
|
I think that will be hard to do with plain Excel, without writing VBA code. I'd start by sorting the numbers in descending order and then solving manually, do it a couple times for different sets of 25 numbers, see if your process can be captured in spreadsheet functions.
|
||
![]() |
|
Information Junky
Join Date: Mar 2001
Location: an island, upper left coast, USA
Posts: 73,189
|
but he wants an Al Gore rhythm here.
__________________
Everyone you meet knows something you don't. - - - and a whole bunch of crap that is wrong. Disclaimer: the above was 2¢ worth. More information is available as my professional opinion, which is provided for an exorbitant fee. ![]() |
||
![]() |
|
Dog-faced pony soldier
|
Well since you brought Al Gore into it:
I'd add up all the numbers, verify the result a couple of times to be absolutely sure it's correct, then report whatever you want anyway (even though it conflicts with the result) and then point to the original data set as "proof". Pretty simple.
__________________
A car, a 911, a motorbike and a few surfboards Black Cars Matter |
||
![]() |
|
Feelin' Solexy
Join Date: Oct 2003
Location: WA
Posts: 3,788
|
So you are trying to find every possible permutation of any combo of these numbers which adds up to the magic number?
|
||
![]() |
|
Registered Usurper
Join Date: Sep 2005
Posts: 13,824
|
That's a Stu Pedasso comment.
__________________
'82 SC RoW coupe |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,324
|
Got the numbers and the known total to work for?
__________________
“IN MY EXPERIENCE, SUSAN, WITHIN THEIR HEADS TOO MANY HUMANS SPEND A LOT OF TIME IN THE MIDDLE OF WARS THAT HAPPENED CENTURIES AGO.” |
||
![]() |
|
Registered Usurper
Join Date: Sep 2005
Posts: 13,824
|
Since the numbers vary, x and y?
__________________
'82 SC RoW coupe |
||
![]() |
|
Cars & Coffee Killer
Join Date: Sep 2004
Location: State of Failure
Posts: 32,246
|
Yep, the tricky thing here is there could be multiple solutions. Solving this programatically would generally yield the first solution encountered.
I would probably create an array for each number and assign a number to that array for each iteration through the set. I would also store a sum for each iteration. This would allow me to keep track of what I've already added (to avoid duplication) and to see if there are multiple solutions. The next trick is writing an algorithm that could successfully add each permutation of the numbers in the set. I'd have it start buy just "summing" each individual number, then every unique pair of numbers, then every unique set of three numbers, and so on up to the size of the set.
__________________
Some Porsches long ago...then a wankle... 5 liters of VVT fury now -Chris "There is freedom in risk, just as there is oppression in security." |
||
![]() |
|
Moderator
|
If you have access to a mainframe, I can whip up a recursive REXX exec that would spit out the combos in a jiffy...
When you say "adding together" do you mean only two numbers can be added together at a time, or can you have more? (ex: x+y only, or x+y, x+y+z, w+x+y+z...etc. ) If it is only two numbers at a time, you can probably write a macro for that using IF statements and < and > tests. -Z-man.
__________________
2010 Cayman S - 12-2020 - 2014 MINI Cooper S Coupe - 05-17 - 05-21 1989 944S2 - 06-01 - 01-14 Carpe Viam. <>< |
||
![]() |
|
Student of the obvious
Join Date: May 2000
Location: Phoenix
Posts: 7,714
|
Ok... here's the "word problem" version:
One of my clients put some business charges on her personal credit card. There were 25 charges in total (personal + business) on the credit card statement for the month. When the bill arrived, she paid a portion of the bill out of her personal checking account (unknown amount), and paid the business charges from the business checking account. So, I have the 25 charges on the credit card statement, and I have the amount paid from the business account. She has the original statement somewhere, but moved a couple of months ago and it will take time to track down. I'm still surprised there wasn't a Java calculator posted for this.
__________________
Lee |
||
![]() |
|
![]() |
Registered Usurper
Join Date: Sep 2005
Posts: 13,824
|
"when added up equal a known total"
Exactly? Equal to or greater than? If so, then by no more than a certain #/%? Seems it would be the exception rather than the rule that any pair of numbers would equal a known total, no? Wish I was good at math. ![]()
__________________
'82 SC RoW coupe |
||
![]() |
|
Registered
Join Date: May 2002
Location: St Louis
Posts: 4,211
|
So the number of possible sums is combin(25,1) + combin(25,2) + combin(25,3) + ... combin(25,25)?
That is only 33.5 million possible sums. you can do that in your head easy.
__________________
Rick 88 Cab |
||
![]() |
|
Student of the obvious
Join Date: May 2000
Location: Phoenix
Posts: 7,714
|
Quote:
Quote:
![]()
__________________
Lee |
||
![]() |
|
Registered
Join Date: Mar 2008
Location: Chicagoland
Posts: 2,695
|
yea it's basically improbable that u'll find the matches. unless the set of 25numbers just happen to only coincidentally have one combination that match up to the total.
tell the client to get her receipts |
||
![]() |
|
Registered
Join Date: May 2002
Location: St Louis
Posts: 4,211
|
This is the silly question that computers were made for. Google combination algorithms and wrtie a visual basic program to test all 33.55 millon of them.
__________________
Rick 88 Cab |
||
![]() |
|
Moderator
|
The client can request the CC company to send a copy of that statement. It may be easier to then determine what was personal and what was business expense.
-Z-man.
__________________
2010 Cayman S - 12-2020 - 2014 MINI Cooper S Coupe - 05-17 - 05-21 1989 944S2 - 06-01 - 01-14 Carpe Viam. <>< |
||
![]() |
|
canna change law physics
|
I think that we've spent more time discussing this than it would have taken manually to figure this out...
__________________
James The pessimist complains about the wind; the optimist expects it to change; the engineer adjusts the sails.- William Arthur Ward (1921-1994) Red-beard for President, 2020 |
||
![]() |
|
Moderator
|
Quote:
Do you know if one of her expenses was for a train ride? If so, was she travelling from Albuquerque, New Mexico to San Jose, California, at an average speed of 103 km/hr, while another tran was travelling from San Jose to Alburquerque at an average speed of 96km/hr? If she left Albuquerque at 3:06pm, and the train leaving from San Jose departed the trian depot at 1:23pm on the same day, at what time will the two trains meet? Bonus question: at what distance from San Jose will the trains meet? Now, if one of her expenses was for an airline, then I have another question: was the plane on a conveyor belt when it took off? One more question: did any of the transactions have anything to do with a Black Audi Wagon by any chance? Yes, this will be on the final exam... -Z-man. Apologies for derailing (sic) this thread!
__________________
2010 Cayman S - 12-2020 - 2014 MINI Cooper S Coupe - 05-17 - 05-21 1989 944S2 - 06-01 - 01-14 Carpe Viam. <>< |
||
![]() |
|