Results 1 to 3 of 3

Thread: Algebra

  1. #1

    Thread Starter
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631

    Question Algebra

    Hello gents. Trying to help my girlfriend's daughter with some math & I didn't realize how bad I am with algebra. I'm not looking for an answer. Just an explanation on how this is solved. Any help is appreciated.

    The question is:

    Solve for the indicated variable

    4/xy + 16/xz + 20/yz = 12

    Solve for y.
    I'm thinking divide by Y. I've been out of high school too long.
    Please rate my post.

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Algebra

    Multiply through by xyz and then collect terms....
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: Algebra

    What you want eventually is to get an expression that looks like
    Code:
    y = ...
    (This is what solving for y means)

    How do you do that? Well, in this case, y appears in a fraction as the denominator a few times. You don't want that, so how do you get rid of that? The answer is: multiply by y! Since
    Code:
    (1/y) * y = y/y = 1
    you got rid of the y.

    If there is some other stuff in the equation it works the same way:
    Code:
    (abc/y) * y = abc * (y/y) = abc
    or
    Code:
    (abc/xy) * y = abc * (y/xy) = (abc/x) * (y/y) = abc/x
    Visualize this too instead of just thinking of it as multiplication. If an y appears in the denominator, you multiply by y (to make "1") to get rid of it.

    Of course, to keep the equation valid you'll have to multiply all other terms by y too. In this case that means:
    Code:
    4/xy + 16/xz + 20/yz = 12
    4/x + 16y/xz + 20/z = 12y
    Now the final step is to collect the terms that have y in them on one side, and put the remaining terms on the other side.

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