SOLUTION: The diagram shows a rectangle that has been dissected into nine non-overlapping squares. Given that the width and the height of the rectangle are relatively prime positive integers

Algebra ->  Surface-area -> SOLUTION: The diagram shows a rectangle that has been dissected into nine non-overlapping squares. Given that the width and the height of the rectangle are relatively prime positive integers      Log On


   



Question 1025585: The diagram shows a rectangle that has been dissected into nine non-overlapping squares. Given that the width and the height of the rectangle are relatively prime positive integers (meaning two integers whose largest common divisor is 1), find the perimeter of the rectangle.
IMAGE: CONVERT FROM asympotote
[asy]
pair A,B,C,D,EE,F,G,H,I,J,K,L,M,NN,O,P,Q,R,SS,T;
real a,b;
a=2;
b=5;
A=(0,0);
D=(8*a+4*b,0);
B=rotate(90)*D;
F = (B+D);
T = B + (5*a + 3*b,0);
K = F - (a,0);
J = K + (0,a);
L = J + (a,0);
EE = L - (0,b);
C = B + (0,5*a + 3*b);
H = -B +T+C;
G = T + (0,2*a+b);
I = -T+ G + K;
M = EE + (b,0);
NN = EE + (b,b);
O = I + NN - J;
P = O + H - G;
SS = D + (4*a + 5*b,0);
R = SS + EE - D;
Q = C + SS;
draw (A--SS--Q--C--A);
draw (D--F--B);
draw(T--H);
draw (G--I--K);
draw(F--L--J);
draw(L--NN--O--I);
draw(O--P);
draw(EE--M--NN);
draw(M--R);
[/asy]

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
What do you want from us ???????

As it is posted, I consider it as a mockery tutors.