Answer:
1.35kg
Step-by-step explanation:
450g : 6 people
x : 18 people
To get from 6 to 18, multiply by 3 so do the same to the other side
450 × 3 = 1350g
To convert from g to kg divide by 1000
1350 ÷ 1000 = 1.35kg
Y-2=-3/2(x-2)
first of all, the slope of the line is -3/2, and there's only one equation that has that as a choice for the slope. Then you can take the x and y coordinates given in that equation you want to check and see if the line goes through that point. from the equation, (point-slope form y-y=m(x-x)) I know that the line should pass through point (2, -2), and looking at the graph, that is correct.
9514 1404 393
Answer:
a[n] = n^2 -3n -6
Step-by-step explanation:
First differences are ...
-8 -(-8) = 0
-6 -(-8) = 2
-2 -(-6) = 4
Second differences are ...
2 -0 = 2
4 -2 = 2
Constant second differences indicate a degree 2 (quadratic) sequence.
The general formulation can be written as ...
an = a1 +(n -1)(d1 +(n -2)/2(d2)) . . . . where a1 is the first term; d1 is the first first difference; d2 is the second difference
= -8 +(n -1)(0 +(n -2)/2(2)) = -8 +(n -1)(n -2)
an = n^2 -3n -6 . . . . . formula for the n-th term