Answer: c. 8!
Step-by-step explanation:
We know , that if we line up n things , then the total number of ways to arrange n things in a line is given by :-
( in words :- n factorial)
Therefore , the number of ways 8 cars can be lined up at a toll booth would be 8! .
Hence, the correct answer is c. 8! .
Alternatively , we also use multiplicative principle,
If we line up 8 cars , first we fix one car , then the number of choices for the next place will be 7 , after that we fix second car ,then the number of choices for the next place will be 6 , and so on..
So , the total number of ways to line up 8 cars = 8 x 7 x 6 x 5 x 4 x 3 x 2 x1 = 8!
Hence, the correct answer is c. 8! .
The rule is +54
I know because to get from 108 to 162 you add 54.
Now the numbers that go on the spaces are:
54,108,162,216,270
PLEASE MARK IT THE BRAINLIEST AND GIVE A THANKS
I think question 2 is 3 millimeters
Because diameter = 2r (R = radius)
Can you find an explanation of "row operations" with examples in any of your learning materials, online or in print?
Once you get the hang of row ops, it's not terribly hard. This does, however, take a lot of arithmetic.
<span>−6x−y−5z=−10
− 5x+6y+4z=−7
2x−3y−2z=3
can be represented by the matrix
-6 -1 -5 -10
-5 6 4 -7
2 -3 -2 3
Our goal is to transform this 3 x 4 matrix so that it ends up looking like:
1 0 0 a
0 1 0 b
0 0 1 c
and the solution you want is the vector (a, b, c) (three numeric values).
</span>I have more or less arbitrarily chosen to start with the third row:
2 -3 -2 3. We want this row to begin with a 1, so we multiply each of the original four digits by (1/2), obtaining 1 -3/2 -2/2 3/2, or 1 -3/2 -1 3/2.
We can present the original matrix in any order without changing its value. Thus, the original
-6 -1 -5 -10
-5 6 4 -7
2 -3 -2 3
becomes
-6 -1 -5 -10
-5 6 4 -7
1 -3/2 -1 3/2
We want that "1" to appear in the upper, left hand corner of the matrix. We are free to interchange rows, so we interchange the first and 3rd rows, obtaining
1 -3/2 -1 3/2
-5 6 4 -7
-6 -1 -5 -10
Next, we manipulate the first row (which begins with 1) so as to get the first element of the 2nd and 3rd rows to be 0.
To achieve this for the 2nd row, we multiply the 1st row by 5, obtaining
5 -15/2 -5 15/2
and then we add this to the existing 2nd row. The result will be an "0"
in the first column:
0 (6-15/2) ( 4-5) (-7+15/2), or 0 -3/2 -1 1/2.
Substitute this new 2nd row for the original 2nd row. We'll now have:
1 -3/2 -1 3/2
0 -3/2 -1 1/2
-6 -1 -5 -10
Now we have to "fix" the 3rd row, so that it starts with a zero (0):
To accomplish this, mult. the first row by 6 and add the resulting new row to the existing 3rd row. Result should be 0 -10 -11 -1, and the revised matrix will be
1 -3/2 -1 3/2
0 -3/2 -1 1/2
0 -10 -11 -1
Next steps involve transforming the 2nd column so that it looks lilke
0
1
0.
To do this, mult. the entire 2nd row by -2/3, Here's the expected result:
0 1 2/3 -1/3
Replace the existing 2nd row with this revised 2nd row:
1 -3/2 -1 3/2
0 -3/2 -1 1/2
0 -10 -11 -1 becomes
1 -3/2 -1 3/2
0 1 2/3 -1/3
0 -10 -11 -1
In the end we want this matrix to look like
1 0 0 a
0 1 0 b
0 0 1 c
and the solution you want is the vector (a, b, c) (three numeric values).
Use this new 2nd row to further fix the 2nd column, so that it looks like
0
1
0.
I ask that you go thru this discussion and work out each set of calculations yourself, to verify what I have done so far. Reply with any questions that arise. We'll find a way to finish this solution.