I've been self-studying from Stroud & Booth's amazing "Engineering Mathematics", and am currently on the "Algebra" section.
I've been working with division of algebraic expressions, and the book explains how to solve the simpler ones, such as:
$$(2{y}^2 - y - 10) \div (y + 2)$$
But, for the practice exercises, I have one that I absolutely have no clue where to start, and none of the examples or problem sets so far in the book come even close to it:
$$\frac{2r^3 + 5r^2 - 4r^3 + 3}{r^2 + 2r - 3}$$
Can anyone help me out, or point me in the right direction, please?
$$ \require{enclose} \begin{array}{rl} 2r + 1 \\[-3pt] r^2+2r-3 \enclose{longdiv}{2r^3+5r^2-4r+3}\kern-.2ex \\[-3pt] \underline{2r^3+4r^2-6r\quad\:\:} \\[-3pt] r^2+2r+3\, \\[-3pt] \underline{\: r^2+2r+3} \\[-3pt] \:6\, \end{array} \\[5pt]\begin{aligned} &\therefore 2r^3+5r^2-4r+3 \\ &= (2r+1)(r^2+2r-3) + 6 \\ &= (2r+1)(r-1)(r+3) + 6\end{aligned} $$
or,
$$ \frac{2r^3+5r^2-4r+3}{r^2+2r-3} = \underset{\text{quotient}}{\underbrace{2r+1}} + \overset{\text{remainder}}{\overbrace{\frac{6}{r^2+2r-3}}} $$