Which of the following has the largest value?
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.
Problem Loading...
Note Loading...
Set Loading...
Well, we need to check every option to conclude our answer. So, get ready for some bashing. :P And we'll also use the quadratic formula to solve any quadratic equations we encounter.
Option 1: Continued Fraction Option
Take the fraction as y . We can formulate the following equation then:
y = 1 + y 1 ⟹ y 2 + y − 1 = 0 ⟹ y = 2 − 1 ± 5
Since the fraction cannot have a negative value, we will reject the negative solution of y . So, we have y = 2 5 − 1 .
Option 2: Iterated square root option
Take the expression as z . We can formulate the following equation then:
z 2 = 1 + z ⟹ z 2 − z − 1 = 0 ⟹ z = 2 1 ± 5
Just as before, the iterated square root expression here cannot have a negative value, so we will reject the negative solution of z . So, we have z = 2 1 + 5 .
Option 3: Trigonometric option
Let x = sin 1 8 ∘ . Now,
sin 7 2 ∘ = 2 sin 3 6 ∘ cos 3 6 ∘ ⟹ cos 1 8 ∘ = 4 sin 1 8 ∘ cos 1 8 ∘ ( 1 − 2 sin 2 1 8 ∘ ) ⟹ 1 = 4 sin 1 8 ∘ ( 1 − 2 sin 2 1 8 ∘ ) ⟹ 1 = 4 x ( 1 − 2 x 2 ) ⟹ 1 = 4 x − 8 x 3 ⟹ 8 x 3 − 4 x + 1 = 0 ⟹ ( 2 x − 1 ) ( 4 x 2 + 2 x − 1 ) = 0 ⟹ 4 x 2 + 2 x − 1 = 0 ⟹ x = 8 − 2 ± 2 0 = 4 − 1 ± 5
Here too, we cannot have a negative solution for x since sin 1 8 ∘ is the sine of a first quadrant angle and is clearly > 0 . So, negative solution of x is to be rejected.
Thus, x = 4 5 − 1 . Using this, we can easily compute the required value as,
2 cos 3 6 ∘ = 2 ( 1 − 2 sin 2 1 8 ∘ ) = 2 ( 1 − 2 x 2 ) = 2 1 + 5
So, we can see that both option 2 and option 3 are equal, so the correct answer is None of These.