Saved Bookmarks
| 1. |
If a=1,2,3,4 b=2,4,6,8 find aub and anb and a-b |
|
Answer» Step-by-step EXPLANATION: aub=1,2,3,4,6,8 anb=2,4 a-b=1,3 |
|