

InterviewSolution
Saved Bookmarks
1. |
P and q are whole numbers such that p=q then which of the followinga)p+q=p b)p+q=q |
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>Both are <a href="https://interviewquestions.tuteehub.com/tag/true-713260" style="font-weight:bold;" target="_blank" title="Click to know more about TRUE">TRUE</a> </p><p>Because </p><p>p=0 </p><p>q=0</p><p><strong>Step-by-step <a href="https://interviewquestions.tuteehub.com/tag/explanation-455162" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLANATION">EXPLANATION</a>:</strong></p><p>a---</p><p>p+q =p</p><p>q = p-p</p><p>q =0</p><p></p><p>b---</p><p>p+q =q</p><p>p=q-q</p><p>p=0</p></body></html> | |