Adding Fractions: Simplifying ((k/2k+1)+(1/(2k)(2k+2))=((k+1)/(2k+2))

  • Context: High School 
  • Thread starter Thread starter PhysicsBoyMan
  • Start date Start date
  • Tags Tags
    fractions
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
PhysicsBoyMan
Messages
33
Reaction score
0
(k / 2k + 1) + (1 / (2k)(2k+2)) = ((k+1) / (2k+2))

I would like to simplify the left side to prove that these two statements are equal. I'm not sure how to do this. Surely I can't find a common denominator with such complex variables and such? What is a good approach?
 
Mathematics news on Phys.org
PhysicsBoyMan said:
(k / 2k + 1) + (1 / (2k)(2k+2)) = ((k+1) / (2k+2))

I would like to simplify the left side to prove that these two statements are equal. I'm not sure how to do this. Surely I can't find a common denominator with such complex variables and such? What is a good approach?
A good first step would be to explain what (k / 2k + 1) is supposed to mean.

Is it supposed to denote ##\frac{k}{2k + 1}## or is it supposed to denote ##\frac{k}{2k} + 1## ? The latter is what it does denote according to the PEMDAS rules.
 
It is unclear how to interpret your fractions.
(k / 2k + 1) = k / (2k + 1)? Probably what you meant.
(k / 2k + 1) = (k / (2k)) + 1? More logical given the usual operator order (multiplication/division before addition)
(k / 2k + 1) = (k / 2)k + 1 = (k2/2) + 1? That's how a computer would interpret it.

Same thing for (1 / (2k)(2k+2)).
PhysicsBoyMan said:
Surely I can't find a common denominator with such complex variables and such?
You can always find a common denominator. Worst case: take the product of all involved denominators, that always works.
 
Sorry, its (k / (2k + 1)) + (1 / ((2k)(2k+2))