Given:
The line segment is passing through the points (-9,-3) and (8,5),
Divide the segment in the ratio of 1:4.
Use the formula,

It gives,

Answer:
The answer is
When x = 4
Y = 4
Maybe the answer is correct
Answer:
We know that n = 50 and p =0.78.
We need to check the conditions in order to use the normal approximation.
Since both conditions are satisfied we can use the normal approximation and the distribution for the proportion is given by:

With the following parameters:


Step-by-step explanation:
Previous concepts
The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".
Solution to the problem
We know that n = 50 and p =0.78.
We need to check the conditions in order to use the normal approximation.
Since both conditions are satisfied we can use the normal approximation and the distribution for the proportion is given by:

With the following parameters:


The answer to this is 3/4.
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3