You will have a 3:6 probability of getting an even number
In order to answer this question, we must break this mathematical expression up into a series of mathematical operations (exponent, multiplication,division, addition, and/or subtraction):
"4 times a number" - The word "times" implies that we have to multiply 4 by an unknown number. We can simply label this unknown number as x.
"cubed" - In order to "cube" a number, we must raise it to the third power, or have an exponent of 3. Our unknown number of x now becomes x3 because we raised it to the third power.
"decreased by 7" - The word "decreased" implies that we must subtract 7 from the product of 4 multiplied by x3
With all of the information we now have, we can form an algebraic expression for this problem.
"4 times a number cubed decreased by 3" now becomes:
4x3 - 7
Answer: x = -8 ; y = -6
Step-by-step explanation:
1*x-2*y=4
1*x = 4 + 2*y
x = 4 + 2*y
Now you replace the value of x on the following equation:
-1*x+10*y=8
-1*(4 + 2*y) = 8
-4 - 2*y = 8
-2*y = 8+4
-2*y = 12
y = -12/2
y = -6
You replace the value of y in the previous equation:
x = 4 + 2*y
x = 4 + 2*(-6)
x = 4 - 12
x = -8