James G. answered 10/26/14
Tutor
5.0
(516)
College Java Instructor and former HS Computer Science teacher
length = Width + 2
(length + width) times 2 = 32
simplify to length + width = 16
Substitute (width + 2) for length and you have it.
Once you know width, you can calculate length from step one.