Results 1 to 6 of 6

Thread: easy algebraic equation! Messing up somewhere!.:Resolved:.

  1. #1

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Question easy algebraic equation! Messing up somewhere!.:Resolved:.

    Hello everyone!
    what would this equation be simplified?
    Code:
    lim x->3   [[1/(x+1)]-1/4]/(x-3);
    i keep messing up some place!
    forget that it is a limit problem, and can you please show steps so I can see where i'm messing up at?
    Thanks for listening!
    Last edited by voidflux; Sep 5th, 2003 at 09:47 AM.
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    -1/[4(x+1)]

  3. #3

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Thumbs up ?

    THanks for the reply but can you see where i made my mistake?
    Here is my steps:
    find common bottom:
    [4/4(x+1) - (x+1)/4(x+1)]/(x-3)
    [4-(x+1)/4(x+1)]/(x-3)
    [4-x-1/4(x+1)]/(x-3)
    [3-x/4(x+1)] (x-3)/1 //was 1/(x-3)
    [3x-x^2+3x]/4(x+1)

    now i see that is totally wrong, and I don't see which step where i made my mistake.
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Code:
     1    1    1
    ___ - _ * ___
    x+1   4   x-3 
    
         1         1
    __________ - _____
    (x+1)*(x-3)  4(x-3)
    That help?

  5. #5

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Thumbs up

    yes it does!
    thanks you for ur help!
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  6. #6
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Welcome.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width