0
$\begingroup$

For finding an inverse of a simple function, algebraically I can solve for x:

$$ y = 2x+5 \tag{1}\label{1} $$

After moving quantity 2x to the left side, y to right and dividing by -2,

$$ x = {-y+5\over -2} \tag{2}\label{2}$$

The Symbolab app knows this isn't mathematically correct (it moved 5 to the left side, then dividing by 2) as it solves it as $$ x = {y-5\over 2}$$ Why is (2) wrong?

  • 1
    After your edit equation 2 is now correct. If you are typing into an app to check it what notation does it use? If you type -y+5/-2 this is different to (-y+5)/-2.2017-01-22

3 Answers 3

1

New edits (see revision history for old post):

$$\frac{-y+5}{-2}=\frac{-y+5}{-2}\times\frac{-1}{-1}=\frac{y-5}2$$

so you are just as correct.

  • 0
    I did not notice. Please explain, Simply.2017-01-22
  • 0
    @AthanMoushos How about my update?2017-01-22
  • 0
    Edited post topic, (2) is correct now as that what I originally deducted. But (2) is mathematically wrong.2017-01-22
  • 0
    @AthanMoushos Oh, ok. No, it's right, but you mis-interpreted it.2017-01-22
  • 0
    Although what I described is done before interchanging variables y and x, I'm not sure why it is misinterpreted. Symbolab's 'correct' thinking is to -5 from both sides, but not -2x [as I did].2017-01-22
  • 0
    @AthanMoushos As my answer shows, it is both correct.2017-01-22
0

After moving quantity $2x$ to the left side, $y$ to right and dividing by $-2$ $$y = 2x+5\Rightarrow -2x+y=5\Rightarrow -2x=5-y\Rightarrow x=\frac{5-y}{-2}=\frac{y-5}{2}$$

  • 0
    @Athan Moushos $-(5-y)=y-5$2017-01-22
  • 0
    The original post was edited (a typing mistake).2017-01-22
0

$x = \frac{- y + 5}{-2}$

Taking -1 common from numerator,

$x = \frac{-1(y - 5)}{-2}$

$x = \frac{y - 5}{2}$

Both expressions are same.

I think most of the time we try that our starting variable terms should be positive. And in above equation its possible. So maybe your app also work in that way.