3
$\begingroup$

Can someone show me how to prove if $x$ divides $x+5$ then $x$ divides $5$.

For a direct proof would you have to sub out the $5$ for some integer? Why?

Are there alternate ways to do this? Maybe induction?

  • 0
    We want to prove that there exists k2 ∈ Z such that 5 = k2x. Let k2 = k1 − 1...... how can we set k2 equal to (k1-1) .... k2 being the second integer from unpacking divisibility of x divides 52017-02-05
  • 0
    Hello. It seems you do not know how to accept answers. At the left side of every answer there is a check mark for you to click it. Doing so, blank check mark becomes green and that indicates that an answer is accepted. Thank you.2017-02-06
  • 0
    i can only accept one? they all were somewhat helpful. can you answer my comment above about k2 = k1 − 1 ..... or about proving this with induction?2017-02-06
  • 0
    Yes, you can only accept one. Hope you accept mine. Let me check first your comment.--:)2017-02-06
  • 0
    In our assumption, we have $x$ divides $x+5$. Then we can find an integer $k_1$ such that $x+5=x\cdot k_1$ and so $5=(x\cdot k_1)-x$ which means that $$5=x(k_1-1).$$ We take $k_2=k_1-1$. Then $$5=xk_2$$ where $k_2$ is now an integer. This show that $x$ is a factor of $5$, that is, $x$ divides $5$.2017-02-06
  • 0
    We use induction to statement that involves "For all $n\in\Bbb N, P(n)$". Your question is not of this form. So, induction is not an alternate way of proving your question.2017-02-06
  • 0
    your welcome =) so this step was mostly algebra and factoring?2017-02-06
  • 0
    Yeah precisely. All of us need good background in algebra.2017-02-06

4 Answers 4

0

Result: If $a|b$ and $a|c$ then $a|(b-c)$.

Since $x|(x+5)$ and $x|x$, we get $$x|[(x+5)-x]$$ and so $x|5$.

5

Write out the definitions:

$$xk=x+5\iff x(k-1)=5$$

Hence $x|5$.

1

Use this ,When $ a|b ,a|c \to a|mb+nc$ $$x|x+5\\x|x\\x|m(x+5)+n(x)$$ take $m=1,n=-1$ so $$x|1(x+5)-(x) \to x|5$$

0

Hint. Write $5$ as the difference of two quantities both of which are divisible by $x$.