To begin with, A(r) is a function representing the surface area of a cylinder of height = 8" and the radius = r.
A(r) = 2πr2 + 16πr
r must be a positive number (you can't have a radius of negative length), so the domain of A(r) is r > 0. (There is no upper limit to what r can be.)
Solving for r in terms of A is an odd question, and a little challenging but possible using completing the square:
A/(2π) = r2 + 8r
A/(2π) + 16 = r2 + 8r + 16
A/(2π) + 16 = (r + 4)2
r = √(A/(2π) + 16) - 4
So when A = 175, r = √(175/(2π) + 16) - 4 , which is one ugly, irrational number.