Determine whether the following statements are true or false, and then prove answers

$\begingroup$

Determine whether statement is true or false, and then prove answer.
For all integers $a,b,c$:
a) if $a|bc$ and gcd$(a,b) = 1$ then $a|c$
b) if $a|c$ and $a|b$ and gcd$(a,b) = 1$ then $ab|c$.

I've answered versions of these questions without the "and gcd$(a,b) = 1$", but I'm not sure if and how that affects whether the statement is true or false.

$\endgroup$ 4

1 Answer

$\begingroup$

Bezout's identity. If $a$ and $b$ are relatively prime then there exist integers $x,y$ such that $ax+by=1$

Multiply both sides by $c$ for the first part and see what you can deduce.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like