144k views
4 votes
Select all that apply which of these statements are true regarding the division algorithm?

A) 18 mod 3=1
B) 18 div 3=6
C) 10 mod 6=4
D) 10 div 6=2

User Dan Kelly
by
8.6k points

1 Answer

2 votes

Final answer:

The division algorithm is used to divide one number by another and find the quotient and remainder. The true statements regarding the division algorithm are A) 18 mod 3 = 1 and B) 18 div 3 = 6.

Step-by-step explanation:

The division algorithm is used to divide one number by another and find the quotient and remainder. Let's analyze each statement:

  • A) 18 mod 3 = 1: This statement is true. When 18 is divided by 3, the remainder is 1.
  • B) 18 div 3 = 6: This statement is true. When 18 is divided by 3, the quotient is 6.
  • C) 10 mod 6 = 4: This statement is false. When 10 is divided by 6, the remainder is 4, not 4.
  • D) 10 div 6 = 2: This statement is false. When 10 is divided by 6, the quotient is 1, not 2.

Therefore, the correct statements are A) 18 mod 3 = 1 and B) 18 div 3 = 6.

User StilesCrisis
by
8.5k points