InterviewSolution
Saved Bookmarks
| 1. |
If the product of two whole numbers is 1, can we say that one or both of them will be 1? Justify through examples. |
|
Answer» `1*1= 1` `2*1 != 1` `1*2 != 1` we can say that both of them should be 1. then only , the product will be one |
|