WGU C960 Discrete Mathematics II (New
2026/ 2027 Update) Questions & Answers
{Grade A} 100% Correct (Verified
Solutions)
2.3.3: Computing div and mod
Compute the following value:
1) 17 mod 6 - correct answer 5
The answer is the remainder of 17 divided by 6.
17 = 2 · 6 + 5
2.3.3: Computing div and mod
Compute the following value:
2) 23 div 5 - correct answer 4
,Starting with 23, 5 can be subtracted 4 times until the result yields a number in the
range from 0 through 4.
23 - 4 · 5 = 3
23 = 4 · 5 + 3
2.3.3: Computing div and mod
Compute the following value:
3) -10 mod 5 - correct answer 0
Starting with -10, when 5 is added 2 times to -10, the result is 0, which is in the range
from 0 through 4.
-10 + 2 · 5 = 0
-10 = -2 · 5 + 0
2.3.3: Computing div and mod
,Compute the following value:
4) -13 div 6 - correct answer 5
Starting with -13, when 6 is added 3 times to -13, the result is 5, which is in the range
from 0 through 5.
-13 + 3 · 6 = 5
-13 = -3 · 6 + 5
2.3.3: Computing div and mod
Compute the following value:
5) -13 div 6 - correct answer -3
Starting with -13, 6 is added 3 times until the result yields a number in the range from
0 through 5.
, -13 + 3 · 6 = 5
-13 = -3 · 6 + 5
Exercise 2.3.1: Computing div and mod
Compute the value of the following expressions:
a) 344 mod 5 - correct answer 344 = 68·5 + 4, so 344 mod 5 = 4.
Exercise 2.3.1: Computing div and mod
Compute the value of the following expressions:
b) 344 div 5 - correct answer 344 = 68·5 + 4, so 344 div 5 = 68
Exercise 2.3.1: Computing div and mod
Compute the value of the following expressions:
2026/ 2027 Update) Questions & Answers
{Grade A} 100% Correct (Verified
Solutions)
2.3.3: Computing div and mod
Compute the following value:
1) 17 mod 6 - correct answer 5
The answer is the remainder of 17 divided by 6.
17 = 2 · 6 + 5
2.3.3: Computing div and mod
Compute the following value:
2) 23 div 5 - correct answer 4
,Starting with 23, 5 can be subtracted 4 times until the result yields a number in the
range from 0 through 4.
23 - 4 · 5 = 3
23 = 4 · 5 + 3
2.3.3: Computing div and mod
Compute the following value:
3) -10 mod 5 - correct answer 0
Starting with -10, when 5 is added 2 times to -10, the result is 0, which is in the range
from 0 through 4.
-10 + 2 · 5 = 0
-10 = -2 · 5 + 0
2.3.3: Computing div and mod
,Compute the following value:
4) -13 div 6 - correct answer 5
Starting with -13, when 6 is added 3 times to -13, the result is 5, which is in the range
from 0 through 5.
-13 + 3 · 6 = 5
-13 = -3 · 6 + 5
2.3.3: Computing div and mod
Compute the following value:
5) -13 div 6 - correct answer -3
Starting with -13, 6 is added 3 times until the result yields a number in the range from
0 through 5.
, -13 + 3 · 6 = 5
-13 = -3 · 6 + 5
Exercise 2.3.1: Computing div and mod
Compute the value of the following expressions:
a) 344 mod 5 - correct answer 344 = 68·5 + 4, so 344 mod 5 = 4.
Exercise 2.3.1: Computing div and mod
Compute the value of the following expressions:
b) 344 div 5 - correct answer 344 = 68·5 + 4, so 344 div 5 = 68
Exercise 2.3.1: Computing div and mod
Compute the value of the following expressions: