That would equal 1/4:)
hope i helped chu out
The equation is(√7)^6x = 49x - 6
This equation can be solved by iteration.
Rearranging:
x = ( (√7)^6x + 6 )/49
We start with a value of x = 3.
This value can be substituted to the right side and new value of x can be obtained. This new value can be substituted again to the right side of the equation and another new value for x is obtained. This process is repeated until the old and new values of x are the same.
The result is,x = 0.5
Answer:
Option C. (2x+3)(6x – 5) is the correct answer.
Step-by-step explanation:
Given polynomial(trinomial) is:
The given trinomial is quadratic. Factorization will be as follows:
Multiplying the co-efficient of x^2 and the constant results in 180. We have to make factors of 180 in such a way that their sum of difference is equal to the co-efficient of x.
The required factors are 18 and 10
So,
Hence,
Option C. (2x+3)(6x – 5) is the correct answer.
So factoring this would be:
(x-7)(x-3)
so the solution set is
{7, 3}
I'm not sure if this is what you were asking, if it wasn't, I'll edit it.
Vector a = (2, 1, 2)
Vector b = (1, 2, 4)
Vector p = (k, k, k)
Vector a to vector b = vector b - vector a = (1, 2, 4) - (2, 1, 2) = (1 - 2, 2 - 1, 4 - 2) = (-1, 1, 2)
Vector a to vector p = vector p - vector a = (k, k, k) - (2, 1, 2) = (k - 2, k - 1, k - 2)
Vector a to b is perpendicular to vector a to p if the dot product of vector a to vector b and vector a to vector p is equal to zero.
i.e. (-1, 1, 2) . (k - 2, k - 1, k - 2) = 0
-1(k - 2) + (k - 1) + 2(k - 2) = 0
-k + 2 + k - 1 + 2k - 4 = 0
2k -3 = 0
2k = 3
k = 3/2