standard from Ax +By = C
y = 4x+10
subtract 4x from each side
-4x+y = 10
or 4x - y = -10
Linear functions have to have the same slope between any 2 points
find the slope betwen them
slope betwen 2 points (x1,y1) and (x2,y2) is
(y1-y1)/(x2-x1)
given
(1,12) and (3,9)
slope=(9-12)/(3-1)=-3/2
if we wanted to chek furthere, we check (3,9) and (5,6) and fnd that the slope is also -3/2
so
y=mx+b
m=slope
b=yint
y=-3/2x+b
find b
if x=1 then y=12
12=-3/2+b
add 3/2 both sides
12+3/2=b
13+1/2=b
26/2+1/2=b
27/2=b
y=-3/2x+27/2
try them
we have 2 x values
7 and 3
input them and see their outputs
for x=7
y=-3/2(7)+27/2
y=-21/2+27/2
y=6/2
y=3
(7,3) is a valid point
for x=3
hold a second, we already have a x=3
it is (3,9)
none of them
answer is (7,3)
Answer:
Letter a)
Step-by-step explanation:
quizlet
The volume of the cylinder is given by:
V = pi * r ^ 2 * h
For h = 12cm:
V1 = pi * ((21) ^ 2) * (12)
V1 = 16625.30832 cm ^ 3
For h = 11.9cm:
V2 = pi * ((21) ^ 2) * (11.9)
V2 = 16486.76409 cm ^ 3
The change in volume is given by:
V1-V2 = 16625.30832-16486.76409
V1-V2 = 138.54423 cm ^ 3
Answer:
the change in the volume is:
V1-V2 = 138.54423 cm ^ 3
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.