Answer:
1 and 2 are not polyhedrons, as a circle has infinite sides
1. cone, 1 vertex
2. sphere, nothing
3. pentagonal prism?
wait but can't every face be a base???
anyway 7 faces, 10 vertices
4. triangular prism
5 faces, 6 vertices
Step-by-step explanation:
Both A and C are used within this problem. Distributing happens in the first and second step. Also, Inverse operations are used in nearly every step that is solving.
Answer:
Position 12.
Step-by-step explanation:
It will be n the center of the bottom 23 numbers ( when the data is arranged in ascending order).
That is in position 12.
First we need to know both the formula of A and B.
The formula of A is
C = 5 + 0.25p
with C representing total cost and p representing the amount of checks.
The formula of B is
C = 6 + 0.15p
with C representing total cost and p representing the amount of checks.
To find the point where A and B cost the same, we solve the following equation:
5 + 0.25p = 6 + 0.15p
Collecting terms gives us
-1 = -0.1p
Now we have to divide by -0.1 and we get.
10 = p
p = 10
So our answer: after 10 checks both accounts cost the same amount of money. Answer A.
Let c=the number of batches for the cookies; b=that for the brownies.
If $P=the profit, then
maximize P=5c+4.5b, subject to the constaints:
3c+4b<=100 (cost)
2c+b<=45 (time)
b,c >=0
The simplest way to find the suitable b & c is
to solve
3c+4b=100
2c+b=45
for b & c
The result is b=13 & c=16
=>
max. p=5(16)+4.5(13)=$138.5
Hope this helps :)