InterviewSolution
Saved Bookmarks
| 1. |
इस तरह के प्राकृत संख्याओं के जोड़ों की संख्या कितनी है जिनके वर्गों का अंतर 45 है?A. 2B. 3C. 6D. 5 |
|
Answer» Correct Answer - B Let the numbers be `x` and `y (xgty)` According to the question `x^(2)-y^(2)=45` `(x+y)(x-y)=45` Make factor of 45 `{:(15xx3),(9xx5),(45xx1):}]` 3 pairs These pairs gives the value of `x` and `y` which satisfy the given condition. |
|