

InterviewSolution
Saved Bookmarks
1. |
19. , , , , If O= {1, 3, 5, 7, ...}, P= {2, 3, 5, 7, ...}, then P-0= A. {1, 2, 3, 4, ...} B. {1, 3, 5, 7, ...} C. {3, 5, 7, ...} 19 |
Answer» <html><body><p>L.H.S = R.H.S.⇒ <a href="https://interviewquestions.tuteehub.com/tag/p-588962" style="font-weight:bold;" target="_blank" title="Click to know more about P">P</a>(<a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a>) <a href="https://interviewquestions.tuteehub.com/tag/istrue-2750595" style="font-weight:bold;" target="_blank" title="Click to know more about ISTRUE">ISTRUE</a> for n = 1Step <a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>: <a href="https://interviewquestions.tuteehub.com/tag/assume-384429" style="font-weight:bold;" target="_blank" title="Click to know more about ASSUME">ASSUME</a> that P(n)</p></body></html> | |