help with factoring by grouping

lsosa02

New member
Joined
Apr 5, 2006
Messages
17
i would appreciate anyones help with this problem . Thank you.

the problem is: acx^m+n+adx^n+bcx^m+bd

the directions say to factor this into two groups . To assume that a,b,c and dare constants . Then it says to varify the factorization by multipliying .

[/u]
 
acx^(m+n)+adx^n+bcx^m+bd
Grouping as
ax^n*(cx^m+d)+b(cx^m+d)
It factors into
(ax^n+b)(cx^m+d)
 
Hello, lsosa02!

How about using parentheses and spaces?
It's really difficult to guess what you meant . . .

Factor: acxm+n+adxn+bcxm+bd\displaystyle acx^{m+n}\,+\,adx^n\,+\,bcx^m\,+\,bd

The directions say to factor this into two groups and assume that a,b,c and dare constants.
Then it says to varify the factorization by multipliying.
Factor the first two terms: acxm+n+adxn\displaystyle \,acx^{m+n}\,+\,adx^n
They have a common factor: axn\displaystyle \,ax^n
Factor it out: axn(cxm+d)\displaystyle \,ax^n(cx^m\,+\,d)

Factor the last two terms: bcxm+bd\displaystyle \,bcx^m\,+\,bd
They have a common factor: b\displaystyle \,b
Factor it out: b(cxm+d)\displaystyle \,b(cx^m\,+\,d)

We have: axn(cxm+d)+b(cxm+d)\displaystyle \,ax^n(\underbrace{cx^m\,+\,d})\,+\,b(\underbrace{cx^m\,+\,d})
. . . . . . . . Do you see the common factor?

Factor it out: \(\displaystyle \:(cx^m\,+\,d)\,(ax^n\,+\,b)\;\;\) . . . There!

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Check

Multiply it out ("FOIL") . . .

We have: (cxm+d)(axn+b)\displaystyle \,(cx^m\,+\,d)(ax^n\,+\,b)

      =  (cxm)(axn)+(cxm)(b)+(d)(axn)+(d)(b)\displaystyle \;\;\;=\;(cx^m)(ax^n)\,+\,(cx^m)(b)\,+\,(d)(ax^n)\,+\,(d)(b)

      =  acxm+n+bcxm+adxn+bd    \displaystyle \;\;\;=\;acx^{m+n}\,+\,bcx^m\,+\,adx^n\,+\,bd\;\; . . . check!
 
Top