The perpendicular bisector of the segment passes through the midpoint of this segment. Thus, we will initially find the midpoint P:
Now, we will calculate the slope of the segment support line (r). After this, we will use the fact that the perpendicular bisector (p) is perpendicular to r:
We can calculate the equation of
p by using its slope and its point P:
The value of the missing number to complete the linear equation are 31 and -10 respectively.
What is Algebraic expression ?
Algebraic expressions are the idea of expressing numbers using letters or alphabets without specifying their actual values. The basics of algebra taught us how to express an unknown value using letters such as x, y, z, etc. These letters are called here as variables. An algebraic expression can be a combination of both variables and constants. Any value that is placed before and multiplied by a variable is a coefficient.
Here the given tables shows the coordinates of the linear equation and to find the equation we consider any two points let suppose the those two points be (0,-10) and (1,21).
Now using slope formula to find the slope of line m :
m = (y₂-y₁)/ (x₂-x₁)
m = (21-(-10))/(1-0)
m = 31
Let us first find the equation of the line using point-slope equation of line :
(y-y₁) = m(x-x₁)
Substituting all the values in above equation to get the equation of line :
(y-(-10)) = 31(x-0)
(y+10) = 31x
y = 31x - 10
Therefore, the value of the missing number to complete the linear equation are 31 and -10 respectively.
check and know more about slope of line here :
brainly.com/question/14914699
#SPJ1
The second and the third one are similar.
The number of companies is quite large. That is, n is quite large.
The probability that a company declares bankruptcy is quite small , p is quite small.
np = the mean number of bankruptcies = 2 = a finite number.
Hence we can apply Poisson distribution for the data.
P (x=5 | mean =2) = e-2 25/5! = e-2 * 32/120 = 0.036089
Alternatively
=poisson(5,2,0) = 0.036089
P(x≥ 5 | mean =2) = 1- P( x ≤ 4) = 1- e-2 (1+2+22/2!+23/3!+24/4!)= 1-e-2 (1+2+2+8/6+16/24)= 1-e-2(7)
=0.052653
Alternatively
= 1- poisson(4,2,1) =0.052653
P(X > 5 | mean =2) = 1- p(x
≤ 5) =1- e-2 (1+2+22/2!+23/3!+24/4!+25/5!)= 1-e-2(7+4/15)
=0.016564
alternatively=1-poisson(5,2,1)
=0.016564