Answer:
9ab+3a
Step-by-step explanation:
2a*3b=6ab
2a*1=2a
a*3b=3ab
a*1=a
adding everything together=6ab+2a+3ab+a=9ab+3a
Since they tell us that this is linear, having a constant rate of change, we can express this as a line:
y=mx+b, where m=slope (change in y divided by change in x) and b=y-intercept (value of y when x=0)
First find the slope, or m, which mathematically is:
m=(y2-y1)/(x2-x1), in this case:
m=(880-440)/(2000-1000)
m=440/1000
m=0.44, so far our line is:
y=0.44x+b, now we can use either data point to solve for b, I'll use (1000,440)
440=0.44(1000)+b
440=440+b
0=b, so our line is just:
y=0.44x
X/x-2 >= 0 equals x/x >= 0+2 simplified x >=2
Answer:
Step-by-step explanation:
(2x + 1)(ax + b) = 6x² - 5x + c
Expand the left side and put that half into standard form:
2ax² + 2bx + ax + b = 6x² - 5x + c
2ax² + (2b + a)x + b = 6x² - 5x + c
So now look at the x terms. We have "2a" x² on left and 6 x² on right, so:
2a = 6
a = 3
Then look at the x terms, those coefficients will then be equal:
2b + a = -5
2b + 3 = -5
2b = -8
b = -4
and finally, then non-x terms are equal:
b = c
-4 = c
so:
a = 3, b = -4, c = -4