Answer:
A option
Step-by-step explanation:
Answer:
a
Step-by-step explanation:
<span>You can probably just work it out.
You need non-negative integer solutions to p+5n+10d+25q = 82.
If p = leftovers, then you simply need 5n + 10d + 25q ≤ 80.
So this is the same as n + 2d + 5q ≤ 16
So now you simply have to "crank out" the cases.
Case q=0 [ n + 2d ≤ 16 ]
Case (q=0,d=0) → n = 0 through 16 [17 possibilities]
Case (q=0,d=1) → n = 0 through 14 [15 possibilities]
...
Case (q=0,d=7) → n = 0 through 2 [3 possibilities]
Case (q=0,d=8) → n = 0 [1 possibility]
Total from q=0 case: 1 + 3 + ... + 15 + 17 = 81
Case q=1 [ n + 2d ≤ 11 ]
Case (q=1,d=0) → n = 0 through 11 [12]
Case (q=1,d=1) → n = 0 through 9 [10]
...
Case (q=1,d=5) → n = 0 through 1 [2]
Total from q=1 case: 2 + 4 + ... + 10 + 12 = 42
Case q=2 [ n + 2 ≤ 6 ]
Case (q=2,d=0) → n = 0 through 6 [7]
Case (q=2,d=1) → n = 0 through 4 [5]
Case (q=2,d=2) → n = 0 through 2 [3]
Case (q=2,d=3) → n = 0 [1]
Total from case q=2: 1 + 3 + 5 + 7 = 16
Case q=3 [ n + 2d ≤ 1 ]
Here d must be 0, so there is only the case:
Case (q=3,d=0) → n = 0 through 1 [2]
So the case q=3 only has 2.
Grand total: 2 + 16 + 42 + 81 = 141 </span>
Answer:
y = 2.5x
Step-by-step explanation:
y = mx + b
m=2.5 (slope) --> y=2.5x+b
coordinate : (2,5) 2 is the x coordinate, 5 is the y coordinate
to Find b, input the coordinate --> 5 = 2.5(2) + b
5 = 5 + b
0=b
y= 2.5x
This is only since it asked to solve using the point. If you look at the graph, the line intercepts the y-axis at (0,0) so b=0.
hope this helps