HCF of polynomials

37 Views Asked by At

If hcf(P,Q)=hcf(P,R)=1 then hcf(P,QR)=1 ,how would I try a prove this, I tried using Bezout's Lemma to get APR-R=-B(QR), but how would I proceed?

1

There are 1 best solutions below

0
On

One possibility, using Bézout, is to find $s, t, u, v$ such that $$ s P + t Q = 1 = u P + v R, $$ and then compute $$ 1 = s P + t Q = s P + t Q \cdot 1 = s P + t Q (u P + v R) = \dots $$