Calculate this~!

MUST be solved in your head!

  • (11 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »

155 Replies - 13356 Views - Last Post: 04 May 2009 - 08:17 PM

#4 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Calculate this~!

Posted 22 December 2008 - 03:33 PM

Wait. You lost me. I see an answer in that, but not at the end. So I don't know if you're awesome or not.

Tell me your final answer. Be clear, dammit! ;)

#5 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Calculate this~!

Posted 22 December 2008 - 04:14 PM

341

I might do the "other" solution. An OR of 1 and 15 should give the same result. That's originally why I calculated out 15 in binary.

#6 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Calculate this~!

Posted 22 December 2008 - 04:18 PM

341 is wrong.

I wrote that in C++ and I got a different result. [Told you, you can write your own in the language to test it, just not to find the answer of someone else's]

HINT: The answer is on that sheet. Somewhere. I think you've really overcomplicated it.

#7 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Calculate this~!

Posted 22 December 2008 - 04:24 PM

UGH. I missed a parentheses!

How did you shift a mixed number? in your head or on paper?

30/4 = 7.5

1 << 7.5?

This post has been edited by KYA: 22 December 2008 - 04:25 PM


#8 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Calculate this~!

Posted 22 December 2008 - 04:29 PM

Look at it more closely.

((10*3)/4)) * 2)

#9 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Calculate this~!

Posted 22 December 2008 - 04:30 PM

No. You mistyped () then. Look at the OP. (((1 << ((10*3)/4)) * 2) - (32*2)) / 192

() Takes precedent other then socpe resolution

I think writing a program is cheating. You should have to do it in your head/on paper like the OP says.

Anyways:

(((1 << ((10*3)/4)) * 2) - (32*2)) / 192
1<< 7.5 is really 1 << 7, so 128 * 2 = 256
-64 = 192
192/192
=1 <- Answer

This post has been edited by KYA: 22 December 2008 - 04:32 PM


#10 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Calculate this~!

Posted 22 December 2008 - 04:34 PM

You got it.

I apologise for getting it wrong in the first place. I'm tired.

That's my excuse and I'm sticking to it.

Essentially, I was right. I just read my own problem incorrectly.

I suck.

#11 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Calculate this~!

Posted 22 December 2008 - 04:36 PM

Further proof since we are talking about coding it:

Posted Image

Even not using integers it won't do half a bit

#12 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Calculate this~!

Posted 22 December 2008 - 05:05 PM

OK. Next math problem:

File's attached. Paint was being retarded. It's a series.

Attached File(s)



#13 GWatt   User is offline

  • member icon

Reputation: 312
  • View blog
  • Posts: 3,107
  • Joined: 01-December 05

Re: Calculate this~!

Posted 22 December 2008 - 06:28 PM

KYA, I can only see part of that equation.
the Y(n from 0 to 5) = (n + 1^n)/n!
is that right?

#14 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Calculate this~!

Posted 22 December 2008 - 06:31 PM

Hmmm, I used Mathtype in Word.

Anyway:

E (n = 0 to 5)

Posted Image ((n+1)^n)/n!

This post has been edited by KYA: 22 December 2008 - 06:39 PM


#15 GWatt   User is offline

  • member icon

Reputation: 312
  • View blog
  • Posts: 3,107
  • Joined: 01-December 05

Re: Calculate this~!

Posted 22 December 2008 - 06:45 PM

OK, it shows up correctly in pages, but not openoffice

I forgot anything with series about 2 years ago, so this is the answer I got:
14041/120

This post has been edited by GWatt: 22 December 2008 - 07:01 PM


#16 Locke   User is offline

  • Sarcasm Extraordinaire!
  • member icon

Reputation: 552
  • View blog
  • Posts: 5,624
  • Joined: 20-March 08

Re: Calculate this~!

Posted 22 December 2008 - 07:49 PM

I don't believe you can calculate that...

It's been a while since I've dealt wit the rules of summations...but can you do 0!?

I don't recall...

This post has been edited by Locke37: 22 December 2008 - 07:50 PM


#17 rdsrds2120   User is offline

  • D.I.C Regular

Reputation: 0
  • View blog
  • Posts: 393
  • Joined: 18-December 08

Re: Calculate this~!

Posted 22 December 2008 - 08:27 PM

im not sure...because I just recently learned how to do this.... but somewhere around 108.9? Close?

#18 rdsrds2120   User is offline

  • D.I.C Regular

Reputation: 0
  • View blog
  • Posts: 393
  • Joined: 18-December 08

Re: Calculate this~!

Posted 22 December 2008 - 08:36 PM

View PostLocke37, on 22 Dec, 2008 - 06:49 PM, said:

I don't believe you can calculate that...

It's been a while since I've dealt wit the rules of summations...but can you do 0!?

I don't recall...


~~It somehow works its way into equaling "1". Heres why:
If n! is defined as the product of all positive integers from 1 to n, then:
1! = 1*1 = 1
2! = 1*2 = 2
3! = 1*2*3 = 6
4! = 1*2*3*4 = 24
...
n! = 1*2*3*...*(n-2)*(n-1)*n
and so on.
Logically, n! can also be expressed n*(n-1)!...

Therefore, at n=1, using n! = n*(n-1)!
1! = 1*0!
because anything multiplied by 0!=0!
it simplifies to
1=0!
and 0!=1
OK?

This post has been edited by rdsrds2120: 22 December 2008 - 08:38 PM


  • (11 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »