47.2k views
1 vote
if a number is divisible by two co-prime numbers then it is also divisibe by their product true or false

User BKM
by
3.8k points

1 Answer

6 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 Natronite
by
4.4k points