| | | Quote of the month: "We cannot change the cards we are dealt, just how we play the hand.
" ~ Randy Pausch |
| | | 
13-06-07, 11:40 AM
|  | Registered User | | Join Date: May 2007 Location: SP00NER ST.
Posts: 2,106
Thanks: 325
Thanked 376 Times in 299 Posts
| | | Lil math puzzle A staircase is created with 10 blocks and 4 steps. The goal is to relate the number of blocks, N, with the number of steps, S, for any staircase in an algebraic formula.
No handbooks/texts/google  | | Loveforum Breaktime | | |  | Loveforum also recommend - Green tea - Help in weight loss and decrease rate of getting cancer.
| | 
07-03-08, 05:11 AM
|  | Registered User | | Join Date: May 2007 Location: SP00NER ST.
Posts: 2,106
Thanks: 325
Thanked 376 Times in 299 Posts
| | | Maybe this is not the kind of thing people find interesting? There are plenty of little puzzles like these I can post but if no one cares then why bother
__________________
math debater
| | 
07-03-08, 05:20 AM
|  | Transient sentient. "Hot Love Pancake(s)" | | Join Date: Jul 2007
Posts: 2,828
Thanks: 923
Thanked 853 Times in 707 Posts
| | | I love stuff like this, but I'm not doing your homework, am I?
__________________ FOR CAIN: If you do not change direction, you may end up where you are heading.--Lao-Tzu | | 
07-03-08, 05:34 AM
|  | Registered User | | Join Date: May 2007 Location: SP00NER ST.
Posts: 2,106
Thanks: 325
Thanked 376 Times in 299 Posts
| | | I'm in calculus II so we wouldn't be doing this. But this can be solved by applying some type of integration
__________________
math debater
| | 
07-03-08, 05:46 AM
|  | Transient sentient. "Hot Love Pancake(s)" | | Join Date: Jul 2007
Posts: 2,828
Thanks: 923
Thanked 853 Times in 707 Posts
| | | Okay. But isn't this just calcing the sum of a basic arthmetic sequence, tho? You asked for the number of blocks.
S=1+2+3+4+5... etc.
__________________ FOR CAIN: If you do not change direction, you may end up where you are heading.--Lao-Tzu | | 
07-03-08, 05:50 AM
|  | Registered User | | Join Date: May 2007 Location: SP00NER ST.
Posts: 2,106
Thanks: 325
Thanked 376 Times in 299 Posts
| | No, the number of blocks in relation to the number of step or the number of steps in relation to the number of blocks
The first being easier
I gotta go finish my chem and math homework though and eat dinner with the homies I'll be back later tonight
__________________
math debater
| | 
07-03-08, 05:57 AM
|  | Transient sentient. "Hot Love Pancake(s)" | | Join Date: Jul 2007
Posts: 2,828
Thanks: 923
Thanked 853 Times in 707 Posts
| |
Originally Posted by DoesntMatter No, the number of blocks in relation to the number of step or the number of steps in relation to the number of blocks
The first being easier
I gotta go finish my chem and math homework though and eat dinner with the homies I'll be back later tonight Meaning that you want the to know how many total blocks you need to build, say, 23 steps? Or you want to know # of blocks under a *specific* step? Are you assuming the length/height of the step is a fixed postitive integer value (i.e. I can't stack blocks staggered over 1/2 a step & the block size is constant).
__________________ FOR CAIN: If you do not change direction, you may end up where you are heading.--Lao-Tzu | | 
07-03-08, 07:03 AM
|  | Registered User | | Join Date: Jan 2008
Gender:
Posts: 368
Thanks: 74
Thanked 69 Times in 59 Posts
| | | hmmm..from what i think you are asking....i believe its:
(S-1)S + S = N
-------
2
S>1
Check if it works...haven't done calculus for a long time. | | The Following User Says Thank You to lastwish For This Useful Post: | | | 
07-03-08, 07:06 AM
|  | Phillyboy | | Join Date: Dec 2004 Location: New Orleans, Louisiana
Gender:
Posts: 9,543
Thanks: 297
Thanked 421 Times in 304 Posts
| | | Oh.
My.
God.
If this is the kind of shit I have to do to get some kind of electrical engineering degree...
F*CK.
THAT.
__________________ Heil Frasbee | | 
07-03-08, 07:15 AM
|  | Transient sentient. "Hot Love Pancake(s)" | | Join Date: Jul 2007
Posts: 2,828
Thanks: 923
Thanked 853 Times in 707 Posts
| |
Originally Posted by lastwish hmmm..from what i think you are asking....i believe its:
(S-1)S + S = N
-------
2
S>1
Check if it works...haven't done calculus for a long time. Ya, this this is what I was also saying (except your constant of 1/2 would just be the generic d constant for all cases), but he didn't seem to think an arithmetic series was what he wanted. And I wouldn't really call this calculus. Confused, b/c I think ^this is correct.
__________________ FOR CAIN: If you do not change direction, you may end up where you are heading.--Lao-Tzu | | 
07-03-08, 09:09 AM
| | different state of mind | | Join Date: Sep 2001
Gender:
Posts: 12,784
My Mood: Thanks: 14
Thanked 291 Times in 246 Posts
| | | anyone care for a beer?? i've got an extra 6 that i won't drink.
raverboy
__________________
...this is just my perspective on the situation...
| | 
07-03-08, 12:56 PM
|  | Registered User | | Join Date: May 2007 Location: SP00NER ST.
Posts: 2,106
Thanks: 325
Thanked 376 Times in 299 Posts
| | | Yeah lastwish solved for number of blocks in terms of S, which can be easily modified with the quadratic equation to get S in terms of N.
But the point was to show how you solved for it because there are many ways. The method using calculus is one someone else pointed out to me, not a method I would have used but works
The way I solved it was this:
N(1) = 1 when S = 1
N(2) = 3 = N(1) + 2 when S = 2
N(3) = 6 = N(2) + 3 when S = 3
N(4) = 10 = N(3) + 4 when S = 4
Which is just a summation-
_______S
N(S) = ∑ i
_______i=1
(ignore __)
Which has the closed form expression of
N(S) = 1 + 2 + 3 + …. + (S – 1) + S
Adding this to itself and dividing by 2 (taking the average)-
N(S) = 1 + 2 + … + (S – 1) + S
N(S) = S + (S – 1) + ….. + 2 + 1
2N(S) = (S + 1) + (S + 1) +…..+ (S + 1)
dividing by 2 to get N(S) = S(S + 1) / 2 since there are S terms. Luckily this expansion is well known so I didn’t need to derive it again
Lastwish what method did you use to arrive at your answer?
__________________
math debater
Last edited by DoesntMatter : 07-03-08 at 12:59 PM.
| | 
07-03-08, 01:58 PM
|  | Transient sentient. "Hot Love Pancake(s)" | | Join Date: Jul 2007
Posts: 2,828
Thanks: 923
Thanked 853 Times in 707 Posts
| |
Originally Posted by DoesntMatter Which has the closed form expression of
N(S) = 1 + 2 + 3 + …. + (S – 1) + S
LOL, this^ is what I said DM.
Okay. But isn't this just calcing the sum of a basic arthmetic sequence, tho?
I just remembered the basic formula, tho, didn't work it out from first principles.
What was the calculus method?
__________________ FOR CAIN: If you do not change direction, you may end up where you are heading.--Lao-Tzu | | 
07-03-08, 04:23 PM
|  | Cougar Bait | | Join Date: Nov 2006
Gender:
Posts: 4,559
My Mood: Thanks: 810
Thanked 316 Times in 279 Posts
| |
Originally Posted by DoesntMatter A staircase is created with 10 blocks and 4 steps. The goal is to relate the number of blocks, N, with the number of steps, S, for any staircase in an algebraic formula.
No handbooks/texts/google  You suck at drawing.
No hard feelings.
__________________
Ha ha ha ha, he he he he, ho ho ho ho, ha ha haaa.
... and I thought my jokes were bad.
| | 
07-03-08, 08:30 PM
|  | Registered User | | Join Date: Jan 2008
Gender:
Posts: 368
Thanks: 74
Thanked 69 Times in 59 Posts
| | | lol. You don't need calculus or any formula to solve this question. I used a rather primative method. I just visualized the steps as a full cube and saw that there are patterns as you increase the number of steps. This is from a humanity and social science student. Not a math and life science person.
Last edited by lastwish : 07-03-08 at 11:24 PM.
| | Loveforum Breaktime | | |  | Loveforum also recommend - Green tea - Help in weight loss and decrease rate of getting cancer.
| | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT +8. The time now is 11:48 PM. | |