InterviewSolution
Saved Bookmarks
| 1. |
Find out whether 323 is divisible by 17. |
|
Answer» Solution :STEP 1: `32 3 rArr 32 - 3 XX 5 = 17 ` [`THEREFORE` 5 is the negative osculator of 17] therefore 323 is divisible by 17. |
|