Correct option is B
Given:
96 bats
180 balls
We need to find the greatest number of players who can receive the same number of bats and balls.
Solution:
GCD of 96 and 180
We use the Euclidean algorithm to find the GCD:
Divide 180 by 96:
180÷96=1 (quotient)remainder=180−96=84
Now, divide 96 by 84:
96÷84=1 (quotient)remainder=96−84=12
Now, divide 84 by 12:
84÷12=7 (quotient)remainder=84−7×12=0
The greatest number of players who can receive the same number of bats and balls is 12.