InterviewSolution
Saved Bookmarks
| 1. |
If a N = `{ ax : x in N}` then the set `4N cap 6N` isA. 8NB. 10 NC. 12 ND. Non of these |
|
Answer» Correct Answer - C `4N={4,8,12,16,20,24….} and 6N ={6,12,18,24…} Hence ,`4N cap 6N`={ 12,24,36 …} = 12 N` |
|