Answer:
__X__l__Y_
1 l 3
5 l 6
9 l 9
13 l 12
17 l 15
21 l 18
On the right side, the numbers get larger by adding three each time. On the left side, the numbers get larger by adding 4 each time. It would be the same for any other pair of numbers when you add 4 to the left, and 3 to the right. For instance, the next pair would be (25 , 21). 25 would be the X value, and 21 would be the Y value.
Answer:
3(x+6)
Step-by-step explanation:
Parenthesis after a number typically means multiply, so 3 times the sum of an unspecified number (x), plus 6 would be 3 (x+6)
Answer:
100
Step-by-step explanation:
1/10(3n+50)=35
3n+50=35*10
3n+50=350
3n=350-50
3n=300
n=300/3
n=100
Answer:
Y=(-x/2)-3
Step-by-step explanation:
You have two points:
(0,-3) and (-4,-1)
The formula of line trough two points is:
(Y-y1)/(y2-y1)=(x-x1)/(x2-x1)
So put these two point like (x1,y1) and (x2,y2) you will get
(Y+3)/(-1+3)=(x-0)/(-4-0)
Y+3=2x/(-4)
Y=-x/2-3