InterviewSolution
Saved Bookmarks
| 1. |
दो संख्याओं का गुणनफल 45 है तथा उनका अंतर 4 है, तो उनके वर्गों का योग ज्ञात करें।A. 135B. 240C. 73D. 106 |
|
Answer» Correct Answer - D Let two numbers are `x` and `y` According to the question `xy=45` `x-y=4` `:.(x-y)^(2)=x^(2)+y^(2)-2xy` `implies x^(2)+y^(2)=(x-y)^(2)+2xy` `= gtx^(2)+y^(2)=16+90` `implies x^(2)+y^(2)=106` |
|