Given m = 1 + 2 and n = 1 − 2 , find the value of k where ( 3 m 2 − 6 m − k ) ( 5 n 2 − 1 0 n + k ) = 1 6 .
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 the given expression, we know that m + n = 2 and m n = − 1 , and m and n can be assumed as the roots of the quadratic equation x 2 − 2 x − 1 = 0 .
Therefore, m 2 − 2 m − 1 = 0 , m 2 − 2 m = 1 and n 2 − 2 n − 1 = 0 , n 2 − 2 n = 1 .
Substitute m 2 − 2 m = 1 and n 2 − 2 n = 1 into the given equation, we get ( 3 ( 1 ) − k ) ( 5 ( 1 ) + k ) = 1 6 .
By solving the equation, our final answer will be k = − 1 .
Problem Loading...
Note Loading...
Set Loading...
m = 1 + 2 ⟹ ( m − 1 ) 2 = 2 ⟹ m 2 − 2 m = 1 Similarly, n 2 − 2 n = 1 .
Given equation can be written as:
( 3 ( m 2 − 2 m ) − k ) ( 5 ( n 2 − 2 n ) + k ) = 1 6
⟹ ( 3 ( 1 ) − k ) ( 5 ( 1 ) + k ) = 1 6
⟹ k 2 + 2 k + 1 = 0 ⟹ ( k + 1 ) 2 = 0 ⟹ k = − 1