finding least common multiples of polynomial pairs

despret said:
find least common multiple of 3x(x+2) and 6x(2x-3)
To learn how to find the LCM of polynomial expressions, try here.

Once you understand the basic terms and techniques, note that:

Code:
3x(x + 2)  =     3 * x * (x + 2)
6x(2x - 3) = 2 * 3 * x           * (2x - 3)
:wink:
 
Top