let a,b,c and d be positive integers such that a/b < c/d. Show that a/b < a+c/b+d < c/d

169 Views Asked by At

Given that ${a\over b} < {c\over d}$ show that $${a\over b} < {a+c\over b+d} < {c\over d}$$

2

There are 2 best solutions below

0
On

$${a+c\over b+d} < {c\over d}\iff d(a+c)<c(b+d)\iff da<cb\iff {a\over b} < {c\over d} $$

0
On

The second part $$\frac{a+c}{b+d}-\frac{a}{b}=\frac{bc-ad}{(b+d)b}>0$$ if $$bc>ad$$ if $$\frac{c}{d}>\frac{a}{b}$$