The product of the perpendicular lines is a negative one. Then the value of p will be negative 3.75.
<h3>What is coordinate geometry?</h3>
Coordinate geometry is the study of geometry using the points in space. Using this, it is possible to find the distance between the points, the dividing line is m:n ratio, finding the mid-point of the line, etc.
Given the points K(-2,5), L(1,3) and M(-5, 2p).
If KL is perpendicular to LM. Then we have
The slope of KL will be
KL = (1+2)/(3-5)
KL = -1.5
The slope of LM will be
LM = (1+6)/(3-2p)
LM = 7/(3-2p)
We know the product of the perpendicular lines is a negative one.
KL x ML = -1
-1.5 x 7/(3-2p) = -1
-10.5 = -3 + 2p
2p = -7.5
p = -3.75
More about the coordinate geometry link is given below.
brainly.com/question/1601567
#SPJ1
Answer:
12.56
Step-by-step explanation:
C= 2 x 3.14 x 2
(the other 2 is half of the circumference)
Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation: