226k views
0 votes
I need big help with this one, please!

I need big help with this one, please!-example-1
I need big help with this one, please!-example-1
I need big help with this one, please!-example-2
I need big help with this one, please!-example-3
User Skulled
by
5.2k points

1 Answer

4 votes

I'll assume the question marks are due to some buggy code, and that the expression you're supposed to simplify is just


(x^2+9x+20)/(x+7)

We carry out the division algorithm:

Since
x^2=x\cdot x, we can multiply
x+7 by
x to get
x^2+7x. Then subtracting this from
x^2+9x+20 gives a remainder of


(x^2+9x+20)-(x^2+7x)=2x+20

Next, since
2x=2\cdot x, we can multiply
x+7 by
2 to get
2x+14, then subtracting this from the previous remainder gives a new remainder of


(2x+20)-(2x+14)=6

To summarize, we simplified the rational expression as


(x^2+9x+20)/(x+7)=x+(2x+20)/(x+7)=x+2+\frac6{x+7}

so that the quotient terms is
x+2, and the remainder is
6.

User BNL
by
5.9k points