The value of x is 1/5
Step-by-step explanation:
In a probability distribution, probability should be between 0 and 1. The probabilities add up to one.
Given probabilities are:

The sum of these probabilities will be equal to 1.
So,
To find x,

The value of x is 1/5
Keywords: Probability, Distribution
Learn more about probability at:
#LearnwithBrainly
Answer:
The quotient of any two numbers can be written as:
A/B
such that:
A, B ∈ {R}
Where {R} is the set of all real numbers.
But we also have the restriction that the denominator, B in this case, must be different than zero.
So we can define the set:
{R \ {0}}
As the set of all the real numbers minus the element 0.
So in this set we do not have the number zero, so now we can write our expression as:
A/B
A ∈ {R}, B ∈ {R \ {0}}
Answer: y=1
Explanation: all you have to do is plug in “-1” where x is. So you get: y=2(-1) +3.
Simplify and you have -2+3 which is 1
Hope this helped and pls mark as brainliest!
~ Luna
Answer:
srry think its to late
Step-by-step explanation:
Answer:
Step-by-step explanation:
Reduction to normal from using lambda-reduction:
The given lambda - calculus terms is, (λf. λx. f (f x)) (λy. Y * 3) 2
For the term, (λy. Y * 3) 2, we can substitute the value to the function.
Therefore, applying beta- reduction on "(λy. Y * 3) 2" will return 2*3= 6
So the term becomes,(λf. λx. f (f x)) 6
The first term, (λf. λx. f (f x)) takes a function and an argument, and substitute the argument in the function.
Here it is given that it is possible to substitute the resulting multiplication in the result.
Therefore by applying next level beta - reduction, the term becomes f(f(f(6)) (f x)) which is in normal form.