The graph (by some miracle) has been uploaded for you. It is just about the first time I've done this sort of thing, and I've answered nearly 800 questions.
The first thing you have to do is study the graph. The two functions are
f(x) = 4^x That's the curved graph. (in red)
g(x) = x + 4. That's the straight line. (in blue)
You know that the first one is not a linear relationship because the x values go from integer values -2 to 2 (including 0). The y values are a bit different. They go from 1/16 to 16 with those integer values. So you could try y = 4^(-x). It doesn't work, but you could try it. It gives the table numbers for y in the reverse order that the table you are given goes. For x you get -2 -1 0 1 2 and for y you would get 16 4 1 1/4 1/16.
You could try y = (1/4)^x
For this try, you would get x = -2 -1 0 1 2 and for y = 16 4 0 1/4 and 1/16
but that doesn't work either.
You could try until you get y = 4^x which does work.
g(x) is a lot easier to deal with. It looks better behaved. as x goes up, so does y. You will find that the y values obey y = x + 4. You could try other lines, but that one works. Many times it's just a guess
Answer:
C. 1/5
Step-by-step explanation:
Original * scale factor = Scaled
25 * SF = 5
Divide each side by 25
25/25 * SF = 5/25
SF = 1/5
Answer:
The 99% confidence interval for p in this case is (0.3317, 0.5883).
Step-by-step explanation:
In a sample with a number n of people surveyed with a probability of a success of
, and a confidence level of
, we have the following confidence interval of proportions.

In which
z is the zscore that has a pvalue of
.
Randomly selects 100 students from the school and asks the President to name each one. The President is able to correctly name 46 of the students.
This means that:

99% confidence level
So
, z is the value of Z that has a pvalue of
, so
.
The lower limit of this interval is:

The upper limit of this interval is:

The 99% confidence interval for p in this case is (0.3317, 0.5883).
Answer:
Y(n) = 7n + 23
Step-by-step explanation:
Given:
f(0) = 30
f(n+1) = f(n) + 7
For n=0 : f(1) = f(0) + 7
For n=1 : f(2) = f(1) + 7
For n=2 : f(3) = f(2) + 7 and so on.
Hence the sequence is an arithmetic progression with common difference 7 and first term 30.
We have to find a general equation representing the terms of the sequence.
General term of an arithmetic progression is:
T(n) = a + (n-1)d
Here a = 30 and d = 7
Y(n) = 30 + 7(n-1) = 7n + 23