Answer:
Step-by-step explanation:
Remark
My guess is that what is confusing you is not what you have to do, but why it is disguised as g(n)
What you are doing in effect is setting up a table. You are also not certain where the table starts. And that is a problem. I will start it at zero, but it might be 1.
zero
n = 0
g(0) = 34 - 5*0
g(0) = 34
One
n = 1
g(1) = 34 - 5*1
g(1) = 34 - 5
g(1) = 29
Two
g(2) = 34 - 5*2
g(2) = 34 - 10
g(2) = 24
Three
g(3) = 34 - 5*3
g(3) = 34 - 15
g(3) = 19
Four
g(4) = 34 - 5*4
g(4) = 34 - 20
g(4) = 19
Answer
0 1 2 3 4
34 29 24 19 14
Here's how to do this problem:
6+ x= 55
-6 -6
x=49
Answer:
3.58
Step-by-step explanation:
Given :
y = 2x + 4 -------- eq1
y = 2x - 4 -------- eq2
sanity check : both equations have same slope, so we can conclude that they are both parallel to one another.
Step 1: consider equation 1, pick any random x-value and find they corresponding y-value. we pick x = -2
This gives us y = 2(-2) + 4 = 0
Hence we get a point (x,y) = (-2,0)
Step 2: express equation 2 in general form (i.e Ax + By + C = 0)
y = 2x-4 -------rearrange---> 2x - y -4 = 0
Comparing with the general form, we get A = 2, B = -1, C = -4
Recall that the distance between 2 parallel lines is given by the attached formula (see attached picture).
substituting the values for A, B, C and (x, y) from the previous step:
d = | (2)(-2) + (-1)(0) + (-4) | / √(2² + (-1)²)
d = | -4 + 0 - 4 | / √(4 + 1)
d = | -8 | / √5
d = 8 / √5
d = 3.5777
d = 3.58 (rounded 2 dec. pl)

Not much more to say about this. Just multiply the integer by the coefficient.