

InterviewSolution
Saved Bookmarks
1. |
Let ` A ={x:x ` is a prime number less than `10}` and ` B={x:x in N, x "is a" ` factor of `12}`. Find `A cup B`. |
Answer» We have , ` A={2,3,5,7} and {1,2,3,4,6,12}`. `therefore A cup B ={ 2, 3,5,7 } cup {1,2,3,4,6, 12} ={1,2,3,4 ,5,6,7,12}`. |
|