System.Numerics.BigInteger hugenumber = System.Numerics.BigInteger.Pow(2012, 2012); // now type iconv=10;oconv=5 then the result of hugenumber in bc string lolbase5number = "whatever you got in bc"; int TheAnswer = 0; for (int i = 0; i < lolbase5number.Length; i++) { TheAnswer += lolbase5number[i]-48; } // now output it
Title: Re: How would you solve this math problem?
Post by: blue_bear_94 on May 10, 2012, 10:16:07 pm
How would you do it without using a computer program, though?
Title: Re: How would you solve this math problem?
Post by: ZippyDee on May 10, 2012, 10:30:40 pm
long hand :D
Title: Re: How would you solve this math problem?
Post by: blue_bear_94 on May 10, 2012, 10:38:25 pm
There's got to be a shorter way...
Title: Re: How would you solve this math problem?
Post by: AngelFish on May 11, 2012, 12:11:38 am
Huh, it turns out this problem is highly related to a problem Xeda and I were working on AND a problem I was working on by myself awhile ago. Interesting...
EDIT: Also, there is almost certainly a reasonable way to do this by hand.
Title: Re: How would you solve this math problem?
Post by: willrandship on May 11, 2012, 12:13:36 am
Does it have to do with ISEF? and CERN?
Title: Re: How would you solve this math problem?
Post by: AngelFish on May 11, 2012, 12:14:50 am
What do ISEF and CERN have to do with anything?
Title: Re: How would you solve this math problem?
Post by: Juju on May 11, 2012, 12:16:21 am
Anyway, that would be a total pain doing it by hand.
Title: Re: How would you solve this math problem?
Post by: willrandship on May 11, 2012, 12:19:13 am
it's much easier if you choose bases that are powers of each other.