Re: [algogeeks] [brain teaser ] 29march

2011-03-31 Thread Vandana Bachani
T(n) = T(n-1) + 3^(n-1), T(0) = 1 On Thu, Mar 31, 2011 at 11:20 AM, rahul wrote: > 1+1+0, 2+2+1, 5+5+4, 14+14+13, 41+41+40 > > On Tue, Mar 29, 2011 at 1:05 PM, Lavesh Rawat wrote: > >> *Series Problem Solution* >> >> 1, 2, 5, 14, 41, x >> Whats x ?? >> >> Update Your Answers at : Click

Re: [algogeeks] [brain teaser ] 29march

2011-03-31 Thread Vandana Bachani
T(5) = 41 + 3^4 = 122. On Thu, Mar 31, 2011 at 2:16 PM, Vandana Bachani wrote: > T(n) = T(n-1) + 3^(n-1), T(0) = 1 > > On Thu, Mar 31, 2011 at 11:20 AM, rahul wrote: > >> 1+1+0, 2+2+1, 5+5+4, 14+14+13, 41+41+40 >> >> On Tue, Mar 29, 2011 at 1:05 PM, Lavesh Rawat wrote: >> >>> *Series Pro

[algogeeks] [brain teaser ] 31march

2011-03-31 Thread Lavesh Rawat
*Find Numbers Problem * * *Find three whole, positive numbers that have the same answer when multiplied together as when added together. Update Your Answers at : Click Here Solution: Will be updated after 1 day --

Re: [algogeeks] [brain teaser ] 31march

2011-03-31 Thread kunal srivastav
1 2 3 On Thu, Mar 31, 2011 at 2:21 PM, Lavesh Rawat wrote: > *Find Numbers Problem * > * > *Find three whole, positive numbers that have the same answer when > multiplied together as when added together. > > Update Your Answers at : Click > Here

Re: [algogeeks] [brain teaser ] 29march

2011-03-31 Thread kunal srivastav
differences = 1, 3, 9, 27 so nxt diff = 81 thus 122 On Thu, Mar 31, 2011 at 2:18 PM, Vandana Bachani wrote: > T(5) = 41 + 3^4 = 122. > > > On Thu, Mar 31, 2011 at 2:16 PM, Vandana Bachani wrote: > >> T(n) = T(n-1) + 3^(n-1), T(0) = 1 >> >> On Thu, Mar 31, 2011 at 11:20 AM, rahul wrote: >> >>> 1

Re: [algogeeks] [brain teaser ] 31march

2011-03-31 Thread Vandana Bachani
1, 2, 3 On Thu, Mar 31, 2011 at 2:21 PM, Lavesh Rawat wrote: > *Find Numbers Problem * > * > *Find three whole, positive numbers that have the same answer when > multiplied together as when added together. > > Update Your Answers at : Click > Here

Re: [algogeeks] [brain teaser ] 30march

2011-03-31 Thread Kunal Patil
Nice to See so many Kunal here !!! :P On Wed, Mar 30, 2011 at 11:42 PM, Kunal Yadav wrote: > One is grandpa > -- > Regards > Kunal Yadav > (http://algoritmus.in/) > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group

Re: [algogeeks] Are U a Student Must Read this Frwd This Please If u Like We R student like You TOO

2011-03-31 Thread hary rathor
everybody want to be mark. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more op

Re: [algogeeks] Re: SPOJ problem

2011-03-31 Thread saurabh singh
Sorry for ignorance but i didnt got what *1d* means in the formula On Tue, Mar 29, 2011 at 5:54 PM, КоЦіК wrote: > Formula: "Math.E*a-0.5*Math.log(2*Math.PI*a)-1d/a" gives right result > almost always besides (a:n:formula value): > 3 : 7 : 6 > 195 : 526 : 527 > 534 : 1447 : 1448 > 580 : 1572 : 1

[algogeeks] Re: SPOJ problem

2011-03-31 Thread КоЦіК
On Apr 1, 6:45 am, saurabh singh wrote: > Sorry for ignorance but i didnt got what *1d* means in the formula It is from Java code means 1 should be seen as double 1.0. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group,