If the coefficient matrix has a pivot in each column, it means that it is shaped like this:
![A=\left[\begin{array}{cccc}a_{1,1}&a_{1,2}&a_{1,3}&a_{1,4}\\0&a_{2,2}&a_{2,3}&a_{2,4}\\0&0&a_{3,3}&a_{3,4}\\0&0&0&a_{4,4}\end{array}\right]](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7Da_%7B1%2C1%7D%26a_%7B1%2C2%7D%26a_%7B1%2C3%7D%26a_%7B1%2C4%7D%5C%5C0%26a_%7B2%2C2%7D%26a_%7B2%2C3%7D%26a_%7B2%2C4%7D%5C%5C0%260%26a_%7B3%2C3%7D%26a_%7B3%2C4%7D%5C%5C0%260%260%26a_%7B4%2C4%7D%5Cend%7Barray%7D%5Cright%5D)
So, the correspondant system

will look like this:
![\left[\begin{array}{cccc}a_{1,1}&a_{1,2}&a_{1,3}&a_{1,4}\\0&a_{2,2}&a_{2,3}&a_{2,4}\\0&0&a_{3,3}&a_{3,4}\\0&0&0&a_{4,4}\end{array}\right]\cdot \left[\begin{array}{c}x_1\\x_2\\x_3\\x_4\end{array}\right] = \left[\begin{array}{c}b_1\\b_2\\b_3\\b_4\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7Da_%7B1%2C1%7D%26a_%7B1%2C2%7D%26a_%7B1%2C3%7D%26a_%7B1%2C4%7D%5C%5C0%26a_%7B2%2C2%7D%26a_%7B2%2C3%7D%26a_%7B2%2C4%7D%5C%5C0%260%26a_%7B3%2C3%7D%26a_%7B3%2C4%7D%5C%5C0%260%260%26a_%7B4%2C4%7D%5Cend%7Barray%7D%5Cright%5D%5Ccdot%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bc%7Dx_1%5C%5Cx_2%5C%5Cx_3%5C%5Cx_4%5Cend%7Barray%7D%5Cright%5D%20%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bc%7Db_1%5C%5Cb_2%5C%5Cb_3%5C%5Cb_4%5Cend%7Barray%7D%5Cright%5D)
This turn into the following system of equations:

The last equation is solvable for
: we easily have

Once the value for
is known, we can solve the third equation for
:

(recall that
is now known)
The pattern should be clear: you can use the last equation to solve for
. Once it is known, the third equation involves the only variable
. Once
Answer:
z= 3.63
z for significance level = 0.05 is ± 1.645
Step-by-step explanation:
Here p = 42% = 0.42
n= 500
We formulate our null and alternative hypotheses as
H0: p= 0.42 against Ha : p> 0.42 One tailed test
From this we can find q which is equal to 1-p= 1-0.42 = 0.58
Taking p`= 0.5
Now using the z test
z= p`- p/ √p(1-p)/n
Putting the values
z= 0.5- 0.42/ √0.42*0.58/500
z= 0.5- 0.42/ 0.0220
z= 3.63
For one tailed test the value of z for significance level = 0.05 is ± 1.645
Since the calculated value does not fall in the critical region we reject our null hypothesis and accept the alternative hypothesis that more than 42% people owned cats.
Answer: The point (0,0)
This point is also known as the origin
The reason why is because every direct variation equation is of the form y = k*x
where k is some fixed number
If we plugged in x = 0 it leads to y = k*x = k*0 = 0. So (x,y) = (0,0)