The algebraic equation used to answer this question is:
3d + 4(1/2d) = 56.5
This is because he ran d, the distance, three times that week. For the rest of the four days, he ran 1/2 the distance, or half d.
To find the answer, you first distribute:
3d + 2d = 56.5
Add like terms:
5d = 56.5
Divide both side by 5:
5d/5 = 56.5/5
d = 11.3
On the first three days, Luke jogged 11.3 miles. On the remaining days, where he jogged 1/2d, Luke jogged 5.65 miles.
Hope this helps!
Answer:



Step-by-step explanation:
Given
Billy's Marble = x
Required
Determine a,b and c
a. Charlie's Marble
"5 more" means 5 + or + 5
Since Billy's Marble is represented with x, then Charlie's Marbles will be

b. Danny's Marbles
Having "8 fewer" means we have to subtract 8 from Billy's marble;
Since Billy's Marble is represented with x, then Danny's Marbles will be

c. Eric Marbles
Having "three times as " means we have to multiply Bill's marble by 3;
Since Billy's Marble is represented with x, then Danny's Marbles will be


Answer:
x = 39.1
Step-by-step explanation:
mean = average off all the numbers =
sum of the numbers / amount of numbers.
35 = sum of the #'s / # of #'s
35 = 100.9 + x / 4
35 × 4 = 100.9 + x / 4 × 4
140 = 100.9 + x
140 – 100.9 = 100.9 + x – 100.9
39.1 = x
x = 39.1
Answer:
1. S(1) = 1; S(n) = S(n-1) +n^2
2. see attached
3. neither
Step-by-step explanation:
1. The first step shows 1 square, so the first part of the recursive definition is ...
S(1) = 1
Each successive step has n^2 squares added to the number in the previous step. So, that part of the recursive definition is ...
S(n) = S(n-1) +n^2
__
2. See the attachment for a graph.
__
3. The recursive relation for an arithmetic function is of the form ...
S(n) = S(n-1) +k . . . . . for k = some constant
The recursive relation for a geometric function is of the form ...
S(n) = k·S(n-1) . . . . . . for k = some constant
The above recursive relation is not in either of these forms, so it is neither geometric nor arithmetic.