How do you divide #(6x ^ { 3} + 17x ^ { 2} + 13x + 20)# by #( 2x + 5)#?

2 Answers
Oct 11, 2017

Quotient #3x^2+x+4#, Remainder #0#

Explanation:

By synthetic division

Denominator may be written as #2*(x+(5/2)# so that, first we can divide by (x+(5/2))# and then by 2 as a second step.
……………………………………………………………………
-(5/2)…….|...…6……17…….13………20
……………..|………….-15……-5……..-20
……………..|_________
…………………..6…….2…….8……….0

We have divided by #(x+(5/2))# where as we have to divide it by #(2x+5)# which is nothing but #2*(x+(5/2))#
So we should divide the quotient by 2 to get the answer.
#(6x^2+2x+8)/2=3x^2+x+4# which is the actual quotient and Remainder remains 0.

Quotient #(6x^2+2x+8)/2#, Remainder #0#

Oct 11, 2017

#3x^2+x+4#

Explanation:

#color(blue)("Preamble")#

Division is part and parcel of multiplication.

This approach is really the same as LinaM but looks different.

The problem is that marking schemes for exams are very strict and (particularly in UK) are based on a particular approach. If that approach is not used then there is every chance you will not get method marks. Method marks are what you are after. The correct answer is the icing on the cake. If you have the wrong answer but are awarded method marks then your attempt is not a total loss.

The approach to use is that shown to you by your teacher.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Answering your question")#

#color(white)("ddddddddddddd")6x^3+17x^2+13x+20#
#color(magenta)(3x^2)(2x+5)color(white)("d")->ul(6x^3+15x^2 larr" Subtract" )#
#color(white)("ddddddddddddddd")0+2x^2+13x+20#
#color(magenta)(x)(2x+5)color(white)("d")->color(white)("ddddddd")ul(2x^2+5xlarr" Subtract" )#
#color(white)("ddddddddddddddddddd.d")0+8x+20#
#color(magenta)(4)(2x+5)color(white)("d")->color(white)("dddd.dddddd.d")ul( 8x+20 larr" Subtract")#
No remainder so stop#color(white)("ddddddddd")0+0#

#color(magenta)(3x^2+x+4)#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Check")#

#color(white)("dddddd")3x^2+x+4#
#color(white)("ddddd")ul(color(white)("ddddd")2x+5)#
#color(white)(d)6x^3+2x^2+8x#
#color(white)("d")ul(color(white)("dddd")15x^2+5x+20color(white)("ddd")) larr" Add"#
#6x^3+17x^2+13x+20# as required.

color(white)("d")