

InterviewSolution
Saved Bookmarks
1. |
State whether the statements are True or False.If a, b and c are integers and b ≠ 0, then a × (b – c) = a × b – a × c |
Answer» True a × (b – c) = (a × b) – (a × c) (Distributive property of multiplication over subtraction) |
|