Question 1029298
You could choose something more specific just for comfort.


Imagine you have rectangles.  One is length 12 and the other is unknown length, but you are given the rectangles are similar.


SMALL Rectangle
dimensions 12 and x
{{{12x=56}}}


LARGE Rectangle
dimensions 12k and kx
; the k because this is a proportionality constant, because the length of the rectangles ARE IN PROPORTION because the two rectangles ARE SIMILAR.
{{{12k*kx=87}}}


Goal is to find 12k, which is the length for the corresponding side on the larger rectangle.
The system to solve is this:
{{{system(12x=56,12x*k^2=87)}}}
from which you should see the substitution to do;
{{{56*k^2=87}}}
{{{k=sqrt(87/56)}}}


The corresponding side length on the larger figure is {{{12*sqrt(87/56)}}}; and you could rationalize the denominator and simplify if you want.