Check whether g(y) is a factor of f(y) by applying the division algorithm. if YES type 1 as answer and if NO type 0 as answer
Open in App
Solution
f(y)=2y4+3y3−2y2−9y−12
g(y)=y2−3 Applying Division algorithm, we get f(y)=g(y)q+r where q and r are unique integer and 0<=r<g(y). If r=0, then g(y) is a factor f(y) Thus, q=f(y)g(y)