Answer:
<h3>x = -7</h3>
Step-by-step explanation:
2x + 3 = x – 4
2x - x = -3 - 4
x = -7
Time to work it out
32 - 8 + 2 - 1/2
32 - 8 + 2 = 26
now you have
-1/2 + 26
so we convert 26 to fraction form to subtract
26/1 - 1/2
we must find the common denominator
52/2 - 1/2
51/2
fifty-one over 2 (fraction) is your answer! :)
We can wrap 12 presents. multiply the number of yards by the feet.
Answer:
Y
Step-by-step explanation:
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