0

I don't know how to approach this. The correct answer is $2013$.

What is the value of

$$\frac{2013^3-2\cdot 2013^2\cdot 2014+3\cdot 2013\cdot 2014^2-2014^3+1}{2013\cdot 2014}\,?$$

I thought about using Binomial Theorem in some way as the format looks similar to the results you get, but couldn't follow through with it.

Brian M. Scott
  • 616,228

2 Answers2

3

Your idea of using the binomial theorem is a good one, but there’s a little more work to be done. Most of the numerator looks a lot like the result of expanding $(2013-2014)^3$, so you should start by writing out that expansion. Then you can easily see that the numerator is

$$(2013-2014)^3+2013^2\cdot 2014+1\,;$$

Can you finish it from there?

Brian M. Scott
  • 616,228
3

Consider the expression $$\frac{a^3 - 2a^2b + 3ab^2 - b^3 + 1}{ab}$$ where $a = 2013$ and $b = a+1 = 2014$

Put $b = a+1$ and simplify!

$$\frac{a^3 - 2a^2b + 3ab^2 - b^3 + 1}{ab} = \frac{a^2(a+1)}{a(a+1)} = a = 2013$$

PTDS
  • 3,464