

InterviewSolution
Saved Bookmarks
1. |
If a|b and a|c, then?(a) a|bc(b) c|a(c) a|(b+c)(d) b|aI got this question in homework.This interesting question is from Algorithms topic in division Algorithms of Discrete Mathematics |
Answer» Right option is (C) a|(B+c) |
|