I did most of it for you-
Volume of the cone is 13.1
Volume of the cylinder is 18.9
Now, you just subtract two of the flat circular surfaces, because the two shapes are attached, therefore those parts are not surface area. And there is your answer.
Aye do 9*9*6 then it gives u the answer
Ax + z = aw - y....subtract aw from both sides
ax - aw + z = -y....subtract z from both sides
ax - aw = -y - z....factor out a on the left side
a(x - w) = -y - z...divide both sides by (x-w)
a = (-y - z) / (x - w)
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.