My query is - why -3/4 is same as 3/-4? For -3/4, -3 is less than 4 so when -3 is divided into 4 parts, the result will be less than -3 which is correct. In this case, it will be -0.75 And, for the case of 3/-4, 3 is more than -4. So, a larger number is divided by smaller number. So, in this case, the result should be a more larger number than 3. But, as per mathematics rulebooks, the answer in this case is also -0.75 Kindly someone help to elaborate on this.
-
Your reasoning is incorrect. You actually have $-3 < -\frac{3}{4}$, and $\frac{5}{4} < 5$. So, smaller divided by larger can get larger. And, larger divided by smaller can get smaller. – J126 Nov 05 '22 at 15:16
-
The rule you are thinking of applies to positive numbers. To apply it to all numbers, you take the absolute value before comparing. – eyeballfrog Nov 05 '22 at 15:22
-
"size" is ambiguous. We say that $3$ is "more" that $-4$ and that $-4$ is "less" than $3$ but we should probably try to avoid saying $3$ is "bigger" than $-4$ because in magnitude the "size" of $-4$ is that it is $4$ away from our starting point $0$ whereas $3$ is only $3$ away. And it's common sense to say something like "$0$ is the smallest number" (how can that be if $0$ is "bigger" than $-4$?) This is way we have "absolute" value. It measures the "magnitude" of things regardless of whether they are "less" or "more"..... – fleablood Nov 05 '22 at 16:44
-
" So, a larger number is divided by smaller number. So, in this case, the result should be a more larger number than 3" Not nescessarily. $2 < 8$ and so when we take $\frac 82$ were are dividing a larger number by a smaller number and the result is $\frac 82 = 4 < 8$. A number smaller than $8$. (The idea you are citing is about whether you divide numbers by numbers larger or smaller than $1$ or if the result is larger or smaller than $1$.... and it applies to positive numbers and requires taking absolute values if they are not). – fleablood Nov 05 '22 at 16:50
-
For the record..... The rules are this If $0 < a < b$ then dividing a larger number by a smaller number results in $\frac ba > 1$. And dividing a smaller number by a larger number results in $0\frac ab < 1$. And if $1<a$ and $b>0$ then dividing a number larger by a number larger than $1$ will result in $\frac ba < b$ a smaller number. But if $0<a<1$ and $b>0$ then dividing a number by a number less than $1$ will result in $\frac ba > b$ a larger number. For negative numbers we take absolute values. So $|-3|< |4|$ so we are dividing a smaller by a larger and getting $|\frac{-3}4|< 1$. – fleablood Nov 05 '22 at 16:57
1 Answers
The actually rules we are given are: If $a < b$ then $a+c < b+c$ and if $a < b$ and if $c >0$ (that is very important that $c > 0$) then $ac < bc$.
From those we can derive other rules. If $a < b$ and $c < 0$ then $ac > bc$ (the old flipperoo). And if $0< a$ then $\frac 1a > 0$ and if $a < 0$ then $\frac 1a < 0$. And as $a\div b = a \times \frac 1b$ then if $a < b$ and $c > 0$ then $\frac ac < \frac ab$ and if $a< b$ and $c < 0$ then $\frac ac > \frac ab$ (fliperoo redux).
And we have if $0 < a < b$ then $\frac ba < 1$ and $\frac ba > 1$.
[Not to mention some really basic ones that are so basic that it might never occur to us that the *couldn't be true, such as $1 > 0$ and $-1 < 0$ and $-a = (-1)\times a$ etc.]
.......
Okay.... so how does this work with $(-3)\div 4$ and $3\div -4$.
So have $-3 < 0$ and $4 > 0$ so $(-3)\div 4 < 0\div 4 = 0$. So $(-3)\div 4 < 0$. That works if $\frac {-3}4 = -0.75$.
And we have $3 > 0$ and $-4 < 0$ so $3\div(-4) < 0\div (-4)= 0$. So $3\div(-4) < 0$. That's fine.
Further more we hav $-3 > -4$ and $4 > 0$so we should have $-3\div 4 > -4 \div 4$ and we should have $\frac {-3}4 >-1$ and that is what we have if $\frac{-3}4= -0.75 > -1$.
[Don't get confused and think $-0.75 < -1$ We have $.75 < 1$ and $-1 < 0$ so the old fliperoo gives us $-.75> -1$. If we want to see that directly we can do $0.75 < 1$ so $0 = 0.75 - 0.75 < 1 -0.75 = 0.25$ so $-1 = 0-1 < 0.25 - 1 = -0.75$]
And we have $3 < 4$ and $-4 < 0$ so we should have $3\div(-4) > 4\div (-4)$ (DOn't ever forget the fliperoo) and so $\frac 3{-4} > -1$. Which is just fine if $\frac 3{-4} = -0.75$
=====
So all the above tells you why we don't have a contradiction. It doesn't tell us why we must have it.
But it's simple enough.
If $\frac {-3}4 = ?????$ then $\frac{-3}4\times 4 = -3 = 4\times ?????$
So $-3+3 = 0 = 4\times ????? + 3$ so
$0 - 4\times ????? = 4\times ????? + 3- 4\times ?????= 3$ so
$-4\times ???? =3$ so
$?????? \times (-4) = 3$ so
$?????? \times (-4)\div (-4) = 3\div (-4)$ so
$????? \times 1 = ????? = 3\div (-4)$.
So $\frac {3}{-4}$ and $\frac {-3}4$ are the same thing.
But how do we know that $\frac 3{-4}$ or $\frac {-3}4 = -\frac 34$?
Let $\frac 3{-4} = A$ and $\frac 34 = B$ then
$3 = -4A$ and $3 =4B$ so $-4A = 4B$ so $A(-4) = B(4)$ and so $A(-4)\div (-4) = B(4)\div (-4)$ so $A\times(1) =A= B\times(-1)=B$ so $A = -B$ and $\frac 3{-4} = -\frac 34$.
- 124,253