Results 1 to 3 of 3

Thread: Multipling / Dividing w/ Trinomials Methods

  1. #1

    Thread Starter
    Hyperactive Member ZeroCool's Avatar
    Join Date
    Feb 2002
    Location
    In front of my computer
    Posts
    423

    Multipling / Dividing w/ Trinomials Methods

    Are there any quick methods for Multiplying / Dividing Trinomials or methods that are easy to remember and execute

    eg)


    4x
    ---- + 2
    3y

    ----------

    6
    ----
    3xy

    i get (3xy+2)/3

    help???
    Visual Baisc 6 (SP5)
    Windows Xp

  2. #2
    Fanatic Member twanvl's Avatar
    Join Date
    Dec 2001
    Posts
    771
    You should write both as fractions:
    Code:
    4x         4x + 6y
    ---- + 2 = -------
    3y            3y
    
    4x + 6y    6
    ------- / ---
       3y     3xy
    
    division is multiplication by the inverse:
    
      4x + 6y   3xy
    = ------- * ---
         3y      6
    
      12x^2y + 18xy^2
    = -------------
             18y
    
    now you need to simplify by dividing the numerator and denominator by their GCD, 6y:
    
      2x^2 + 3xy
    = -------------
             3
    I can't get to (3xy+2)/3.

  3. #3

    Thread Starter
    Hyperactive Member ZeroCool's Avatar
    Join Date
    Feb 2002
    Location
    In front of my computer
    Posts
    423
    ya, i screwed up
    Visual Baisc 6 (SP5)
    Windows Xp

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