Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
The steps 5 and 6 in the construction of a new line segment ensures the lengths are equal.
A line segment in geometry has two different points on it that define its boundaries. Alternatively, we may define a line segment as a section of a line that joins two points.
Below are the steps for copying a line segment:
- 1. Let's begin with a line segment we need to copy, AB.
- 2. we take a point C at this stage. That will be one endpoint of the new line section, either below or above AB.
- 3. Now we place the the compass pointer on the point A of line segment AB.
- 4. We spread the compass out until point B, making sure that its breadth corresponds to the length of AB.
- 5. We place the compass tip on the point C created in step 2 without adjusting the compass's width.
- 6. We now draw a rough arc without adjusting the compass's settings. we add a point D oh the arc . The new line segment will be formed by this.
- 7. From C, draw a line to D;CD thus formed is equal to AB.
Hence steps 5 and 6 are the steps in the construction of a new line segment which ensures the lengths are equal.
To learn more about line segment visit:
brainly.com/question/25727583
#SPJ9
Answer:
28 meters
Step-by-step explanation:
<u><em>The question in English is</em></u>
On a 32-meter roll of fabric, it cuts an eighth of the total. How many meters of fabric are left in a roll?
step 1
we know that
To find out how many meters of fabric were cut, multiply the total meters by the fraction that was cut

step 2
To find out how many meters of fabric are left, subtract the meters of fabric that were cut from the total meters of fabric
so

The given point (t, P) is (0, 1000), and the slope is given as ∆P/∆t = 30. Using the point-slope form of the equation for a line, the equation can be written as
... P = 30t + 1000