is such that , and three sides of this triangle are three consecutive integers. Find the lengths of these three sides.
Let the lengths be , , and . Write the answer as
Notation: denotes the factorial notation.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
From 3B + 2C = 180, and A + B + C = 180, we get that B < C < A. Now let c = x - 1, a = x, and b = x + 1. From the Law of Cosines: (1) c^2 = a^2 + b^2 -2ab*cos(B),or substituting, (x - 1)^2 = x^2 + (x + 1)^2 - 2x(x + 1)cos(b), and B = Arccos[(x + 4)/(2(x + 1))]. Similarly, C = Arccos[(x^2 + 2)/(2(x^2 - 1))]. We then have the non-linear equation: 3B + 2C = pi to be solved numerically for x upon substituting the expressions for B and C. Newton-Raphson would work well and the solution is x = 3. So c = 2, a = 3, and b = 4. a^b + c! = 3^4 + 2! = 81 + 2 = 83.