Hi Amber.
This problem requires you to know what the formula for the volume of a box is:
V = L * W * H
where
L = length
W = width
H = height
We start off with a sheet of metal, which is just a length and a width (no height). Since we don't know what the length and the width are explicitly, let's start by calling some variables. I'm going to call the width of this sheet of metal x.
We're told the length of the sheet is 25 inches longer than the width. The means:
L = x + 25
Then we're told that squares 5 inches long are cut from all four of the corners and folded up to make the box. You know, then, that the height of your box will be 5 inches.
H = 5
Since 5 in is removed from all four corners, both the length of the box and the width of the box will lose 10 inches from the original dimensions of the sheet metal.
W = x - 10
L = (x + 25) - 10 = x+15
We're told the volume of the box is 1750 in^3. So,
V = L*W*H
1750 = (x+15)(x-10)(5)
(x+15)(x-10) = 350
x^2 + 5x - 150 = 350
x^2 + 5x - 500 = 0
(x+25)(x-20) = 0
x = -25, 20
Since we're dealing with length here, it can't be negative. Disregard the -25.
x = 20
That tells us our original width of the sheet metal is 20 in. Since the length is 25 more than the width, the original length of the box was 20+25 = 45 in.
Hope this helps.