Answer:
the Associative Property
Step-by-step explanation:
Notice that the ORDER doesn't change -- a, b, c on both sides. But the GROUPING changes.
Example:
3 + (4 + 5) = (3 + 4) + 5
3 + 9 = 7 + 5
12 = 12
Subtraction does NOT behave this way!
8 - (7 - 1) = 8 - 6 = 2
(8 - 7) - 1 = 1 - 1 = 0
It matters who you associate with! :-)
If 1 pint is equal to 2 cups then 5 pints equals 10 cups
5 times 2 equals 10.
Answer:
Y = 7.60X + 1246.67
Step-by-step explanation:
Given the data:
Production Volume (units) Total Cost ($)
400 4000
450 5000
550 5400
600 5900
700 6400
750 7000
Using technology, the linear regression calculator, the regression model obtained by fitting the data is :
Y = 7.60X + 1246.67 ; which is the model giving the relationship between Production volume, x and total cost, y.
Slope = 7.60
Intercept = 1246.67
The area is 289.22 units squared
4x + 3y = 54 (1)
3x + 9y = 108 (2)
Multiply (1) by (-3)
-12x - 9y = -162
3x + 9y = 108
---------------------add
-9x = -54
x = 6
plug x = 6 into (1) to find y
4(6) + 3y = 54
24 + 3y = 54
3y = 30
y = 10
Answer
(6 , 10)
Hope it helps.