Skip to content

Weblog About Jim Jim's Resume Discussion Mailing List Search
  You are not logged in Link icon Log in Link icon Join
You are here: RE: A math problem is driving me nuts!

Twitter Updates
Pro Services

Jim Roepcke specializes in WebObjects (Java), Plone (Zope, Python), and Cocoa (Objective-C).

  • consultation
  • development
  • documentation
  • mentoring

Contact Jim for more information.

Python Tutorial

I presented the Introduction to Python for Plone developers tutorial at the first Plone conference in October 2003. Slides and Video are available to all on the plone.org site.

Badges

Proud Member of the ACM

Proud Member of the Association for Computing Machinery

RSS reader for Mac OS X

NetNewsWire: More news, less junk. Faster

Fantasy Trading of HBWT at:

Listed on BlogShares

Design by:

Powered by Plone
Blog Directory - Blogged
Log in
Name

Password

 
I forgot my password; please send me a new one.
 
 

RE: A math problem is driving me nuts!

Message Details
Posted
5/8/2004; 8:04 PM by Seth Dillingham
Last Modified
5/8/2004; 9:09 PM by Seth Dillingham
In Response To
A math problem is driving me nuts! (#6878)
Label
Miscellaneous
Read Count
742
Message Body

On 5/8/04, Jim Roepcke said:

>It looks to me like it should be ((x2+5x)/(x+1))-3 > 0 instead. Can
>somebody please confirm this or explain how you might get from what I
>got to, to what he got to?

He did it right. Let's do it out the long way to see it.

1. x(x+5)
   ------ > 3
    x+1

Expand it to get:

2.  x^2      5x
   ----- + ----- > 3
    x+1     x+1

Subtract 3 from both sides to get:

3.  x^2      5x
   ----- + ----- - 3  > 0
    x+1     x+1

To begin the simplification, we need a common denominator, so multiple the 3 by (x+1)/(x+1)

4.  x^2      5x    3(x+1)
   ----- + ----- - ------  > 0
    x+1     x+1      x+1

Expand it to get:

5.  x^2      5x      3x     3*1
   ----- + ----- - ----- - ----- > 0
    x+1     x+1     x+1     x+1

Simplify it to get:

6.  x^2      2x      3
   ----- + ----- - -----  > 0
    x+1     x+1     x+1

Which is the same as:

7.  x^2 + 2x - 3
   --------------  > 0
         x+1

Got it?

Man, I'd forgotten how much I loved this stuff!

Seth

Replies
RE: A math problem is driving me nuts! ( 5/8/2004 by Justin )
You're right Seth, except that the last part should actually be -((3*1)/(x+1))

RE: A math problem is driving me nuts! ( 5/9/2004 by Jim Roepcke )
Seth showed me how to solve the math problem I was having, as did Dori , privately.


August 2008
Sun Mon Tue Wed Thu Fri Sat
  1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31  
Jul Sep
 
Sponsors
Research

Jim Roepcke is Willing to Fail

Books

I'm currently reading:

I'm currently reading Programming Erlang

I co-authored:

I co-authored this book