Education Technology

Solution 34793: Calculating the GCD() (Greatest Common Divisor) on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

How do I calculate the gcd() (greatest common divisor) on the TI-83 Plus and TI-84 Plus family of graphing calculators?

The gcd() function is used to calculate the greatest common divisor of two arguments of which must be nonnegative integers. When listA and listB are specified, gcd( returns a list of the gcd of each pair of elements. If list and value are specified, gcd( finds the gcd of each list and value. The proper syntax for the gcd() functions are listed below.

gcd(valueA,valueB)

gcd({listA},{listB})

gcd({list}, value)

The gcd() function can be located by following the keystrokes provided below.

To find gcd of two values:

• Press [MATH] [►] [9].
• Press [2] [5] [,].
• Press [1] [2] [5].
• Press [)] [ENTER].

To find the gcd of two lists:

• Press [MATH] [►] [9].
• Press [{] [2] [0] [,].
• Press [4] [8] [}].
• Press [,] [{] [6] [2] [,].
• Press [1] [2] [2] [}].
• Press [)] [ENTER].

To find the gcd between a list and a value:

• Press [MATH] [►] [9].
• Press [{] [3] [3] [,].
• Press [9] [9] [}].
• Press [,] [3] [)].
• Press [ENTER].

Please see the TI-83 Plus and TI-84 Plus Family guidebooks for additional information.

Last updated: 6/15/2023