Number of lilies used= 30 lilies
Number of roses used= 78 roses
To make the six identical arrangements:
We need to divide lilies into six equal parts, as well as number of roses in six equal parts.
I=Number of lilies in each arrangement = 
r=Number of roses in each arrangement = 
Total number of flowers in arrangement (I + r)= 5 Lilies + 13 Roses=18 (Flowers)
The relationship between l, the number of lilies, and r, the number of roses:
→ 5 I = 13 r

Answer:
(2, 11/2)
Step-by-step explanation:
This is a vertical parabola; we know that because x is squared here, while y is not. The standard equation of a vertical parabola with vertex (h,k) is
4p(y-k) = (x-h)^2, where p is the distance between the vertex and the focus. Comparing
4p(y-k) = (x-h)^2 to
10(y-3) = (x-2)^2, we see that 4p = 10. Therefore, p = 10/4 = 5/2, which is the vertical distance between the focus and the vertex.
Since the coordinates of the vertex are easily read from the given equation
(x-2)^2=10(y-3): (h,k) = (2, 3)
all we need to do is to add p (5/2) to the y-coordinate (3);
The focus is at (2, 3 + 5/2), or (2, 11/2).
(a) 0.059582148 probability of exactly 3 defective out of 20
(b) 0.98598125 probability that at least 5 need to be tested to find 2 defective.
(a) For exactly 3 defective computers, we need to find the calculate the probability of 3 defective computers with 17 good computers, and then multiply by the number of ways we could arrange those computers. So
0.05^3 * (1 - 0.05)^(20-3) * 20! / (3!(20-3)!)
= 0.05^3 * 0.95^17 * 20! / (3!17!)
= 0.05^3 * 0.95^17 * 20*19*18*17! / (3!17!)
= 0.05^3 * 0.95^17 * 20*19*18 / (1*2*3)
= 0.05^3 * 0.95^17 * 20*19*(2*3*3) / (2*3)
= 0.05^3 * 0.95^17 * 20*19*3
= 0.000125* 0.418120335 * 1140
= 0.059582148
(b) For this problem, let's recast the problem into "What's the probability of having only 0 or 1 defective computers out of 4?" After all, if at most 1 defective computers have been found, then a fifth computer would need to be tested in order to attempt to find another defective computer. So the probability of getting 0 defective computers out of 4 is (1-0.05)^4 = 0.95^4 = 0.81450625.
The probability of getting exactly 1 defective computer out of 4 is 0.05*(1-0.05)^3*4!/(1!(4-1)!)
= 0.05*0.95^3*24/(1!3!)
= 0.05*0.857375*24/6
= 0.171475
So the probability of getting only 0 or 1 defective computers out of the 1st 4 is 0.81450625 + 0.171475 = 0.98598125 which is also the probability that at least 5 computers need to be tested.
Answer:
y=-4/10x+ 5 or y=-0.4x+5
Step-by-step explanation:
The formula for slope is y=mx+b. The "m" is the slope, the "x" is constant, and "b" is your y-intercept.
1. Figure out your slope:
Easiest way to do this is by using rise/run. You. take your point to the left and count how many spaces up or down it is from the second point, and then repeat that across the x-axis.
2. Determine whether it is positive or negative
A line with a positive slope is going to be angled upward and a line with a negative slope will be angled downward
3. Find the y-intercept
Simply look at the graph and find where the line crosses the y-axis
4. Plug everything into the equation
Once you do Steps 1-3, just plug everything in and you're done! If you have any questions, feel free to ask!