Answer:
the answer is -352..........
Answer: just turn them into decimals and use a calculator then turn them back into fractions in simplified form
Step-by-step explanation:
Answer:
Given is a sculpture that is built up of metal and wood, and the weight of this sculpture is 14.9 kilograms.
It says that three-fourth of the total weight is metal and says to find the weight of wooden part.
We can find the weight of metal part and then subtract it from the total weight to calculate the answer.
Total weight = 14.9 kilograms.
Metal part = three-fourth of total weight =
Wooden part = 14.9 - 11.175 = 3.725 kilograms.
Hence, the wooden part is 3.725 kilograms.
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