Quadrilateral MBPV is similar to quadrilateral GKDF. BP = 78 mm, KD = 30 mm , and FD = 45 mm. What is VP? Enter your answer in the box □mm.

Answers

Answer 1
Answer:

Answer:

  VP = 117 mm

Step-by-step explanation:

Corresponding sides of similar quadrilaterals are proportional.

  VP/FD = BP/KD

  VP = FD·BP/KD = (45 mm)·(78/30) . . . . multiply by FD; fill in the givens

  VP = 117 mm


Related Questions

Aiden has a rectangle that is 8 centimeters long by 4 centimeters wide. He wants to divide the rectangle into squares with 1/2 centimeter side lengths. Will Aiden’s plan result in at least 200 squares?
3.A train can travel 360 miles in 4 hours. How much time will it taketravelling 585 miles?​
A four pack of batteries cost 5.16 at this price what is the cost of
Three instrument panel designs are being considered. We are interested in pilot response times as a function of these panel designs. Randomly selected pilots are randomly given simulated emergency situations and response times are measured. We are concerned that pilot experience may also influence our results. Analyze the data both including and not including the covariate of experience. Does including the covariate matter in this case? Is there another covariate we should have included?
Do the points shown represent additive inverses? Explain why or why not

Suppose that you are in charge of evaluating teacher performance at a large elementary school. One tool you have for this evaluation is reports of the average student reading test score in each classroom. You also know that across the whole school, the average student reading score was 80 points and the standard deviation in scores was 10 points. Determine:
(a) If each class has 25 students in it, what is the standard error of the classroom average score?
(b) In what range do you expect the average classroom test score to fall 95% of the time?
(c) What is the approximate probability that a classroom will have an average test score of 79 or higher?
(d) Do you think the probability that a classroom has an average test score of 79 or higher would be greater or smaller if there were only 15 students in a class? Explain your answer in 2-3 sentences.
(e) Do you think the probability that a classroom has an average test score of 79 or higher would be greater or smaller if the standard deviation of individual student reading scores was only 5 points (instead of 10)?

Answers

Answer:

a) Standard error = 2

b) Range = (76.08, 83.92)

c) P=0.69

d) Smaller

e) Greater

Step-by-step explanation:

a) When we have a sample taken out of the population, the standard error of the mean is calculated as:

\sigma_m=(\sigma)/(√(n))=(10)/(√(25))=(10)/(5)=2

where n is te sample size (n=25) and σ is the population standard deviation (σ=10).

Then, the standard error of the classroom average score is 2.

b) The calculations for this range are the same that for the confidence interval, with the difference that we know the population mean.

The population standard deviation is know and is σ=10.

The population mean is M=80.

The sample size is N=25.

The standard error of the mean is σM=2.

The z-value for a 95% confidence interval is z=1.96.

The margin of error (MOE) can be calculated as:

MOE=z\cdot \sigma_M=1.96 \cdot 2=3.92

Then, the lower and upper bounds of the confidence interval are:

LL=M-t \cdot s_M = 80-3.92=76.08\n\nUL=M+t \cdot s_M = 80+3.92=83.92

The range that we expect the average classroom test score to fall 95% of the time is (76.08, 83.92).

c) We can calculate this by calculating the z-score of X=79.

z=(X-\mu)/(\sigma)=(79-80)/(2)=(-1)/(2)=-0.5

Then, the probability of getting a average score of 79 or higher is:

P(X>79)=P(z>-0.5)=0.69146

The approximate probability that a classroom will have an average test score of 79 or higher is 0.69.

d) If the sample is smaller, the standard error is bigger (as the square root of the sample size is in the denominator), so the spread of the probability distribution is more. This results then in a smaller probability for any range.

e) If the population standard deviation is smaller, the standard error for the sample (the classroom) become smaller too. This means that the values are more concentrated around the mean (less spread). This results in a higher probability for every range that include the mean.

Solve the equation.
3* = 27
x=L(Simplify your answer.)

Answers

Answer:

3³ = 27

This is because:

3x3x3 = 27

Your answer would be 3
3x3x3
\/ x 3
9 x 3
\ /
27

Write an inequality for a game that allows 2 and not more than 4 players

Answers

Answer:

2≤x≤4

Step-by-step explanation:

2 is less than/equal to x; x is less than/equal to 4

A probability model includes p(red)=2/7 and P(blue)=3/14. Select all the probabilities that could complete the model.Answer Key:
A: P(green)= 2/7, P(yellow)=2/7
B: P(green)=3/8, P(yellow)=1/8
C: P(green)=1/4 P(yellow)=1/4
D: P(green)= 5/21 Pyellow)= 11/21 E. P(green)= 3/7 P(yellow)=1/14

Answers

Answer:

The answer is "Option D".

Step-by-step explanation:

In this question, the shape of the model is not declared that why we assume that it has four sides in which two sides are given that is:

\to P(red)=(2)/(7) \n\n\to P(blue)=(3)/(14)

other probabilities  are:

\to P(green)= (5)/(21) \n\n\to P(yellow)= (11)/(21)

-3-[(6+3)+(-5-18)]-3-[(6+3)+(-5-18)]

Answers

Answer:

11

Step-by-step explanation:

"write a program that takes as input an arithmetic expression. the program outputs whether the expression contains matching grouping symbols. for example, the arithmetic expressions {25 + (3 – 6) * 8} and 7 + 8 * 2 contains matching grouping symbols. however, the expression 5+{(13+7)/8-2*9 does not contain matching grouping symbols."

Answers

theprogram outputs whether the expression contains matching groupingsymbols. for example, the arithmetic expressions {25 + (3 – 6) * 8} and 7+ 8 * 2 contains matching grouping symbols. however, the expression5+{(13+7)/8-2*9 does not contain matching grouping symbols.