Answer:
the answer is B the image will be in quadrant III
Step-by-step explanation:
Answer:
I think that I am right. One train is traveling at 75 mph and the other train is traveling at 91 mph
Step-by-step explanation:
P(t)=500(1+4t/(50+t^2 ))
P'(t) = 500 [(50+t^2).4 - 4t.2t]/(50+t^2)^2
by the quotient rule
500 (-4t^2 + 200)/(t^2 + 50)^2
Hence
P'(2) = 500 . (-16 + 200)/54^2 ~= 31.6
Answer:
see below
Step-by-step explanation:
Oddly enough, it is the one that with f(x) <em>reflected over the y-axis</em>. All points on the graph are mirrored across that axis (x is changed to -x, y is left alone).
If A and B are equal:
Matrix A must be a diagonal matrix: FALSE.
We only know that A and B are equal, so they can both be non-diagonal matrices. Here's a counterexample:
![A=B=\left[\begin{array}{cc}1&2\\4&5\\7&8\end{array}\right]](https://tex.z-dn.net/?f=A%3DB%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%262%5C%5C4%265%5C%5C7%268%5Cend%7Barray%7D%5Cright%5D)
Both matrices must be square: FALSE.
We only know that A and B are equal, so they can both be non-square matrices. The previous counterexample still works
Both matrices must be the same size: TRUE
If A and B are equal, they are literally the same matrix. So, in particular, they also share the size.
For any value of i, j; aij = bij: TRUE
Assuming that there was a small typo in the question, this is also true: two matrices are equal if the correspondent entries are the same.