

InterviewSolution
Saved Bookmarks
1. |
Find the zero of the polynomial in each of the following cases.i) p(x) =2y+5ii)p(x)=x/2-7iii)) p(x) = 7x |
Answer» <html><body><p><strong><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a>:</strong></p><p>i) <a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a>:-</p><p>2y+5=0</p><p>=> 2y=-5</p><p>=> y=-5/2</p><p>ii) solution:-</p><p>x/2-7=0</p><p>=> x/2=7</p><p>=>x=7×2</p><p>=> x=14</p><p>iii) solution:-</p><p>7x=0</p><p>=> x=0/7</p><p>=> x=0</p></body></html> | |