Sign In
Is a+b Divisible by c? Yes
Is b-a Divisible by c? Yes
Explanation: See solution.
We are given that there are two whole numbers a and b, both of which are divisible by c. Let's recall what it means if one number is divisible by the other number.
|
If m is divisible by n, we can rewrite m as the product of n and some factor. |
In our case, this means that we can rewrite a and b as products of c and some other whole numbers m and n. Additionally, because b > a, the value of n must be greater than m.
Using factoring, we were able to rewrite a+b as the product of c and m+n. This means that a+b is divisible by c. We can check b-a in the same way.
Because we are able to rewrite b-a as the product of c and a positive whole number n-m, the difference b-a is also divisible by c.
| Expression | Substitute | Factored Form |
|---|---|---|
| 6+ 9 | 3* 2+ 3 * 3 | 3(2+3) |
| 9- 6 | 3* 3- 3 * 2 | 3(3-2) |
We were able to rewrite a+b and b-a as the product of 3 and some other factor. This means that for our example a, b, and c, both a+b and b-a are divisible by c.