To solve for how many miles Rachel jogged if she jogged a 1/4 mile trail 8 times, we simply need to multiply the distance she ran each time by the amount of times she ran it.
1/4 * 8 = 2
Rachel jogged 2 miles.
Hope that helped =)
Answer:
Lets take all factors into consideration first
The door is a rectangle and the area of a rectangle is length times width
Let the width be w
Let the length be l
Equation length × breadth = area
(w+48)w = 3024
w^2 + 48w = 3024
w^2 + 48w - 3024 = 0
w^2 + 84w - 36w - 3024 = 0
w(w + 84) -36 ( w + 84) = 0
(w + 84) (w - 36) = 0
w + 84 = 0 AND w - 36 =0
w = -84 and w = 36
Since width cannot be negative, the right answer is 36
How did I get 84 and 36? Well, I had to factorize 3024 and since 84 times 36 is 3024 and 84 minus 36 is 48, I chose them.
Answer:
the answer would be the last one : g(x) = 2(x-2)² - 5
Step-by-step explanation:
I I highly recommend photomath for problems like these because you can easily type in this problem, get the answer, and it gives you a step-by-step process of how it got the answer, and it's free!
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3