Answer:
y=-(x-2)^2+9
Step-by-step explanation:
Hope this helps
The solution to the problem is as follows:
V = 1/3 * area of base * height
V = 1/3 * 3 * 4
V = 4 in^3
576/4 = 144 => max number of pyramids made out of the block of alabaster.
<span>b) => answer
</span>
I hope my answer has come to your help. God bless and have a nice day ahead!
Answer:
The first, second to last and last stements are true
Step-by-step explanation:
You times 8 by the percentage as
e.g 8 x 1.50 = 12 is the same as marked up by 50%
e.g 8 x 1.70 =13.6 is the same as marked up by 70%
For every point A = (x,y) in your figure, a 180 degree counterclockwise rotation about the origin will result in a point A' = (x', y') where:
x' = x * cos(180) - y * sin(180)
y' = x * sin(180) + y * cos(180)
Happy-fun time fact: This is equivalent to using a rotation matrix from Linear Algebra!
Because a rotation is an isometry, you only have to rotate each vertex of a polygon, and then connect the respective rotated vertices to get the rotated polygon.
You can rotate a closed curve as well, but you must figure out a way to rotate the infinite number of points in the curve. We are able to do this with straight lines above due to the property of isometries, which preserves distances between points.