This forum is in archive mode. You will not be able to post new content.

Author Topic: Math help please?  (Read 2504 times)

0 Members and 1 Guest are viewing this topic.

Offline G3CK0

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Math help please?
« on: October 04, 2012, 03:03:32 AM »
Hey there. I got a little homework problem and I hope that someone can help me out  :P

The question is: If a rubber ball can bounce back to 90% of its original height, what is the total vertical distance that it will travel if it is dropped from an elevation of 40 feet?

Thanks a lot.
Analyze the consequences.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Math help please?
« Reply #1 on: October 04, 2012, 03:41:25 AM »
76ft
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Z3R0

  • Guest
Re: Math help please?
« Reply #2 on: October 04, 2012, 03:47:55 AM »
76ft
@OP, I concur with lucid's deduction. Granted that we are calculating the total distance traveled from one bounce between two inert points of starting and stopping.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Math help please?
« Reply #3 on: October 04, 2012, 03:54:35 AM »
That's what I'm assuming. Otherwise it's 36ft.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline G3CK0

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: Math help please?
« Reply #4 on: October 04, 2012, 03:56:56 AM »
You guys are a great help <3.

But the thing is that I have to show my work, so is there a specific formula where you got the result from or do I just write the result straight ahead?
Analyze the consequences.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Math help please?
« Reply #5 on: October 04, 2012, 03:58:27 AM »
What the question is basically asking is; What is ninety percent of forty, plus forty.

I didn't really use a formula other than that. I just did it in my head.
« Last Edit: October 04, 2012, 03:59:29 AM by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline G3CK0

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: Math help please?
« Reply #6 on: October 04, 2012, 04:04:20 AM »
Why's it plus 40 after the percentage?
Analyze the consequences.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Math help please?
« Reply #7 on: October 04, 2012, 04:07:55 AM »
If I understood the question right you are asking how far does it travel from where you dropped it(40ft up) to it hitting the ground and bouncing 90 percent back up. So that's forty feet down, and thirty six feet up.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline G3CK0

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: Math help please?
« Reply #8 on: October 04, 2012, 04:12:08 AM »
Ah, thank you very much for your time. :D
Analyze the consequences.

Offline s3my0n

  • Knight
  • **
  • Posts: 276
  • Cookies: 58
    • View Profile
    • ::1
Re: Math help please?
« Reply #9 on: October 04, 2012, 10:21:56 AM »
Some working out:

s = 40 f
S(total) = ?

S(total) = s + 0.9s = 1.9s = 1.9 * 40 = 76 f
Easter egg in all *nix systems: E(){ E|E& };E

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Math help please?
« Reply #10 on: October 04, 2012, 10:44:13 AM »
No.. The ball does not stop after one bounce..
after first bounce it will rise to 36.ft.. Then ninety percent of 36 ft... And so on... The royal well be like..

40+36+36+36*.9 + 36*.9 + 36*.9*.9 + 36*.9*.9 and so on..
It will be a GP.. And you need to apply infinite gp..
Find the formula for summation yourself.
"Always have a plan"

Offline s3my0n

  • Knight
  • **
  • Posts: 276
  • Cookies: 58
    • View Profile
    • ::1
Re: Math help please?
« Reply #11 on: October 04, 2012, 11:34:33 AM »
No.. The ball does not stop after one bounce..
after first bounce it will rise to 36.ft.. Then ninety percent of 36 ft... And so on... The royal well be like..

40+36+36+36*.9 + 36*.9 + 36*.9*.9 + 36*.9*.9 and so on..
It will be a GP.. And you need to apply infinite gp..
Find the formula for summation yourself.

True that, I got misdirected by the previous answers x]

Then it would be:


Where:
x = original height
k = percentage change each bounce (%/100)


UPDATE:


The above formula is the same as:



And Newton found that that will equal to:



So the answer to the problem is 40/(1-0.9) = 400 feet :D
« Last Edit: October 04, 2012, 12:14:31 PM by s3my0n »
Easter egg in all *nix systems: E(){ E|E& };E

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Math help please?
« Reply #12 on: October 04, 2012, 12:25:23 PM »
True that, I got misdirected by the previous answers x]

Then it would be:


Where:
x = original height
k = percentage change each bounce (%/100)


UPDATE:


The above formula is the same as:



And Newton found that that will equal to:



So the answer to the problem is 40/(1-0.9) = 400 feet :D

No, a bit more tricky..
See.. The ball travels TWICE .. Read what i wrote..once it goes up and then the same distance down...
So it will be..
400+400-40... = 760..

Also i would say it is hw help.. No need to give out formulas here :).. Let the op do some work.
"Always have a plan"

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Math help please?
« Reply #13 on: October 04, 2012, 07:40:34 PM »
I considered this but I assumed the question was asking how far in one bounce.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Math help please?
« Reply #14 on: October 04, 2012, 08:15:25 PM »
I considered this but I assumed the question was asking how far in one bounce.
The Question said "total vertical distance"..
It said ball is dropped and hence only dropped not picked or caught after one bounce.
"Always have a plan"

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.