You can make 6 different towers. If red was at the bottom, there'd be two different possibilities for that: red, yellow, blue, and red, blue, yellow. Same for if blue was at the bottom: blue, red, yellow, and blue, yellow, red. Yellow also applies: yellow, red, blue, and yellow, blue, red. 3*2=6, so 6 possible towers.
Answer:
vertex is at (0,0)
Step-by-step explanation:
Find the vertex of the parabola y = 8x2.
I assume you meant y = 8* x^2
this can be compared to the general vertex form y = a (x - h)^2 + k
where vertex at (h, k)
so then...
h =0 and k = 0 here
vertex is at (0,0)
The answer is
T2=(P2V2/T1)/P1V1
Where is the table? I need to see a table to give the answer
The easiest way is to try the point (-4,1), that is, x=-4, y=1,
to see which equation works.
b works.
The usual way to do it is to find the equation of the circle
standard form of a circle is (x-h)²+(y-k)²=r², (h,k) are the coordinates of the center, r is the radius.
in this case, the center is (-2,1), so (x+2)²+(y-1)²=r²
the given point (-4,1) is for you to find r: (-4+2)²+(1-1)²=r², r=2
so the equation is (x+2)²+(y-1)²=2²
expand it: x²+4x+4+y²-2y+1=4
x²+y²+4x-2y+1=0, which is answer b.