x^3+3x^2-x+2/x-1

What is the quotient?
What is the remainder?

To find the quotient and remainder, we can use polynomial long division.

```
x^2 + 4x + 3
________________________
x - 1 | x^3 + 3x^2 - x + 2
- (x^3 - x^2)
____________
4x^2 - x
- (4x^2 - 4x)
___________
3x + 2
- (3x - 3)
_________
5
```

Therefore, the quotient is x^2 + 4x + 3 and the remainder is 5.