With 2 dices we have all 6x6=36 ways.
But for two conditions: sum 8 and both even numbers, we have only: (2;6), (6;2), (4;4). That's all.
And the probability is 3/36= 1/12
Have fun
4x - 5y = -12
-x + 5y = 18
Add the equations together:
4x + -x = 3x
-5y + 5y = 0
-12 + 18 = 6
So now you have:
3x = 6
Divide both sides by 3:
X = 2
Now you have the value of x, replace x with 2 in one of the equations and solve for y:
4(2) -5y = -12
8 -5y = -12
Subtract 8 from both sides:
-5y = -20
Divide both sides by -5:
Y = 4
The solution is x = 2 and y = 4 which is written as (2,4)
Answer : 20 - 12y
Step-by-step explanation:
Quadratic formula is x = -b+ or- sq rt b^2-4ac / 2a
a=2 b=5 c=-3
-5 +or- sqrt 5^2-4(2)(-3) / 2(2)
-5 +or- sqrt 49/ 4
-5 + 7 /4 = 2/4 = 1/2
-5 - 7 /4 = -12/4 = -3
Factoring a*c is 2*-3 =-6
Factors of -6 that add to 5 are 6 and -1
Split 5x into +6x-1x
2x^2+6x-1x-3 and group
2x(x+3)-1(x+3)
(x+3)(2x-1)=0
x+3=0 gives x=-3
2x-1=0 gives x=1/2
I think it’s A I’m not sure