

InterviewSolution
Saved Bookmarks
1. |
दो संख्याओं का गुणनफल 2500 है, यदि पहली संख्या दूसरे की 4 गुना हो, तो दोनों संख्याओं का योग होगा।A. 25B. 125C. 225D. 250 |
Answer» Correct Answer - B Let the one number is `x` and other number will be `=4x` According to question `implies(4x)(x0=2500` `4x^(2)=2500` `x^(2)=625` Ist no `to x=25` II nd no `to 4x=4xx25=100` sum `=100+25=125` |
|