Answer:
D) R = x + 6.1
Step-by-step explanation:
Let x represent groceries
R represents the total cost
Total cost = cost of groceries + flat rate shipping fee
R = x + 6.1
Formula for distance between two points:
d = √((x₂-x₁)² + (y₂-y₁)²)
Let point 1 be (-3, 11) and point 2 be (5, 5)
Therefore x₁ = -3, y₁ = 11, x₂ =5, y₂ = 5, and substituting in the formula above.
d = √((x₂-x₁)² + (y₂-y₁)²)
= √((5- -3)² + (5-11)²)
= √((5+3)² + (5-11)²)
= √((8)² + (-6)²) 8² = 8*8 = 64, (-6)² = -6*-6 = 36
= √(64 + 36)
= √(100)
= 10
Distance = 10 units.
Answer:
corollary,postulate,theorem,definition
Answer:
C
Step-by-step explanation:
Volume = Length times Width times height
Volume = 3 1/2 * 1 1/2 * 4
3 1/2 * 1 1/2 * 4 = 21
Hence, the answer is C
Answer:
height = 12 cm
base length = 4 cm
Step-by-step explanation:
area of a triangle
base length × height / 2
x = height
y = base length
x = y + 8
24 = y × (y + 8) / 2
48 = y × (y + 8) = y² + 8y
squared equation
y² + 8y - 48 = 0
solution
y = (-b ± sqrt(b² - 4ac))/(2a)
a = 1
b = 8
c = -48
y = (-8 ± sqrt(64 - 4×-48))/2 = (-8 ± sqrt(64 + 192))/2 =
= (-8 ± sqrt(256))/2 = (-8 ± 16)/2 = -4 ± 8
y1 = -4 + 8 = 4 cm
y2 = -4 - 8 = -12
but a negative base length did not make any sense, so only y = 4 remains.
x = y + 8 = 4 + 8 = 12 cm