Is a<-24 the Correct Solution to the Inequality Problem?

  • Thread starter Thread starter MathJakob
  • Start date Start date
  • Tags Tags
    Inequality
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
10 replies · 2K views
MathJakob
Messages
161
Reaction score
5

Homework Statement



##\frac{a}{4}>\frac{a}{2}+6##

The Attempt at a Solution



##\frac{2a}{2}>\frac{4a+48}{2}##

##a>2a+24##

So do I just plug random numbers in and see what I get? I realized right away that it has to be a negative number so I stuck in -30 and got

##-30>-60+24## Well that's true.

##-24>-48+24## This is false.

So ##a<-24## is this correct? Am I going about these the right way?
 
Last edited:
Physics news on Phys.org
Yes you are correct, but here is a different approach to the problem:

a>2a+24

Your could simply treat the > sign as an = sign and thus, algebra plays its role;

a-2a>24
-a>24

Then divide both sides by -1 but when you multiply or divide an inequality by a negative number the sign switches from > to < or vice versa...



[itex]\frac{-a}{-1}[/itex] < [itex]\frac{24}{-1}[/itex]

[itex]\Rightarrow[/itex] a<-24

Its the same answer but its avoids the random number input.

Hope this helped.
 
So do I just plug random numbers in and see what I get?
No, you can continue with the simplification. For example, subtract a on both sides, and think about the 24 afterwards.

Your intermediate step looks more complicated than necessary.
 
mfb said:
No, you can continue with the simplification. For example, subtract a on both sides, and think about the 24 afterwards.

Your intermediate step looks more complicated than necessary.

Here is another:

##\frac{y-3}{5}<\frac{y+2}{10}##

##\frac{10y-30<5y+10}{5y+10}##

##2y-3<1##

##y<2##

is this correct?
 
MathJakob said:
##\frac{10y-30<5y+10}{5y+10}##
That does not make sense.

The result is wrong. Just try y=3, for example. Is the original inequality satisfied? Is your result satisfied?
 
mfb said:
That does not make sense.

The result is wrong. Just try y=3, for example. Is the original inequality satisfied? Is your result satisfied?

How about this:

##\frac{y-3}{5}-\frac{y+2}{10}##

##4y-2y-12+8##

##2y<8##

##y<4## ?

I just checked and now it doesn't work... how can I solve these without having to try lots of numbers?
 
Last edited:
MathJakob said:
Here is another:

##\frac{y-3}{5}<\frac{y+2}{10}##

##\frac{10y-30<5y+10}{5y+10}##

##2y-3<1##

##y<2##

is this correct?

No, because its erroneous [itex]\frac{10y-30}{5y+10}[/itex] ≠ 2y-3

10y-5y<10+30 is what you should be doing. (Remember treat the inequality like an = sign, with the exception of dividing/multiplying with a negative number during simplification)
 
F1MH said:
No, because its erroneous [itex]\frac{10y-30}{5y+10}[/itex] ≠ 2y-3

10y-5y<10+30 is what you should be doing. (Remember treat the inequality like an = sign, with the exception of dividing/multiplying with a negative number during simplification)

oh right I see so I can just treat them like normal fractions.

##10y-30=5y+10##

##5y=40##

##y=8## so the correct solution is ##y<8## ? On wolfram is specifically says ##y<8## and not ##y=8## does this matter?
 
MathJakob said:
oh right I see so I can just treat them like normal fractions.

##10y-30=5y+10##

##5y=40##

##y=8## so the correct solution is ##y<8## ? On wolfram is specifically says ##y<8## and not ##y=8## does this matter?



Yes, it does. Remember it's an inequality not a linear equation. I said treat it LIKE an = sign in the sense that algebraic rules are still valid for inequalities. The < remains because its saying [itex]\frac{y-3}{5}[/itex]<[itex]\frac{y+2}{10}[/itex] stays true for all values y<8 and it does.

Once you plug in y=8 you get 1<1 Which is false because 1 is not less than 1 its 1=1. And when you plug another number out of the inequality like say 9 you get 1.2<1.1 which again is false.

The logic is really shown in the term inequality. Your trying to find what values of y will this relationship stay true and those that produce an inequality.

Again, its not a linear equation you can't just replace the < with = its a relationship between those two sides.
 
A word of warning with this approach of treating < and > as like =. Suppose you had something more complicated, like ##\frac{x-3}{x+5} < 2x##. If you multiply through by x+5, as you would happily do with an equality, you do not know whether x+5 is positive or negative. So you do not know whether you should be reversing the inequality. Generally, all you can do here is treat the two possibilities separately.