find the zeroes of polynomial..
Attachments:
![](https://hi-static.z-dn.net/files/d8f/47c8eb84b0497fe628f3a7e5287259e9.jpg)
Answers
Answered by
2
here is your solution,hope it will help you
Attachments:
![](https://hi-static.z-dn.net/files/d85/21d8b4957c7ab50343d30f910c91ca69.jpg)
Answered by
10
Answer:
⇒ x = c/b ______________(i)
⇒ x = -b/a _____________(ii)
Step-by-step explanation:
Given polynomial:
• p(x) = abx² + ( b² - ac ) x - bc
Now,
⇒ abx² + b²x - acx - bc = 0
⇒ bx ( ax + b ) - c ( ax + b ) = 0
⇒ ( bx - c ) ( ax + b ) = 0
Here,
( bx - c )____________(i)
( ax + b )___________(ii)
Finding zeroes of the given polynomial (i) & (ii) :
⇒ bx - c = 0
⇒ bx = c
⇒ x = c/b ______________(i)
⇒ ax + b = 0
⇒ ax = - b
⇒ x = -b/a _____________(ii)
Similar questions