I think this is partly a comprehension issue. The first job in any 'wordy' question is to work out what they are saying:
"Two rectangular flower beds":
-We know there are 2.
-We know that each one is a rectangle in shape.
"are made so that each has the same sized perimeter.":
-'same' means 'equal'.
-We know they are talking about the perimeter, not the area.
-We know that the perimeter of a rectangle is made up of 2 x length, plus 2 x width.
-We know that when we're adding things together, it doesn't matter which order they go in (commutative operation), so we don't have to worry about which measurement is the length and which measurement is the width.
"The first has dimensions (3p+2) meters by (2p+1) meters.":
-The width/length of the first flower bed is 3p+2 and 2p+1
"The second has dimensions (p+8) meters by (2p+3).":
-The width/length of the second flower bed is p+8 and 2p+3.
Going back to the question parts:
"A) Use this information to form an equation.":
We know that the two perimeters are equal. We also know what the two measurements for the width and the length are of each flower bed, and that it doesn't matter which measurement is the width and which is the length. We also know that a rectangle has 4 sides, in 2 equal pairs. So:
2x(3p+2) + 2x(2p+1) = 2x(p+8) + 2x(2p+3)
Then we can tidy it up by firstly multiplying the brackets out, then adding all factors of the same type together:
6p + 4 + 4p + 2 = 2p + 16 + 4p + 6
10p + 6 = 6p + 22
"B) Solve this equation to find the perimeter of each flower bed.":
10p + 6 = 6p + 22
We need to get all the ps on one side, and the numbers on the other side, then divide by the amount of ps to find out what one p is equal to:
10p - 6p = 22 - 6
4p = 16
p = 4
Now that we know the value of 1p is 4, we can put that back into the equation in step A, to solve the perimeter, by using either flower bed one or flower bed two:
10p + 6 = (10 x 4) + 6 = 40 + 6 = 46
6p + 22 = (6 x 4) + 22 = 24 + 22 = 46
The perimeter is 46 metres.
"C) State the dimensions of each flower bed."
Use the p=4 from part B to work out the value of each dimension of each of the flower beds:
Flower bed one is (3p+2) metres by (2p+1) metres.
dimension A: (3 x 4) + 2 = 12 + 2 = 14 metres
dimension B: (2 x 4) + 1 = 9 metres
(Quick check: (14 x 2) + (9 x 2) = 28 + 18 = 46)
Flower bed two is (p+8) metres by (2p + 3) metres.
dimension A: 4 + 8 = 12 metres
dimension B: (2 x 4) + 3 = 11 metres
(Quick check: (12 x 2) + (11 x 2) = 24 + 22 = 46)
So, flower bed one is 14 metres by 9 metres and flower bed two is 12 metres by 11 metres.