Answer c=5.196
c=sqrt(27)
c=5.196
M >= 85. The >= sign means greater than or equal to.
Answer:
number of dimes is 8
number of quarters is 15
Step-by-step explanation:
let 'd' = number of dimes
let 'd+7' = number of quarters
.10d + .25(d + 7) = 4.55
.10d + .25d + 1.75 = 4.55
.35d = 2.80
d = 8
q = 7 + 8
Answer:
(1,1)
Step-by-step explanation:
The choices are not visible, however are unnecessary to solve this problem.
Given y = 3x - 2 and y = -2x + 3
[Set them equal to each other]
3x - 2 = -2x + 3
[Find x]
3x + 2x - 2 = 3
3x + 2x = 5
5x = 5
x = 1
[Plug x = 1 to both equations to check and find y]
y = 3x - 2
y = 3(1) - 2 = 3 - 2 = 1
y = -2x + 3
y = -2(1) + 3 = -2 + 3 = 1
Both are equal to y = 1 when x = 1
The point is then: (1,1)