Answer:
Quarters: 10
Dimes: 8
Step-by-step explanation:
Constraints
value: 0.25q + 0.10d = 3.30
count: q + d = 18
q = 18 - d
0.25(18-d) + 0.10d = 3.30
4.50-0.25d+0.10d = 3.30
4.50-0.15d = 3.30
-0.15d = -1.20
d = 8
q + d = 18
q + 8 = 18
q = 10
Check:
0.25(10) + 0.10(8) = 3.30
2.5+ 0.80 = 3.30
3.30 = 3.30
13, 3. are the ones i could find
Answer:
y = (3/4)x + 2
Step-by-step explanation:
Slope-intercept form is y=mx+b where (x, y) is a point on the linear graph, m is the slope (rise/run), and b is the y-intercept (the y-value at which the graph passes through the y-axis).
Looking at the graph, we can see that the point at which the line crosses the y-axis is (0, 2) which makes it the y-intercept. Thus, the b in the slope-intercept form is 2.
Next, we are looking for the slope of the line. To do this, we can calculate the rise/run of the line by choosing to points on it. Since we already have the point (0, 2), we just need one more.
For example, the point (-4, -1) can be used. The slope can be found by ((y-y)/(x-x)) in which the first y and x values correspond with the first point and that of the second correspond with the second set. So in this case, m = (2-(-1))/(0-(-4)) = 3/4
Plugging in the calculated m and b value in the slope intercept equation, we get y = (3/4)x + 2