Answer:
36
Step-by-step explanation:
To find the discount, you will need to find 30% of $120, so you will need to do:
120*0.3=36
Also, if you were asking for the COST if it was 30% off, it would be 84 as 120-36=84.
(I hope this helps!)
Answer:
a. 47
b. 87
c. 127
Step-by-step explanation:
Assume a total of 4 exams ( first 3 plus a final)
Let final score be X,
Hence, average score = (85 + 71 + 77 + x) / 4 = (233 + x) / 4
a) to get a C, the average score must be 70
70 = (233 + x) / 4
(233 + x) = 70 (4) = 280
x = 280 - 233 = 47 (Ans)
b) to get a B, the average score must be 80
80 = (233 + x) / 4
(233 + x) = 80 (4) = 320
x = 320 - 233 = 87 (Ans)
c) to get a A, the average score must be 90
90 = (233 + x) / 4
(233 + x) = 90 (4) = 360
x = 360 - 233 = 127 (Ans)
Answer:
Step-by-step explanation:
Let m = Number of months
Combined charges for music sharing service = 25+6m
Cost of joining to company = $70
According to the question,
Combined charges > Cost of joining to company (To find number of months it would take for this)
(required inequality)
Answer:
d(x) = √[(x - 2)² + (3x - 1)²]
Step-by-step explanation:
The distance between two points with coordinates (x₁, y₁) and (x₂, y₂) is given as
d = √[(x₂ - x₁)² + (y₂ - y₁)²]
So, the distance between point (2,0) and a point (x,y)
d = √[(x - 2)² + (y - 0)²]
d = √[(x - 2)² + (y)²]
But the point (x,y) is on the line y = 3x - 1
We can substitute for y in the distance between points equation.
d(x) = √[(x - 2)² + (3x - 1)²]
QED!