- #1
- 78
- 0
when you have two numbers and you need find a number can can divide evenly into both is there an easy method to do this
There are some rules which can lessen the amount of work involved:when you have two numbers and you need find a number can can divide evenly into both is there an easy method to do this
Since there are no fractions involved here, you must mean "greatest common divisor". In fact there is no "greatest common denominator" for a set of fractions- there is the "least common denominator" which is a number into which all the denominators will divide.Are you thinking of the greatest common denominator?
Since there are no fractions involved here, you must mean "greatest common divisor". In fact there is no "greatest common denominator" for a set of fractions- there is the "least common denominator" which is a number into which all the denominators will divide.