96+24^6+9
105+24^6
=163.78775
For this case, the first thing you should do is know that dilation is a transformation that is used<em> to lengthen or shorten a geometric figure.
</em>
Geometric figures can be triangles, squares, circles, or any polygon.
There is a point on the plane, at which the dilation begins to be drawn.
This point on the plane is what we know as the center of dilation
.
Answer:
B. the center of dilation
He was traveling 63 mph
divide 315 by 5 and you get 63
check your answer by multiplying his speed (63mph) by 5 (number of hours)
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}