Step-by-step explanation:
a triangular number n is the sum of all natural numbers <= n.
t1 = 1
t2 = 1+2 = 3
t3 = 1+2+3 = 6
t4 = 1+2+3+4 = 10
...
so,
tn = tn-1 + n
47.
1×8 + 1 = 9 is a square number.
3×8 + 1 = 25 is a square number
6×8 + 1 = 49 is a square number
10×8 + 1 = 81 is a square number
48.
1/3 = 0 remainder 1
3/3 = 1 remainder 0
6/3 = 2 remainder 0
10/3 = 3 remainder 1
15/3 = 5 remainder 0
21/3 = 7 remainder 0
28/3 = 9 remainder 1
so, there seems to be a pattern 1 0 0 1 0 0 1 0 0 1 ...
49.
1/4 = 0 remainder 1
4/4 = 1 remainder 0
9/4 = 2 remainder 1
16/4 = 4 remainder 0
25/4 = 6 remainder 1
36/4 = 9 remainder 0
49/4 = 12 remainder 1
so, there seems to be a pattern 1 0 1 0 1 0 1 0 1 0 1 ...
50.
polygonal numbers is the real name for this.
the formula for dimensions = 5 is
(3n² − n)/2
for dimensions = 6 it is
2n² - n
so, dimensions=5 (and therefore dividing also by 5) we get the remainders
1/5 = 0 remainder 1
5/5 = 1 remainder 0
12/5 = 2 remainder 2
22/5 = 4 remainder 2
35/5 = 7 remainder 0
51/5 = 10 remainder 1
70/5 = 14 remainder 0
92/5 = 18 remainder 2
117/5 = 23 remainder 2
145/5 = 29 remainder 0
here the pattern is 1 0 2 2 0 1 0 2 2 0 1 0 2 2 0 ...
dimensions=6 (and therefore dividing also by 6) we get the remainders
1/6 = 0 remainder 1
6/6 = 1 remainder 0
15/6 = 2 remainder 3
28/6 = 4 remainder 4
45/6 = 7 remainder 3
66/6 = 11 remainder 0
91/6 = 15 remainder 1
120/6 = 20 remainder 0
153/6 = 25 remainder 3
190/6 = 31 remainder 4
231/6 = 38 remainder 3
276/6 = 46 remainder 0
325/6 = 54 remainder 1
here the pattern is 1 0 3 4 3 0 1 0 3 4 3 0 1 0 3 4 3 0 ...
Answer:
y = -2x - 1
Step-by-step explanation:
the ? mark part or the first [] is the slope
the slope is rise / run
the "rise" is 2 down
the "run" is 1 left
so
-2 / 1 is the slope
the y intercept is -1 as the line touches the y axis at -1
so
y = -2x - 1
is your answer
Using cosine rule, the length of the required side = sqrt(32^2 + 35^2 - 2 x 32 x 35cos 120)
= sqrt(1024 + 1225 - (-1120))
= sqrt(2249 + 1120)
= sqrt(3369)
= 58.04
The coordinates of four points on the line are (0,-5), (3,-3), (6,-1) and (9,1)
<h3>How to determine the coordinates?</h3>
The given parameters are given as:
- Slope, m = 2/3
- y-intercept, c = -5
The equation is represented as:
y = mx + c
So, we have:
y = 2/3x -5
When x = 0, we have;
y = 2/3 * 0 -5 = -5
When x = 3, we have;
y = 2/3 * 3 -5 = -3
When x = 6, we have;
y = 2/3 * 6 -5 = -1
When x = 9, we have;
y = 2/3 * 9 -5 = 1
Hence, the coordinates of four points on the line are (0,-5), (3,-3), (6,-1) and (9,1)
Read more about linear equations at:
brainly.com/question/14323743
#SPJ1