Unfortunately you have not included the directions. Are you supposed to solve for x? or for y?
Suppose the directions say, "Solve for x." Then, clear out the decimal fraction by mult. both sides of the given equation by 10. This will give you the solution, that is, a formula for x in terms of y.
Answer:
No
Step-by-step explanation:
7/10 is 0.7
2/4 is 0.5
0.7>05
Answer: x = -1 and y = -2
Step-by-step explanation:
So if you know y = x-1 you can plug that in where y is in the first equation
-4x + 3(x-1) = -2
Distribute the 3:
-4x +3x -3 = -2
Combine like terms:
-x -3 = -2
Add 3 to both sides:
-x = 1
Multiply by -1:
X = -1
Then you plug that into the other equation to get y=(-1)-1
Which is -2
Answer:
I believe its D , to increase the acceleration of a object you have to increase the force preferably ,the mass kind of slows it down because of the weight .
But d is the most legit answer so :p
hoped I helped -
Sleepy~
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:
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.