Ask Question
30 October, 18:02

If a < b and c < d

is this valid?

a/c < b/d

+1
Answers (1)
  1. 30 October, 20:25
    0
    Not necessarily,

    If you use the following values:

    a = 2

    b = 3

    c = 1

    and d = 2

    a < b

    2 < 3

    c < d

    1 < 2

    However:

    a/c = 2/1 = 2

    b/d = 3/2 = 1.5

    Therefore, since 2 is greater than 1.5, I'm afraid your statement is not valid
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “If a < b and c < d is this valid? a/c < b/d ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers