Answer:
49/8 is the value of k
Step-by-step explanation:
We have the system
x = -2y^2 - 3y + 5
x=k
We want to find k such that the system intersects once.
If we substitute the second into the first giving us k=-2y^2-3y+5 we should see we have a quadratic equation in terms of variable y.
This equation has one solution when it's discriminant is 0.
Let's first rewrite the equation in standard form.
Subtracting k on both sides gives
0=-2y^2-3y+5-k
The discriminant can be found by evaluating
b^2-4ac.
Upon comparing 0=-2y^2-3y+5-k to 0=ax^2+bx+c, we see that
a=-2, b=-3, and c=5-k.
So we want to solve the following equation for k:
(-3)^2-4(-2)(5-k)=0
9+8(5-k)=0
Distribute:
9+40-8k=0
49-8k=0
Add 8k on both sides:
49=8k
Divide both sides by 8"
49/8=k
3 multiplied by ten to the second power
Answer:
The weight of the brick is 60 ounce to the nearest ounce
Step-by-step explanation:
In this question, we are asked to calculate the weigh of Lou’s brick given the dimensions of the shape of the brick and the weight of the clay.
To answer this question quite aptly, we need to know exactly the volume of the rectangular prism given the dimensions we have in the question.
To calculate this volume , we simply use the measurements we have to get it.
mathematically the volume of a rectangular prism is simply V = w * h * l
where w , h and l are width, height and length respectively.
now let’s calculate!
V = 3.5 * 2.25 * 8 = 63 inches^3
Now we need to know what the brick weigh in ounce. We already have the weight of the clay. now this is equal to the volume of the brick divided by the weight of the clay.
Mathematically this is = 63/1.055 = 59.72 ounce which is 60 ounce to the nearest ounce
Answer:
Matrix multiplication is not conmutative
Step-by-step explanation:
The matrix multiplication can be performed if the number of columns of the first matrix is equal to the number of rows of the second matrix
Let A with dimension mxn and B with dimension nxp represent two matrix
The multiplication of A by B is a matrix C with dimension mxp, but the multiplication of B by A is can't be calculated because the number of columns of B is not the number of rows of A. Therefore, you can notice that is not conmutative in general.
But even if the multiplication of AB and BA is defined (For example if A and B are squared matrix of 2x2) the multiplication is not necessary conmutative.
The matrix multiplication result is a matrix which entries are given by dot product of the corresponding row of the first matrix and the corresponding column of the second matrix:
![A=\left[\begin{array}{ccc}a11&a12\\a21&a22\end{array}\right]\\B= \left[\begin{array}{ccc}b11&b12\\b21&b22\end{array}\right]\\AB = \left[\begin{array}{ccc}a11b11+a12b21&a11b12+a12b22\\a21b11+a22b21&a21b12+a22b22\end{array}\right]\\\\BA=\left[\begin{array}{ccc}b11a11+b12a21&b11a12+b12a22\\b21a11+b22ba21&b21a12+b22a22\end{array}\right]](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da11%26a12%5C%5Ca21%26a22%5Cend%7Barray%7D%5Cright%5D%5C%5CB%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Db11%26b12%5C%5Cb21%26b22%5Cend%7Barray%7D%5Cright%5D%5C%5CAB%20%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da11b11%2Ba12b21%26a11b12%2Ba12b22%5C%5Ca21b11%2Ba22b21%26a21b12%2Ba22b22%5Cend%7Barray%7D%5Cright%5D%5C%5C%5C%5CBA%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Db11a11%2Bb12a21%26b11a12%2Bb12a22%5C%5Cb21a11%2Bb22ba21%26b21a12%2Bb22a22%5Cend%7Barray%7D%5Cright%5D)
Notice that in general, the result is not the same. It could be the same for very specific values of the elements of each matrix.
Surface area = 2(ab+bc+ac)
a=5.2 ft, b=2.4 ft, c=3.5ft
Surface area = 2(5.2 * 2.4 + 2.4 * 3.5 + 3.5 * 5.2) =
2(12.48 + 8.4 + 18.2) =
2 * 39.08 =
78.16 ≈ 78.2 ft² ← <span>to the nearest tenth</span>