Answer:
A. x-3
B. x-14
C. x-10
Step-by-step explanation:
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
Like in real life problems?
if yes then when conducting a survey, when grading quizzes/assignments, etc
the solution is here,
the coordinate of centre of circle A is (3,2)
and the coordinate of centre of circle B is (3,0).
so the translation point from A to B is (3-0,0-2)=(3,-2).
Now the translation rule is given by (x+h,y+k)
where h is the tranalation anlong the x-axis and k is the translation along the y-axis.
For this problem, translation ruleis (x+3,y-2).
Then, radius of circle A(r1)=2 units
radius of circle B (r2)= 3 units
as the circle A is translated to B, the scale factor is
r2/r1=3/2=1.5
In conclusion, the translation rule for given circles is (x+3,y-2) and its scale factor is 1.5