Question 1
note that we know how to solve the area and perimeter of a rectangle, a square being a unique version of this solution. I.e. $A=Width * Height , P=2*Width + 2*Height$
Rectangle 1: (note that all squares are rectangles, so technically this is correct)
$p= 2*3m+2*3m = 6m+6m = 12m $ , $A = 3m*3m = 9m^2$
Rectangle 2:
$p= 2*2n+2*3m = 4n+6m$ , $A= 2n*3m $
Rectangle 3:
$p=2*2n+2*2n=8n$ , $A=2n*2n = 4n^2$
Rectangle 4 (the large unmarked square) Is using the information on the previous examples
to formulate the same type of answer (note that you could also use the expressions that we have created to calculate the perimeter and area, I shall use this way but it is worth you trying to form it like I did for the smaller squares to see if you get the same answer)
$P=\frac{r_1+2r_2+r_3}{2} = \frac{12m+2(4n+6m)+8n}{2} = \frac{24m+16n}{2} = 12m+8n$
$A=r_1+2r_2+r_3 = 9m^2+2(2n*3m)+ 4n^2 = 9m^2+(4n*6m)+4n^2$
$A=(3m+2n)^2$
I would suggest looking at the last "collection' of shapes to see if you can apply the same reasoning as I did for the first three. If you can, have a think why I was able to do it differently.
I hope that answers your question