How do you multiply rational equations with multiple numerators?

  • Thread starter Thread starter JerryClower
  • Start date Start date
  • Tags Tags
    Rational
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
JerryClower
Messages
68
Reaction score
1
How do you multiply an equation that has 2 or more numerators. such as :

8x + 8 x - 1
______ X _______
X2 - 2x + 1 2x + 2




And don't say anything like, "I'm not doing your homework for you" or anything stupid like that. I just want to know how to do it, not the answer.
 
Physics news on Phys.org
[tex]\frac{A}{B} \times \frac{C}{D} = \frac{A \times C}{B \times D}[/tex]

Does that help?
 
You must cross multiply, if I'm looking at this correctly.
So if A/B x C/D => A x D=B x C

So:
8x + 8 x - 1
______ X _______
X2 - 2x + 1 2x + 2
(Yeah, I just copied that. I'm assuming that B has an x2on the bottom)

(8x + 8)(2x+2)=(x2 - 2x)(x - 1)
Now combine like terms, and solve for x. You will probably have to factor.
 
GreatEscapist said:
You must cross multiply, if I'm looking at this correctly.
So if A/B x C/D => A x D=B x C
You're thinking of: if A/B = C/D, then A x D = B x C

This may or may not be what the OP meant.