|
 |
 |
|
 |
|
right first attempt |
 |
|
right |
 |
|
wrong |
 |
|
 |
Quiz 5: Systems of Linear Equations
Question
Which of the following equations is/are linear in the variables x, y, z?
There is at least one mistake.
For example, choice (a)
should be false.
In a linear equation the variables cannot occur in the form of
squares. When x occurs it must be in the form kx for some constant k (and the
other terms must also be in this form).
There is at least one mistake.
For example, choice (b)
should be false.
Terms such as
ey are not permitted - the general form of a linear equation in x, y, z is
ax + by + cz = d for some constants a, b, c, d.
There is at least one mistake.
For example, choice (c)
should be true.
This equation is linear
in x, y, z because it is in the form ax + by + cz = d for some constants a, b, c, d.
There is at least one mistake.
For example, choice (d)
should be true.
This is a linear equation in x, y, z since we can think of it as
x + 0y + 78z = 31.
There is at least one mistake.
For example, choice (e)
should be false.
This equation is linear in the variables
u = sinx, v = cosy and w = tanz but is not linear in x, y, z.
There is at least one mistake.
For example, choice (f)
should be true.
This is
a linear equation in x, y, z since we can think of it as x - 2y + 0z = 0.
Your answers are correct
False. In a linear equation the variables cannot occur in the form of
squares. When x occurs it must be in the form kx for some constant k (and the
other terms must also be in this form).
False. Terms such as
ey are not permitted - the general form of a linear equation in x, y, z is
ax + by + cz = d for some constants a, b, c, d.
True. This equation is linear
in x, y, z because it is in the form ax + by + cz = d for some constants a, b, c, d.
True. This is a linear equation in x, y, z since we can think of it as
x + 0y + 78z = 31.
False. This equation is linear in the variables
u = sinx, v = cosy and w = tanz but is not linear in x, y, z.
True. This is
a linear equation in x, y, z since we can think of it as x - 2y + 0z = 0.
Which matrix is the augmented matrix of the linear system
| 3x + y + z - t | = 2 | |
| | x + y | = 1 | |
| | y - 2t | = 7 | | |
in the variables x, y, z, t?
Your answer is correct.
Not correct. Choice (b)
is false.
The second
row corresponds to the equation y + t = 1, which is not the correct second equation.
Not correct. Choice (c)
is false.
The third row corresponds to the equation x - 2y = 7,
which is not the correct third equation.
Not correct. Choice (d)
is false.
The third row
corresponds to the equation y - 2z = 7, which is not the correct third equation.
Which system of equations corresponds to the following augmented matrix?
Not correct. Choice (a)
is false.
Check the last row of the augmented matrix, in particular the signs!
Not correct. Choice (b)
is false.
Check the second and third rows of the augmented matrix.
Not correct. Choice (c)
is false.
Check the first row of the augmented matrix.
Your answer is correct.
Which two linear systems have exactly the same (unique) solution?
There is at least one mistake.
For example, choice (a)
should be true.
There is at least one mistake.
For example, choice (b)
should be false.
The solution to this system is x = 2, y = 1 which is not a solution to either of the
other two systems.
There is at least one mistake.
For example, choice (c)
should be true.
Your answers are correct
True.
False. The solution to this system is x = 2, y = 1 which is not a solution to either of the
other two systems.
True.
Find the solution of the system
| x + 5y + 7z | = -13 | |
| | 2y - z | = -1 | |
| | 3z | = 9 | | |
by back substitution.
Not correct. Choice (a)
is false.
Not correct. Choice (b)
is false.
Not correct. Choice (c)
is false.
Not correct. Choice (d)
is false.
Your answer is correct.
Which row operation should be performed next, in order to efficiently solve (by back
substitution) the system of equations corresponding to the following augmented
matrix?
Not correct. Choice (a)
is false.
Not correct. Choice (b)
is false.
Your answer is correct.
This is the best move because it will produce a new row 3 with entries
[0 0 - 5 | - 7] from which we immendiately see that the third variable is equal
to 7∕5. The remaining variables can now be found by back substitution.
Not correct. Choice (d)
is false.
Which option is the complete set of solutions of the equation x + 2y - 4z = 13,
written in parametric form with s and t as the parameters?
Not correct. Choice (a)
is false.
Not correct. Choice (b)
is false.
Not correct. Choice (c)
is false.
Your answer is correct.
Let x = s and y = t. Then
since z =  ( x + 2 y - 13), we must have z =  ( s + 2 t - 13) = - +  +  .
There is a unique solution of the following linear system. What is it?
| x1 + x2 - 3x3 | = -6 | |
| | - 7x2 + 7x3 | = 7 | |
| | 3x3 | = 9 | | |
Your answer is correct.
These values satisfy all three equations.
Not correct. Choice (b)
is false.
The first equation is not satisfied.
Not correct. Choice (c)
is false.
The first and second
equations are not satisfied.
Not correct. Choice (d)
is false.
None of the equation is satisfied.
The following augmented matrices represent different linear systems in x, y, z.
Which of the linear systems has a unique solution?
Not correct. Choice (a)
is false.
System A must have infinitely many solutions. Each row of the augmented
matrix is a multiple of the same row, namely [1 10 30 | 40]. So we have
essentially just one equation linking the three variable in system A. This means that
two parameters are needed to specify a complete set of solutions; that is A does not
have a unique solution.
Not correct. Choice (b)
is false.
This can’t be the right answer because in
system B, the first row is the sum of the second and third rows. This means
that the row operation on R1 which subtracts R2 from R1 will produce
a new first row identical to R3. This means that instead of having three
independent equations linking the three unknown variables, we have only two. In
fact, system B has infinitely many solutions.
Your answer is correct.
The unique solution is
x = -4, y = 1, z = 1.
Not correct. Choice (d)
is false.
Two of the following augmented matrices correspond to linear systems with no
solution (inconsistent systems). Which two are they?
There is at least one mistake.
For example, choice (a)
should be true.
This represents an inconsistent system. The second row corresponds to the
equation 3x + y = 1. However the third row corresponds to 3x + y = 2.
Clearly these are contradictory statements and therefore the system has no
solution.
There is at least one mistake.
For example, choice (b)
should be false.
This system has the unique solution z = 2, y = 8, x = -3, found
by back substitution.
There is at least one mistake.
For example, choice (c)
should be false.
This system has infinitely many solutions,
as the first row is the sum of the second and third rows. There are only two
independent equations involving the three unknowns, leading to infinitely many
solutions.
There is at least one mistake.
For example, choice (d)
should be true.
This represents an inconsistent system. If we multiply
the first row by 4 we obtain [4 12 8 | 8] which corresponds to the equation
4x + 12y + 8z = 8. However the second row corresponds to 4x + 12y + 8z = 7. Clearly
these are contradictory statements and therefore the system has no solution.
Your answers are correct
True. This represents an inconsistent system. The second row corresponds to the
equation 3x + y = 1. However the third row corresponds to 3x + y = 2.
Clearly these are contradictory statements and therefore the system has no
solution.
False. This system has the unique solution z = 2, y = 8, x = -3, found
by back substitution.
False. This system has infinitely many solutions,
as the first row is the sum of the second and third rows. There are only two
independent equations involving the three unknowns, leading to infinitely many
solutions.
True. This represents an inconsistent system. If we multiply
the first row by 4 we obtain [4 12 8 | 8] which corresponds to the equation
4x + 12y + 8z = 8. However the second row corresponds to 4x + 12y + 8z = 7. Clearly
these are contradictory statements and therefore the system has no solution.
|