Very simple fraction simplification

  • Thread starter Thread starter smulc
  • Start date Start date
  • Tags Tags
    Fraction
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
smulc
Messages
33
Reaction score
0
I feel stupid asking this, but I just can't see it. I need to simply this and I already know the answer, but I don't know why this is the answer.

simplify

3p-3q
5p-5q

My first reaction was to remove a factor of p-q but that would leave

p-q(3-3)
p-q(5-5)

Which would be 0/0. I know the answer is 3/5 but I just can't see why.
 
Physics news on Phys.org
You can factor out p-q top and bottom, but your end result is not quite right. If you try to use the distributive law here, that is a(b+c) = ab + ac, this might help you see your error.
 
smulc said:
I feel stupid asking this, but I just can't see it. I need to simply this and I already know the answer, but I don't know why this is the answer.

simplify

3p-3q
5p-5q

My first reaction was to remove a factor of p-q but that would leave

p-q(3-3)
p-q(5-5)
The above is incorrect, and simplifies to 1, assuming p ≠ 0. This is based on what you wrote, which might not be what you intended.

The simplest way to go would be to notice that 3 is a factor of the terms in the numerator, and that 5 is a factor of the terms in the denominator. The original expression can be written like so:
$$ \frac {3(p - q)}{5(p - q)}$$
Of course, this can be simplified further.
smulc said:
Which would be 0/0. I know the answer is 3/5 but I just can't see why.
 
That makes perfect sense now. Thanks for explaining it.