

InterviewSolution
Saved Bookmarks
1. |
If the sum of odd terms and the sum of even terms in (x + a)^nare p and q respectively then p^2 - q^2 = |
Answer» <html><body><p>`(x^2 +a^2)^<a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a>` <br/>`(x^2- a^2)^n` <br/>`(a^2 - x^2)^n` <br/>`x^2 - a^2` </p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a></body></html> | |