533,745 views
17 votes
17 votes
if a number is divisible by two co-prime numbers then it is also divisibe by their product true or false

User Mmattax
by
3.1k points

1 Answer

16 votes
16 votes

Answer:

Hello,

Answer TRUE.

Explanation:

a | n is read, a divide n.

if a | n => n=a*q

if b | n => b | a*q , since gcd(a,b)=1, b | q ==> b=q*k

n=a*q=a*b*k=(a*b)*k so a*b | n

User Ranjithkumar
by
3.1k points