Levans writes a positive fraction in which the numerator and denominator are integers, and the numerator is 2 greater than the denominator. He then writes several more fractions. To make each new fraction, he increases both the numerator and the denominator of the previous fraction by 1. He then multiplies all his fractions together. He has 3 fractions, and their product equals 10. What is the value of the first fraction he wrote?
As posted before:
(n+2) / n * ( n+3)/ (n+1) * (n+4) / (n+2) = 10 <==== Given
Simplifies to
1/n * (n+3) / ((n+1) * (n+4) )= 10
then:
(n^2 + 7n + 12 )/ (n^2 +n) = 10 Cross multiply and simplify to get :
9n^2 + 3n-12 = 0
Use Quadratic Formula with a = 9 b= 3 and c = -12 to find n = 1 (or - 4/3 <=== does not work)
So the first fraction would be 3/1