Answer:
A
Step-by-step explanation:
Answer: the cost of each bush is $15
the cost of each flower is $2
Step-by-step explanation:
Let x represent the cost of each bush.
Let y represent the cost of each flower.
Portia bought 12 bushes and 30 flowers for $240 to plant in her yard. This is expressed as
12x + 30y = 240- - - - - - - - - - -1
Later, she realized she did not have enough plants and bought 7 more bushes and 10 more flowers for $125. This is expressed as
7x + 10y = 125- - - - - - - - - - -2
Multiplying equation 1 by 7 and equation 2 by 12, it becomes
84x + 210y = 1680
84x + 120y = 1500
Subtracting, it becomes
90y = 180
y = 180/90
y = 2
Substituting y = 2 into equation 1, it becomes
12x + 30 × 2 = 240
12x + 60 = 240
12x = 240 - 60 = 180
x = 180/12
x = 15
9 - c = -13
-c = -13 - 9
-c = - 22
c = 22 <===
Answer:The distance from a point to a line is
distance(ax+by+c=0,(x0,y0)) = abs(ax0+by0+c)/sqrt(a^2+b^2)
So first convert the formula for the line to standard form
5x+2y=4
5x+2y-4=0
a=5, b=2, c=-4, x0=15, y0=-21
Step-by-step explanation: