Answer:
a = 84/14
Step-by-step explanation:
The next step you would divide by 14 to get a=6 so I think the program wants you to input a = 84/14
if y=x^2
all you have to do is plug in the numbers like for y it would be
4=x^2 it would be -2 and 2
Answer:
5
Step-by-step explanation:
In a 30 60 90 triangle the shortest side is considered to be half the hypotenuse. So in this case, 10 is the hypotenuse and 10/2 = 5.
6!+7!+8!=(n)(6!)
calculate the individual values first:
6!=720
7!=5040
8!=40320
plug them into the equation:
720+5040+40320=n720
solve for n
5760+40320=n720
46080=n720
divide both sides by 720 to isolate n
46080/720=n720/720
64=n
Answer:
The set of polynomial is Linearly Independent.
Step-by-step explanation:
Given - {f(x) =7 + x, g(x) = 7 +x^2, h(x)=7 - x + x^2} in P^2
To find - Test the set of polynomials for linear independence.
Definition used -
A set of n vectors of length n is linearly independent if the matrix with these vectors as columns has a non-zero determinant.
The set is dependent if the determinant is zero.
Solution -
Given that,
f(x) =7 + x,
g(x) = 7 +x^2,
h(x)=7 - x + x^2
Now,
We can also write them as
f(x) = 7 + 1.x + 0.x²
g(x) = 7 + 0.x + 1.x²
h(x) = 7 - 1.x + 1.x²
Now,
The coefficient matrix becomes
A = ![\left[\begin{array}{ccc}7&1&0\\7&0&1\\7&-1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D7%261%260%5C%5C7%260%261%5C%5C7%26-1%261%5Cend%7Barray%7D%5Cright%5D)
Now,
Det(A) = 7(0 + 1) - 1(7 - 7) + 0
= 7(1) - 1(0)
= 7 - 0 = 7
⇒Det(A) = 7 ≠ 0
As the determinant is non- zero ,
So, The set of polynomial is Linearly Independent.