John C. answered 11/23/20
The Problem Solver
(2x+1) / (2x+5) > x / (2x+5)
The first I'd do is eliminate the (2x+5) factor on both sides. This leads to two cases, depending on whether 2x+5 is positive or negative. (If 2x+5=0, both sides are meaningless.)
- If 2x+5>0, multiply both sides by (2x+5) to get 2x+1>x. Subtracting x+1 on both sides, we get x > -1. This agrees with 2x+5>0,
- If 2x+5<0, multiply both sides by (2x+5) to get 2x+1<x. Subtracting x+1 on both sides, we get x < -1. This is not enough, though. We need 2x+5<0, which is the same as x<-5/2.
So the answer is x>-1 or x<-5/2.