A system of equation is consistent if there is at least one solution. Since this system of equations has a single solution, it is consistent, the answer is true.
Answer:
9.11*10^-4 %
Step-by-step explanation:
To find the probability, you simply need to find the possible outcomes that allows no rooks to be in danger, and the possible amount of ways to place the rooks.
For the first outcome, you start by putting 1 rook in the first columns, you have 8 possible rows to do this. The next rook in the next column will only have 7 possible rows, as you have to exclude the one where the previous rook is located. The next rook, 6 possibilities, the next 5, and so on. So we conclude that the total amount of ways so that none of the rooks can capture any of the other rooks is 8*7*6*5*4*3*2*1 = 8! = 40320
In order to find the total amount of ways to place the rooks, you can just use a combinatoric:
![\left[\begin{array}{ccc}64\\8\end{array}\right]= \frac{64!}{8!(64-8)!} = 4.43*10^9](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D64%5C%5C8%5Cend%7Barray%7D%5Cright%5D%3D%20%5Cfrac%7B64%21%7D%7B8%21%2864-8%29%21%7D%20%3D%204.43%2A10%5E9)
Then:
P = 
Answer:
X would equal -2. I hope this helps!
Answer:
width = 2 units
Step-by-step explanation:
If the length of a rectangle is (x) units, then that means that the width of a rectangle is x - 4 units.
the area of a rectangle is length * width
so just substitute the values that we have now.
x (length) * (x-4) width = 12 (area of rectangle)
so that gives us
x^2 - 4x =12
subtract 12 from both sides
x^2 - 4x - 12 =0
now factor this equation
x^2 + 2x - 6x -12 = 0
x(x+2) - 6(x+2) = 0
(x-6)(x+2) = 0
x = 6, or x = -2 REMEMBER THAT VALUE OF x = LENGTH, IT CANNOT BE NEGATIVE AS YOU CANT HAVE NEGATIVE VALUE OF A SIDE
length = 6, and width = 6 -4 = 2